rpms/revelation/devel revelation.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Mar 4 00:05:44 UTC 2005


Author: thias

Update of /cvs/extras/rpms/revelation/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25833/revelation/devel

Modified Files:
	revelation.spec 
Log Message:
Mass letter "q" and "r" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- revelation.spec	2 Mar 2005 19:05:15 -0000	1.5
+++ revelation.spec	4 Mar 2005 00:05:42 -0000	1.6
@@ -2,31 +2,30 @@
 %{!?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.0
-Epoch: 		0
-Release: 	1
-License: 	GPL
-Group: 		Applications/Productivity
-Source: 	ftp://oss.codepoet.no/revelation/revelation-0.4.0.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
-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.0
+Release:	1
+License:	GPL
+Group:		Applications/Productivity
+Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.0.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
+Requires:	gnome-python2-gnomevfs >= 2.6
+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
 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
@@ -36,7 +35,7 @@
 %setup -q
 
 %build
-%configure --disable-desktop-update --disable-mime-update 
+%configure --disable-desktop-update --disable-mime-update
 make %{?_smp_mflags}
 
 
@@ -59,7 +58,7 @@
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 
- 
+
 %preun
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
@@ -83,7 +82,7 @@
 %{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 #dir %{python_sitearch}/revelation/
-# the next entry should be python_sitearch, but the packages currently does it 
+# the next entry should be python_sitearch, but the packages currently does it
 # wrong on install and during execution. So leave it in {python_sitelib} for now
 %{python_sitelib}/revelation/authmanager.so
 %dir %{python_sitelib}/revelation/
@@ -102,7 +101,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




More information about the fedora-extras-commits mailing list