rpms/rdiff-backup/devel rdiff-backup.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/rdiff-backup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25833/rdiff-backup/devel

Modified Files:
	rdiff-backup.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: rdiff-backup.spec
===================================================================
RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rdiff-backup.spec	22 Jan 2005 20:27:02 -0000	1.5
+++ rdiff-backup.spec	4 Mar 2005 00:05:42 -0000	1.6
@@ -4,15 +4,14 @@
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
 Release: 1
-Epoch: 0
 URL: http://www.nongnu.org/rdiff-backup/
 Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
 License: GPL
 Group: Applications/Archiving
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: python-devel >= 0:2.2, librsync-devel >= 0:0.9.6
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6
 
-Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 rdiff-backup is a script, written in Python, that backs up one
@@ -43,6 +42,7 @@
 
 %files
 %defattr(-,root,root)
+%doc CHANGELOG COPYING FAQ.html README
 %{_bindir}/rdiff-backup
 %{_mandir}/man1/rdiff-backup*
 %dir %{python_sitearch}/rdiff_backup
@@ -50,7 +50,6 @@
 %{python_sitearch}/rdiff_backup/*.pyc
 %{python_sitearch}/rdiff_backup/*.so
 %ghost %{python_sitearch}/rdiff_backup/*.pyo
-%doc CHANGELOG COPYING FAQ.html README
 
 %changelog
 * Sat Jan 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.12.7-1




More information about the scm-commits mailing list