rpms/crypto-utils/devel crypto-utils.spec,1.32,1.33

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Oct 24 14:10:09 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19957

Modified Files:
	crypto-utils.spec 
Log Message:
- fix man page generation



Index: crypto-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/crypto-utils.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- crypto-utils.spec	24 Oct 2007 14:03:17 -0000	1.32
+++ crypto-utils.spec	24 Oct 2007 14:09:36 -0000	1.33
@@ -44,7 +44,8 @@
 echo -n %{version} > version.xml
 
 for m in certwatch.xml genkey.xml keyrand.xml; do
-  xmlto man $RPM_SOURCE_DIR/${m} 
+  cp $RPM_SOURCE_DIR/${m} .
+  xmlto man ${m} 
 done
 
 pushd Makerand




More information about the fedora-extras-commits mailing list