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

Revision 8447, 8.1 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

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