From 0e5ca010ce1ae5484990adddd1b70b426f54821c Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Jan 13 2007 09:40:52 +0000 Subject: 0.4.9-1 -- sync FC-6 with devel (but omit BR: cracklib-devel; it's rawhide specific) --- diff --git a/.cvsignore b/.cvsignore index cd32cfb..1cc57c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -revelation-0.4.7.tar.bz2 +revelation-0.4.9.tar.bz2 diff --git a/revelation.spec b/revelation.spec index c8d009f..09319b1 100644 --- a/revelation.spec +++ b/revelation.spec @@ -3,13 +3,12 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.7 -Release: 5%{?dist} +Version: 0.4.9 +Release: 1%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.9.tar.bz2 URL: http://oss.codepoet.no/revelation/ -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-crypto >= 2.0 Requires: pygtk2 >= 2.4 Requires: gnome-python2-gconf >= 2.0 @@ -19,13 +18,16 @@ Requires: cracklib-dicts BuildRequires: python >= 2.2 BuildRequires: python-devel >= 2.3 BuildRequires: pygtk2-devel >= 2.4 +BuildRequires: gnome-python2-devel >= 2.5 BuildRequires: gnome-python2-gconf >= 2.0 BuildRequires: libgnomeui-devel >= 2.8 BuildRequires: gnome-keyring-devel >= 0.4.0 BuildRequires: desktop-file-utils BuildRequires: python-crypto >= 2.0 -BuildRequires: cracklib BuildRequires: cracklib-dicts +BuildRequires: gettext +BuildRequires: perl(XML::Parser) +BuildRequires: gnome-python2-applet BuildRequires: gnome-panel-devel gnome-python2-extras gnome-python2-desktop BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) Requires(post): GConf2 shared-mime-info desktop-file-utils @@ -51,6 +53,8 @@ make install DESTDIR=$RPM_BUILD_ROOT # we use cracklib dicts, so we can remove these rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/pwdict* +%find_lang %{name} + desktop-file-install \ --vendor fedora \ --mode 644 \ @@ -81,7 +85,7 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : %{__rm} -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README TODO %config %{_sysconfdir}/gconf/schemas/*.schemas @@ -90,18 +94,30 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : %{_datadir}/revelation/ %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png %{_datadir}/icons/hicolor/*/apps/%{name}*.png -%{_datadir}/icons/hicolor/scalable/filesystems/%{name}* -%{python_sitearch}/revelation/gnomemisc.so -%{python_sitearch}/revelation/crack.so -%dir %{python_sitearch}/revelation/ -%dir %{python_sitearch}/revelation/datahandler/ +%{python_sitearch}/revelation/ %{_datadir}/mime/packages/* -%{python_sitearch}/revelation/*.py* -%{python_sitearch}/revelation/datahandler/*.py* %{_libdir}/bonobo/servers/GNOME_RevelationApplet.server %{_libexecdir}/revelation-applet %changelog +* Thu Jan 11 2007 Thorsten Leemhuis 0.4.9-1 +- update to 0.4.9 +- Remove 0.4.8-specific workaround +- Remove manual python-abi requires + +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-2 +- BR gnome-python2-applet + +* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 +- update to 0.4.8 +- ships locales now; use find_lang, BR gettext, perl(XML::Parser) + +* Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 +- Rebuild for python 2.5 + +* Thu Oct 31 2006 Thorsten Leemhuis - 0.4.7-6 +- track rawhide and BR gnome-python2-devel + * Thu Sep 07 2006 Thorsten Leemhuis - 0.4.7-5 - Don't ghost pyo files (#205432) diff --git a/sources b/sources index c5fcd29..db1f589 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0a100914b0ffc0a09b1d4067f4307eb revelation-0.4.7.tar.bz2 +cd107681bf316a8bb575bf471005c799 revelation-0.4.9.tar.bz2