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

Revision 8152, 7.9 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release or rebuild

RevLine 
[5038]1Summary:        A GNOME3 frontend for GnuPG
2Summary(ja):    GnuPG の GNOME3 フロントエンド
[521]3Name:           seahorse
[8152]4Version:        3.10.2
5Release:        1%{?_dist_release}
[521]6License:        GPL
7Group:          User Interface/Desktops
8URL:            http://seahorse.sourceforge.net/
[7938]9Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.10/%{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
[1206]63# Remove next line when upstream adopt Source2
64autoreconf
[521]65%configure \
66    --disable-update-mime-database \
[4812]67    --disable-static
[521]68make %{?_smp_mflags}
69
70%install
71[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
72
73export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
74make install DESTDIR=$RPM_BUILD_ROOT
75unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
76
[6890]77%find_lang %{name} --all-name --with-gnome
[521]78
79%clean
80[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
81
[6890]82%post -p /sbin/ldconfig
[521]83
84%postun
85/sbin/ldconfig
[4704]86glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[521]87
[4704]88%posttrans
89glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
90
[6890]91
[521]92%files -f %{name}.lang
93%defattr(-,root,root)
94%doc AUTHORS COPYING ChangeLog NEWS README TODO
[805]95## %{_sysconfdir}/xdg/autostart/*.desktop
[521]96%{_bindir}/seahorse
97%{_libdir}/seahorse
[4704]98%{_datadir}/GConf/gsettings/*.convert
[521]99%{_datadir}/applications/*.desktop
[7938]100%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
[4704]101%{_datadir}/glib-2.0/schemas/*.xml
[7938]102%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
[521]103%{_datadir}/icons/*
104%{_datadir}/seahorse
105%{_mandir}/man1/*
106
107
108%changelog
[8152]109* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
110- new upstream release
111
[8119]112* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
113- rebuild with VineSeed environment
114
[7938]115* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
116- new upstream release
117
[7681]118* Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
119- new upstream release
120
[7633]121* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
122- new upstream release
123
[7119]124* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
125- new upstream release
126
[6984]127* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
128- new upstream release
129
[6951]130* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
131- new upstream release
132
[6890]133* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
134- new upstream release
135- add BuildRequires: libsecret-devel
136- remove libgnome-keyring-devel
137- change BuildRequires: yelp-tools instead of gnome-doc-utils
138
[6078]139* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]140- new upstream release
141- change BuildRequires: gcr-devel instead of gnome-keyring-devel
142
[5168]143* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
144- new upstream release
145
[5038]146* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
147- new upstream release
148
[4850]149* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
150- new upstream release
151
[4812]152* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
153- new upstream release
154
[4704]155* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
156- new upstream release
157
[4616]158* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
159- new upstream release
160- change BuildRequires: gtk3-devel instead of gtk2-devel
161- delete -devel sub package
162
[4180]163* Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
164- add BuildRequires: desktop-file-utils, gnome-keyring-devel
165- change category of seahorse.desktop
166
[2041]167* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
168- new upstream release
169- add BuildRequires: gobejct-introspection-devel
170- remove BuildRequires: libglade2-devel
171- remove SOURCE1 and SOURCE2
172- add Obsoletes: gnome-keyring-manager < 2.21
173- add Provides: gnome-keyring-manager < 2.21
174- add configure option (--enable-introspection=yes)
175
[1883]176* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
177- rebuild with rpm-4.8.1 for pkg-config file
178
[2041]179* Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
180- update Source2
181- fix URI of Source0
182
[1514]183* Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
184- update Source2
185
[1206]186* Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
187- add Source1-2 for japanese help.
188- add autoconf to BR for japanese help.
189
[1193]190* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
191- add BuildRequires: openssh-clients
192
[926]193* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
194- new upstream release
195
[805]196* Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
197- new upstream release
198
[521]199* Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
200- new upstream release
201- add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
202
203* Thu Apr  9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
204- new upstream release
205- built with openldap-2.4.11
206- spec in UTF-8
207- made devel subpackage
208
209* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
210- new upstream release
211
212* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
213- rebuild with gnutls-1.4.1
214
215* Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
216- new upstream release
217- enable LDAP support
218- add --disable-update-mime-database option to %%configure
219- update Makefile.patch (patch0)
220- update dependencies
221
222* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
223- new upstream release
224- drop obsolete gedit.patch (patch1)
225- remove unneeded files
226
227* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
228- new upstream release
229- dropped SOURCE1 (merged into source)
230- added Patch1 for building with gedit 2.12
231- rebuild with libsoup 2.2.6.1
232
233* Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
234- add BuildRequires: libsoup >= 2.2 for HKP keyserver support
235
236* Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
237- upstream release
238- update ja.po, Makefile.patch
239- update files list
240
241* Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
242- initial build for Vine Linux
243- update ja.po
244
[7633]245* Tue Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
[521]246- Remove *.a and *.la from RPM_BUILD_ROOT
247- Remove updated mime database from RPM_BUILD_ROOT
248
249* Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
250- Added new mime info
251
252* Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
253- Added the gedit plugin to the default manifest
254
255* Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
256- Add some new files to the manifest
257
[7633]258* Tue Jan 15 2002 Jean Schurger <yshark@schurger.org>
[521]259- Scrollkeeper stuff
260- locales install by %find_lang
261- secure use of rm -rf
262
[7633]263* Mon Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
[521]264- First spec
Note: See TracBrowser for help on using the repository browser.