rpms/wipe/devel wipe.spec,1.2,1.3

Scott Henson (shenson) fedora-extras-commits at redhat.com
Mon Mar 24 19:35:34 UTC 2008


Author: shenson

Update of /cvs/pkgs/rpms/wipe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13234

Modified Files:
	wipe.spec 
Log Message:
Update the spec file so that things actually build



Index: wipe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wipe/devel/wipe.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wipe.spec	24 Mar 2008 19:25:21 -0000	1.2
+++ wipe.spec	24 Mar 2008 19:35:00 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           wipe
 Version:        0.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Secure file erasing tool
 
 Group:          Development/Tools
@@ -16,15 +16,14 @@
 %setup -q
 
 %build
+chmod +x trtur
 export CFLAGS=$RPM_OPT_FLAGS
 make %{?_smp_mflags} linux
 iconv -f ISO8859-9 -t UTF8 <README > README.utf8
 mv README.utf8 README
-iconv -f ISO8859-9 -t UTF8 <secure_del.html > secure_del.html.utf8
-mv secure_del.html.utf8 secure_del.html
 iconv -f ISO8859-9 -t UTF8 <wipe.tr.1 > wipe.tr.1.utf8
 mv wipe.tr.1.utf8 wipe.tr.1
-chmod a-x secure_del.html examples/wipefd0 examples/wswap.pl
+chmod a-x examples/wipefd0 examples/wswap.pl
 
 
 %install
@@ -42,12 +41,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS CHANGES GPL README secure_del.html examples/wipefd0 examples/wswap.pl
+%doc BUGS CHANGES GPL README examples/wipefd0 examples/wswap.pl
 %{_bindir}/wipe
 %{_mandir}/man1/wipe.1.gz
 %{_mandir}/tr/man1/wipe.1.gz
 
 %changelog
+* Mon Mar 24 2008 Scott Henson <shenson at redhat.com> - 0.21-2
+- Make trtur executable
+- remove secure-deletion.html 
+
 * Mon Mar 24 2008 Scott Henson <shenson at redhat.com> - 0.21-1
 - New upstream version
 - use RPM_OPT_FLAGS




More information about the fedora-extras-commits mailing list