Author: freetz Date: Mon Jun 12 16:27:33 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.5.1, added gtk-doc documentation, updated BR
---- Files affected: SPECS: gnome-keyring.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/gnome-keyring.spec diff -u SPECS/gnome-keyring.spec:1.33 SPECS/gnome-keyring.spec:1.34 --- SPECS/gnome-keyring.spec:1.33 Wed Jun 7 16:58:27 2006 +++ SPECS/gnome-keyring.spec Mon Jun 12 18:27:28 2006 @@ -2,18 +2,19 @@ Summary: Keep passwords and other user's secrets Summary(pl): Przechowywanie haseł i innych tajnych danych użytkowników Name: gnome-keyring -Version: 0.4.9 -Release: 3 +Version: 0.5.1 +Release: 1 License: LGPL v2+/GPL v2+ Group: X11/Applications -Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.4/%{name}-%{version}.tar.bz2 -# Source0-md5: 9a90820acf11a66e4c3dd9e163231071 +Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.5/%{name}-%{version}.tar.bz2 +# Source0-md5: 63e3614d864198d7793b1dba9189e992 Patch0: %{name}-single-unlock-dialog.patch URL: http://www.gnome.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: glib2-devel >= 1:2.11.1 -BuildRequires: gtk+2-devel >= 2:2.9.1 +BuildRequires: glib2-devel >= 1:2.11.3 +BuildRequires: gtk+2-devel >= 2:2.9.2 +BuildRequires: gtk-doc >= 1.6 BuildRequires: libtool BuildRequires: rpmbuild(macros) >= 1.197 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -81,8 +82,9 @@ %{__autoconf} %{__automake} %configure \ - --enable-static - + --enable-gtk-doc \ + --enable-static \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -92,8 +94,6 @@ DESTDIR=$RPM_BUILD_ROOT \ pkgconfigdir=%{_pkgconfigdir} -rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no - %find_lang %{name} --with-gnome --all-name %clean @@ -116,8 +116,9 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la -%{_pkgconfigdir}/*.pc %{_includedir}/* +%{_pkgconfigdir}/*.pc +%{_gtkdocdir}/%{name} %files static %defattr(644,root,root,755) @@ -129,6 +130,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2006/06/12 16:27:28 freetz +- 0.5.1, added gtk-doc documentation, updated BR + Revision 1.33 2006/06/07 14:58:27 freetz - rel.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-keyring.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
