rpms/revelation/FC-3 .cvsignore, 1.6, 1.7 revelation.spec, 1.6, 1.7 sources, 1.6, 1.7

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


Author: thl

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

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-3/.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-3/revelation.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- revelation.spec	2 Apr 2005 11:32:55 -0000	1.6
+++ revelation.spec	27 Aug 2005 18:31:38 -0000	1.7
@@ -2,34 +2,36 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary:	Password manager for GNOME 2
-Name: 		revelation
-Version: 	0.4.3
-Epoch: 		0
-Release: 	1
-License: 	GPL
-Group: 		Applications/Productivity
-Source: 	ftp://oss.codepoet.no/revelation/revelation-0.4.3.tar.bz2
-URL: 		http://oss.codepoet.no/revelation/
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:	python-crypto >= 0:2.0
-Requires:	pygtk2 >= 0:2.4
-Requires:	gnome-python2-gconf >= 0:2.0
-Requires:	gnome-python2-gnomevfs >= 0:2.6
-Requires:	words 
-BuildRequires:  python >= 0:2.2
-BuildRequires:  python-devel >= 0:2.3
-BuildRequires:  pygtk2-devel >= 0:2.4
-BuildRequires:	gnome-python2-gconf >= 0:2.0
-BuildRequires:	libgnomeui-devel >= 0:2.8
-BuildRequires:	gnome-keyring-devel >= 0:0.4.0
-BuildRequires:	desktop-file-utils 
-BuildRequires:	python-crypto >= 0:2.0
+Name:		revelation
+Version:	0.4.5
+Release:	1%{?dist}
+License:	GPL
+Group:		Applications/Productivity
+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
+Requires:	pygtk2 >= 2.4
+Requires:	gnome-python2-gconf >= 2.0
+Requires:	gnome-python2-gnomevfs >= 2.6
+Requires:	words >= 3.0
+BuildRequires:	python >= 2.2
+BuildRequires:	python-devel >= 2.3
+BuildRequires:	pygtk2-devel >= 2.4
+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:	words 
+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
-Requires(postun):shared-mime-info desktop-file-utils
+Requires(post):         GConf2 shared-mime-info desktop-file-utils
+Requires(preun):        GConf2
+Requires(postun):       shared-mime-info desktop-file-utils
 
 %description
 Revelation is a password manager. It organizes accounts in
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .patch0
 
 %build
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/
@@ -59,17 +62,17 @@
 %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 || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+
 
- 
 %preun
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 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 || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
 
 
 %clean
@@ -84,24 +87,42 @@
 %{_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
+- don't run gtk-update-icon-cache on FC3
+
+* 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
+
+* Sat Apr 02 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0:0.4.3-2
+- Devel rebuild
+
 * Sat Apr 02 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0:0.4.3-1
 - Update to 0.4.3
 - BR words, cracklib, Req words
@@ -115,7 +136,7 @@
 - Uses configure now
 - add BR pygtk2-devel gnome-keyring-devel
 - use shared-mime-info and desktop-file-utils
-- Remove unneeded explicit Requires 
+- Remove unneeded explicit Requires
 - not a noarch package anymore
 - on x86_64 it currently installs and needs authmanager.so in %%{python_sitelib}
   will report upstream


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/revelation/FC-3/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