source: projects/specs/trunk/g/gnome-keyring/gnome-keyring-vl.spec @ 8353

Revision 8353, 8.6 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1%define gtk3_version 3.12.0
2
3Summary: A framework for managing user passwords and other secrets
4Summary(ja): ユーザのパスワードや秘匿情報を管理するためのフレームワーク
5Name: gnome-keyring
6Version: 3.12.0
7Release: 1%{?_dist_release}
8License: GPL/LGPL
9Group: System Environment/Libraries
10Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
11URL: http://www.gnome.org
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13Requires: gtk3 >= %{gtk3_version}
14BuildRequires: gtk3-devel >= %{gtk3_version}
15BuildRequires: dbus-devel >= 1.0
16BuildRequires: gettext
17BuildRequires: libcap-ng-devel
18BuildRequires: libgcrypt-devel
19BuildRequires: libtasn1-devel
20BuildRequires: openssl-devel
21BuildRequires: gcr-devel
22BuildRequires: pam-devel
23BuildRequires: p11-kit-devel
24BuildRequires: libxslt
25BuildRequires: docbook-style-xsl
26BuildRequires: autoconf, automake, libtool
27BuildRequires: intltool
28BuildRequires: perl(XML::Parser)
29
30Patch2: %{name}-2.31.91-configure-vine.patch
31
32Vendor: Project Vine
33Distribution: Vine Linux
34
35%description
36gnome-keyring manages passwords and other types of secrets
37for the user, storing them encrypted with a main password.
38Applications can use the gnome-keyring library to integrate
39with the keyring.
40
41%package pam
42Summary: A pam module for unlocking keyrings at login time
43License: LGPLv2+
44Group: System Environment/Libraries
45Requires: %{name} = %{version}-%{release}
46# for /lib/security
47Requires: pam
48
49%description pam
50The gnome-keyring-pam package contains a pam module that can
51automatically unlock the "login" keyring when the user logs in
52and start the keyring daemon.
53
54
55%prep
56%setup -q -n gnome-keyring-%{version}
57%patch2 -p1 -b .vine
58
59%build
60%configure \
61        --with-gtk=3.0 \
62        --disable-gtk-doc \
63        --disable-update-mime \
64        --enable-pam \
65        --with-pam-dir=/%{_lib}/security
66
67make %{?_smp_mflags}
68
69%install
70rm -rf $RPM_BUILD_ROOT
71make install install-pam DESTDIR=$RPM_BUILD_ROOT
72
73rm -f $RPM_BUILD_ROOT%{_libdir}/pam_gnome_keyring.so
74
75%find_lang %{name}
76
77rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
78rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/*.la
79rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/*/*.la
80rm -f $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
81rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.la
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post
87/sbin/ldconfig
88if [ -x /usr/bin/gtk-update-icon-cache ]; then
89  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
90fi
91update-mime-database %{_datadir}/mime > /dev/null || :
92
93
94%postun
95/sbin/ldconfig
96if [ $1 -eq 0 ]; then
97        glib-compile-schemas %{_datadir}/glib-2.0/schemas
98        gtk-update-icon-cache -q %{_datadir}/icons/hicolor
99        update-mime-database %{_datadir}/mime > /dev/null || :
100fi
101
102%posttrans
103glib-compile-schemas %{_datadir}/glib-2.0/schemas
104
105
106%files -f %{name}.lang
107%defattr(-, root, root)
108%doc AUTHORS NEWS README COPYING COPYING.LIB
109%{_sysconfdir}/xdg/autostart/gnome-keyring-pkcs11.desktop
110%{_sysconfdir}/xdg/autostart/gnome-keyring-secrets.desktop
111%{_sysconfdir}/xdg/autostart/gnome-keyring-ssh.desktop
112%{_sysconfdir}/xdg/autostart/gnome-keyring-gpg.desktop
113%{_datadir}/p11-kit/modules/gnome-keyring.module
114%{_bindir}/*
115%dir %{_libdir}/gnome-keyring
116%{_libdir}/gnome-keyring/devel/*.so
117%{_libdir}/pkcs11/gnome-keyring-pkcs11.so
118%{_datadir}/dbus-1/services/*
119%{_datadir}/GConf/gsettings/*
120%{_datadir}/glib-2.0/schemas/*
121
122%files pam
123%defattr(-, root, root)
124/%{_lib}/security/*.so
125
126
127%changelog
128* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
129- new upstream release
130
131* Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 3.10.1-3
132- rebuilt libtasn1-3.4 and libgcrypt-1.6
133
134* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
135- rebuild with VineSeed environment
136
137* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
138- new upstream release
139- add BuildRequires: p11-kit-devel, libxslt, docbook-style-xsl
140
141* Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
142- new upstream release
143
144* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
145- new upstream release
146
147* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
148- new upstream release
149
150* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
151- new upstream release
152
153* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
154- new upstream release
155
156* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
157- new upstream release
158
159* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
160- new upstream release
161- remove BuildRequires: p11-kit-devel
162- add BuildRequires: gcr-devel
163- remove devel sub package
164- remove compat32 sub packages
165
166* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
167- new upstream release
168
169* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
170- new upstream release
171
172* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
173- new upstream release
174
175* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
176- new upstream release
177
178* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
179- new upstream release
180- remove Patch3
181
182* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
183- new upstream release
184- change BuildRequires: gtk3-devel instead of gtk2-devel
185- add BuildRequires: openssl-devel, p11-kit-devel, libcap-ng-devel
186- add Patch3 (gnome-keyring-3.1.4-git20110729.patch)
187
188* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
189- new upstream release
190
191* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
192- new upstream release
193- add configure option (--enable-pam)
194- remove configure option (--disable-schemas-install)
195- add Patch2 (%{name}-2.31.91-configure-vine.patch)
196
197* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.3-2
198- build with rpm-4.8.1-1 for pkg-config file
199
200* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
201- new upstream release
202
203* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
204- new upstream release
205
206* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
207- new upstream release
208- remove BuildRequires: hal-devel
209
210* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
211- new upstream release
212- add BuildRequires: GConf2-devel
213
214* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
215- new upstream release
216
217* Sun Jul 12 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.3-2
218- added compat32 package for x86_64 arch support
219
220* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
221- new upstream release
222
223* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
224- new upstream release
225
226* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
227- new upstream release
228
229* Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
230- new upstream release
231
232* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
233- new upstream release
234
235* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
236- new upstream release
237
238* Wed Apr  9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
239- new upstream release
240
241* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
242- new upstream release
243- added BuildRequires: libtasn1-devel
244
245* Tue Dec 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
246- new upstream release
247- added a pam subpackage
248
249* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.1-0vl1
250- new upstream release
251
252* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.9-0vl1
253- new upstream release
254
255* Mon Mar 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.8-0vl1
256- new upstream release
257
258* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.5-0vl1
259- new upstream release
260
261* Wed Sep 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.4-0vl1
262- new upstream release
263
264* Fri Mar 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
265- new upstream version
266
267* Sun Dec 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.0-0vl1
268- new upstream release
269
270* Sun Aug 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
271- initial build for Vine Linux based on fedora's spec file.
272
273* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
274- rebuilt
275
276* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 0.2.0-1
277- update to 0.2.0
278
279* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 0.1.90-1
280- update to 0.1.90
281
282* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
283- rebuilt
284
285* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 0.1.4-1
286- update to 0.1.4
287
288* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
289- rebuilt
290
291* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 0.1.3-1
292- update to 0.1.3
293
294* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com>
295- tweak summary
296
297* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-2
298- devel package only needs glib2-devel, not gtk2-devel
299
300* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-1
301- First version
Note: See TracBrowser for help on using the repository browser.