Author: freetz Date: Wed Aug 10 21:17:55 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.4.4, more BRs/Rs, more %%files, more schemas, cleanup
---- Files affected: SPECS: revelation.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/revelation.spec diff -u SPECS/revelation.spec:1.21 SPECS/revelation.spec:1.22 --- SPECS/revelation.spec:1.21 Sun May 15 02:20:25 2005 +++ SPECS/revelation.spec Wed Aug 10 23:17:50 2005 @@ -2,17 +2,18 @@ Summary: A password manager for the GNOME 2 desktop Summary(pl): Zarządca haseł dla środowiska GNOME 2 Name: revelation -Version: 0.4.3 -Release: 2 +Version: 0.4.4 +Release: 1 License: GPL Group: X11/Applications Source0: ftp://oss.codepoet.no/revelation/%{name}-%{version}.tar.bz2 -# Source0-md5: 80c36c740c5e02da54f77da69800325a +# Source0-md5: 79c5af34e19c0d1eb25de15b47567060 Patch0: %{name}-desktop.patch URL: http://oss.codepoet.no/revelation/ BuildRequires: cracklib-devel BuildRequires: python-Crypto >= 1.9 BuildRequires: python-gnome >= 2.0.0 +BuildRequires: python-gnome-extras-devel BuildRequires: python-gnome-ui >= 2.0.0 BuildRequires: python-libxml2 >= 2.0.0 BuildRequires: python-pygtk-devel >= 2.0.0 @@ -20,8 +21,10 @@ Requires(post,preun): GConf2 Requires(post,postun): desktop-file-utils Requires(post,postun): shared-mime-info +Requires: hicolor-icon-theme Requires: python-Crypto >= 1.9 Requires: python-gnome >= 2.0.0 +Requires: python-gnome-extras-applet Requires: python-gnome-gconf >= 2.0.0 Requires: python-gnome-ui >= 2.0.0 Requires: python-libxml2 >= 2.0.0 @@ -53,21 +56,23 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT%{py_sitedir} -mv $RPM_BUILD_ROOT/usr/share/python*/site-packages/* $RPM_BUILD_ROOT%{py_sitedir} + +rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{name}/*.py +rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{name}/datahandler/*.py %clean rm -rf $RPM_BUILD_ROOT %post %gconf_schema_install revelation.schemas +%gconf_schema_install revelation-applet.schemas %update_desktop_database_post umask 022 /usr/bin/update-mime-database %{_datadir}/mime ||: %preun %gconf_schema_uninstall revelation.schemas +%gconf_schema_uninstall revelation-applet.schemas %postun %update_desktop_database_postun @@ -80,6 +85,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/revelation-applet %{_datadir}/%{name} %{_desktopdir}/*.desktop %{_iconsdir}/hicolor/16x16/apps/*.png @@ -89,12 +95,14 @@ %{_iconsdir}/hicolor/48x48/mimetypes/*.png %{_iconsdir}/hicolor/scalable/filesystems/*.svg %{_datadir}/mime/packages/revelation.xml +%{_libdir}/bonobo/servers/GNOME_RevelationApplet.server %dir %{py_sitedir}/%{name} %dir %{py_sitedir}/%{name}/datahandler %attr(755,root,root) %{py_sitedir}/%{name}/*.so %{py_sitedir}/%{name}/*.py[oc] %{py_sitedir}/%{name}/datahandler/*.py[co] -%{_sysconfdir}/gconf/schemas/*.schemas +%{_sysconfdir}/gconf/schemas/revelation.schemas +%{_sysconfdir}/gconf/schemas/revelation-applet.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -102,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2005/08/10 21:17:50 freetz +- 0.4.4, more BRs/Rs, more %%files, more schemas, cleanup + Revision 1.21 2005/05/15 00:20:25 ankry - %post shouldn't fail if no rw permission to /usr ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/revelation.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
