rpms/rman/FC-5 rman.spec,1.1,1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Fri Apr 28 19:37:07 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/rman/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15143/FC-5

Modified Files:
	rman.spec 
Log Message:
Minor cleanup to do a couple things better



Index: rman.spec
===================================================================
RCS file: /cvs/extras/rpms/rman/FC-5/rman.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rman.spec	28 Apr 2006 18:21:40 -0000	1.1
+++ rman.spec	28 Apr 2006 19:37:06 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		rman
 Version:	3.2 
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Converts man pages to various other formats
 
 Group:		System Environment/Base
@@ -29,7 +29,7 @@
 make %{?_smp_mflags}
 
 pushd contrib
-for file in `ls`; do
+for file in `find . -type f`; do
 sed -i 's?^#!/usr/local/bin/perl?#!%{_bindir}/perl?' ${file}
 sed -i 's?\r??' ${file}
 done
@@ -50,13 +50,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README-rman.txt rman.html contrib
+%doc CHANGES README-rman.txt rman.html contrib/
 %{_bindir}/rman
 %{_mandir}/man1/*
 
 
 
 %changelog
+* Fri Apr 28 2006 Michael A. Peters <mpeters at mac.com> - 3.2-3
+- Minor cleanup to packaging
+
 * Fri Apr 28 2006 Michael A. Peters <mpeters at mac.com> - 3.2-2
 - Package the contrib directory with %%doc
 




More information about the fedora-extras-commits mailing list