source: projects/specs/trunk/s/seahorse-nautilus/seahorse-nautilus-vl.spec @ 8119

Revision 8119, 2.7 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Summary:        PGP encryption and signing for nautilus
2Name:           seahorse-nautilus
3Version:        3.10.1
4Release:        2%{?_dist_release}
5License:        GPL2
6Group:          Applications/Accessories
7URL:            http://projects.gnome.org/seahorse/
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  nautilus-devel
13BuildRequires:  gpgme-devel
14BuildRequires:  dbus-glib-devel
15BuildRequires:  gcr-devel
16BuildRequires:  libgnome-keyring-devel
17BuildRequires:  libcryptui-devel
18BuildRequires:  libnotify-devel
19
20Requires(postun,posttrans):     glib2
21Requires(postun,posttrans):     desktop-file-utils
22
23Obsoletes:      seahorse-plugins < 3.0
24Obsoletes:      seahorse-plugins-applet < 3.0
25Obsoletes:      seahorse-plugins-gedit < 3.0
26Obsoletes:      seahorse-plugins-nautilus < 3.0
27
28Provides:       seahorse-plugins-nautilus = %{version}-%{release}
29
30Vendor:         Project Vine
31Distribution:   Vine Linux
32Packager:       Takemikaduchi
33
34
35%description
36Seahorse nautilus is an extension for nautilus which allows encryption
37and decryption of OpenPGP files using GnuPG
38
39
40%prep
41%setup -q
42
43%build
44%configure
45make %{?_smp_mflags}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install DESTDIR=$RPM_BUILD_ROOT
50
51rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.nautilus.window.gschema.xml
52
53%find_lang %{name}
54
55find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
56
57%clean
58rm -rf ${RPM_BUILD_ROOT}
59
60%postun
61if [ $1 -eq 0 ]; then
62  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
63  update-desktop-database -q &> /dev/null || :
64fi
65
66%posttrans
67glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
68update-desktop-database -q &> /dev/null || :
69
70
71%files -f %{name}.lang
72%defattr(-,root,root)
73%doc COPYING ChangeLog NEWS README
74%{_bindir}/seahorse-tool
75%{_libdir}/nautilus/extensions-3.0/libnautilus-seahorse.so
76%{_datadir}/GConf/gsettings/org.gnome.seahorse.nautilus.convert
77%{_datadir}/applications/seahorse-pgp-encrypted.desktop
78%{_datadir}/applications/seahorse-pgp-keys.desktop
79%{_datadir}/applications/seahorse-pgp-signature.desktop
80%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.nautilus.gschema.xml
81%{_datadir}/%{name}
82%{_mandir}/man1/seahorse-tool.1.gz
83
84%changelog
85* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
86- rebuild with VineSeed environment
87
88* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
89- new upstream release
90
91* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
92- new upstream release
93
94* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
95- new upstream release
96
97* Mon Oct 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-2
98- add Obsoletes: seahorse-plugins-applet,gedit,nautilus}
99- add Provides: seahorse-plugins-nautilus
100
101* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
102- initial build
103
Note: See TracBrowser for help on using the repository browser.