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

Revision 9569, 8.5 KB checked in by Takemikaduchi, 9 years ago (diff)

cogl: add patch
others: new upstream release

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