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

Revision 6078, 7.1 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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