rpms/revelation/FC-4 .cvsignore, 1.6, 1.7 revelation.spec, 1.9, 1.10 sources, 1.6, 1.7

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Aug 27 18:31:41 UTC 2005


Author: thl

Update of /cvs/extras/rpms/revelation/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23595/FC-4

Modified Files:
	.cvsignore revelation.spec sources 
Log Message:
Sync with devel -- this is mainly the update to 0.4.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/revelation/FC-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Apr 2005 11:32:55 -0000	1.6
+++ .cvsignore	27 Aug 2005 18:31:38 -0000	1.7
@@ -1 +1,2 @@
-revelation-0.4.3.tar.bz2
+revelation-0.4.5.tar.bz2
+revelation-dont_check_everything.patch


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/FC-4/revelation.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- revelation.spec	6 May 2005 17:14:11 -0000	1.9
+++ revelation.spec	27 Aug 2005 18:31:38 -0000	1.10
@@ -3,11 +3,13 @@
 
 Summary:	Password manager for GNOME 2
 Name:		revelation
-Version:	0.4.3
-Release:	3
+Version:	0.4.5
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Productivity
-Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.3.tar.bz2
+Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.5.tar.bz2
+# the reason for this patch is found in http://oss.codepoet.no/pipermail/revelation-list/2005-August/000132.html
+Patch0:		%{name}-dont_check_everything.patch
 URL:		http://oss.codepoet.no/revelation/
 Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:	python-crypto >= 2.0
@@ -25,6 +27,7 @@
 BuildRequires:	python-crypto >= 2.0
 BuildRequires:	cracklib
 BuildRequires:	words
+BuildRequires:	gnome-panel-devel gnome-python2-extras
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
 Requires(post):         GConf2 shared-mime-info desktop-file-utils
 Requires(preun):        GConf2
@@ -36,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .patch0
 
 %build
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/
@@ -58,9 +62,9 @@
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %preun
@@ -68,9 +72,9 @@
 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
 
 %postun
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %clean
@@ -85,24 +89,35 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/revelation/
 %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}*.png
 %{_datadir}/icons/hicolor/scalable/filesystems/%{name}*
-# the next two entries should be python_sitearch, but the packages currently does it
-# wrong on install and during execution. So leave them in {python_sitelib} for now
-#dir %{python_sitearch}/revelation/
-%{python_sitelib}/revelation/authmanager.so
-%{python_sitelib}/revelation/crack.so
-%dir %{python_sitelib}/revelation/
-%dir %{python_sitelib}/revelation/datahandler/
+%{python_sitearch}/revelation/gnomemisc.so
+%{python_sitearch}/revelation/crack.so
+%dir %{python_sitearch}/revelation/
+%dir %{python_sitearch}/revelation/datahandler/
 %{_datadir}/mime/packages/*
-%{python_sitelib}/revelation/*.py
-%{python_sitelib}/revelation/*.pyc
-%ghost %{python_sitelib}/revelation/*.pyo
-%{python_sitelib}/revelation/datahandler/*.py
-%{python_sitelib}/revelation/datahandler/*.pyc
-%ghost %{python_sitelib}/revelation/datahandler/*.pyo
+%{python_sitearch}/revelation/*.py
+%{python_sitearch}/revelation/*.pyc
+%ghost %{python_sitearch}/revelation/*.pyo
+%{python_sitearch}/revelation/datahandler/*.py
+%{python_sitearch}/revelation/datahandler/*.pyc
+%ghost %{python_sitearch}/revelation/datahandler/*.pyo
+%{_libdir}/bonobo/servers/GNOME_RevelationApplet.server
+%{_libexecdir}/revelation-applet
 
 %changelog
+* Mon Aug 27 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.5-1
+- Update to 0.4.5
+- add patch revelation-dont_check_everything.patch
+
+* Fri Aug 19 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.4-2
+- rebuild
+
+* Mon Aug 08 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.4-1
+- Update to 0.4.4
+- Use dist-macro
+- New BR gnome-panel-devel  gnome-python2-extras
+
 * Fri May 06 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.3-3
 - Update the GTK+ theme icon cache on (un)install
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/revelation/FC-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Apr 2005 11:32:55 -0000	1.6
+++ sources	27 Aug 2005 18:31:38 -0000	1.7
@@ -1 +1,2 @@
-80c36c740c5e02da54f77da69800325a  revelation-0.4.3.tar.bz2
+f509367e8b5ab869fe00c6c3f87d2b58  revelation-0.4.5.tar.bz2
+b99ea591311a237d50e16384ab31d6ee  revelation-dont_check_everything.patch




More information about the scm-commits mailing list