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

Revision 7633, 7.4 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

Line 
1Summary:        A GNOME3 frontend for GnuPG
2Summary(ja):    GnuPG の GNOME3 フロントエンド
3Name:           seahorse
4Version:        3.8.1
5Release:        1%{?_dist_release}
6License:        GPL
7Group:          User Interface/Desktops
8URL:            http://seahorse.sourceforge.net/
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.8/%{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  libgnome-devel >= 2.32.0
13BuildRequires:  gtk3-devel >= 3.0.0
14BuildRequires:  gnupg >= 1.2.4
15BuildRequires:  gpgme-devel >= 1.0.0
16BuildRequires:  openldap-devel
17BuildRequires:  libsoup-devel >= 2.32.0
18BuildRequires:  nautilus >= 2.32.0
19BuildRequires:  libsecret-devel
20BuildRequires:  gcr-devel
21BuildRequires:  avahi-glib-devel >= 0.6
22BuildRequires:  dbus-glib-devel >= 0.88
23BuildRequires:  libnotify-devel
24BuildRequires:  openssh
25BuildRequires:  openssh-clients
26BuildRequires:  yelp-tools
27BuildRequires:  libSM-devel
28BuildRequires:  docbook-dtds
29BuildRequires:  gobject-introspection-devel
30BuildRequires:  desktop-file-utils
31Requires(postun): glib2
32Requires(posttrans): glib2
33
34Obsoletes:      seahorse-devel < 3.1.4
35
36Obsoletes:      gnome-keyring-manager < 2.21
37Provides:       gnome-keyring-manager < 2.21
38
39# for Source1
40BuildRequires:  autoconf
41
42Vendor:         Project Vine
43Distribution:   Vine Linux
44
45%description
46Seahorse is a GNOME3 front end for th GNU Privacy Guard (GnuPG).
47It is a tool for secure communications and data storage. Data encryption
48and digital signature creation can easily be performed through a GUI, and
49Key Management operations also can be performed.
50
51%description -l ja
52Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
53安全なコミュニケーションとデータ保管のためのツールです。データの暗号化や復号、
54デジタル署名の作成・検証を GUI で容易に行うことができます。また、鍵の管理も行
55うことができます。
56
57
58%prep
59%setup -q
60
61%build
62# Remove next line when upstream adopt Source2
63autoreconf
64%configure \
65    --disable-update-mime-database \
66    --disable-static
67make %{?_smp_mflags}
68
69%install
70[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
71
72export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
73make install DESTDIR=$RPM_BUILD_ROOT
74unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
75
76%find_lang %{name} --all-name --with-gnome
77
78%clean
79[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
80
81%post -p /sbin/ldconfig
82
83%postun
84/sbin/ldconfig
85glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
86
87%posttrans
88glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
89
90
91%files -f %{name}.lang
92%defattr(-,root,root)
93%doc AUTHORS COPYING ChangeLog NEWS README TODO
94## %{_sysconfdir}/xdg/autostart/*.desktop
95%{_bindir}/seahorse
96%{_libdir}/seahorse
97%{_datadir}/GConf/gsettings/*.convert
98%{_datadir}/applications/*.desktop
99%{_datadir}/glib-2.0/schemas/*.xml
100%{_datadir}/icons/*
101%{_datadir}/seahorse
102%{_mandir}/man1/*
103
104
105%changelog
106* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
107- new upstream release
108
109* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
110- new upstream release
111
112* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
113- new upstream release
114
115* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
116- new upstream release
117
118* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
119- new upstream release
120- add BuildRequires: libsecret-devel
121- remove libgnome-keyring-devel
122- change BuildRequires: yelp-tools instead of gnome-doc-utils
123
124* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
125- new upstream release
126- change BuildRequires: gcr-devel instead of gnome-keyring-devel
127
128* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
129- new upstream release
130
131* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
132- new upstream release
133
134* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
135- new upstream release
136
137* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
138- new upstream release
139
140* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
141- new upstream release
142
143* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
144- new upstream release
145- change BuildRequires: gtk3-devel instead of gtk2-devel
146- delete -devel sub package
147
148* Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
149- add BuildRequires: desktop-file-utils, gnome-keyring-devel
150- change category of seahorse.desktop
151
152* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
153- new upstream release
154- add BuildRequires: gobejct-introspection-devel
155- remove BuildRequires: libglade2-devel
156- remove SOURCE1 and SOURCE2
157- add Obsoletes: gnome-keyring-manager < 2.21
158- add Provides: gnome-keyring-manager < 2.21
159- add configure option (--enable-introspection=yes)
160
161* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
162- rebuild with rpm-4.8.1 for pkg-config file
163
164* Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
165- update Source2
166- fix URI of Source0
167
168* Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
169- update Source2
170
171* Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
172- add Source1-2 for japanese help.
173- add autoconf to BR for japanese help.
174
175* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
176- add BuildRequires: openssh-clients
177
178* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
179- new upstream release
180
181* Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
182- new upstream release
183
184* Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
185- new upstream release
186- add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
187
188* Thu Apr  9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
189- new upstream release
190- built with openldap-2.4.11
191- spec in UTF-8
192- made devel subpackage
193
194* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
195- new upstream release
196
197* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
198- rebuild with gnutls-1.4.1
199
200* Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
201- new upstream release
202- enable LDAP support
203- add --disable-update-mime-database option to %%configure
204- update Makefile.patch (patch0)
205- update dependencies
206
207* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
208- new upstream release
209- drop obsolete gedit.patch (patch1)
210- remove unneeded files
211
212* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
213- new upstream release
214- dropped SOURCE1 (merged into source)
215- added Patch1 for building with gedit 2.12
216- rebuild with libsoup 2.2.6.1
217
218* Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
219- add BuildRequires: libsoup >= 2.2 for HKP keyserver support
220
221* Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
222- upstream release
223- update ja.po, Makefile.patch
224- update files list
225
226* Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
227- initial build for Vine Linux
228- update ja.po
229
230* Tue Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
231- Remove *.a and *.la from RPM_BUILD_ROOT
232- Remove updated mime database from RPM_BUILD_ROOT
233
234* Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
235- Added new mime info
236
237* Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
238- Added the gedit plugin to the default manifest
239
240* Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
241- Add some new files to the manifest
242
243* Tue Jan 15 2002 Jean Schurger <yshark@schurger.org>
244- Scrollkeeper stuff
245- locales install by %find_lang
246- secure use of rm -rf
247
248* Mon Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
249- First spec
Note: See TracBrowser for help on using the repository browser.