rpms/lzip/devel lzip.spec,1.7,1.8

Till Maas till at fedoraproject.org
Thu Dec 31 16:49:58 UTC 2009


Author: till

Update of /cvs/pkgs/rpms/lzip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv342

Modified Files:
	lzip.spec 
Log Message:
* Thu Dec 31 2009 Till Maas <opensource at till.name> - 1.8-1
- Update to new release
- Fix end of line encoding of COPYING



Index: lzip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lzip/devel/lzip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- lzip.spec	31 Dec 2009 13:02:42 -0000	1.7
+++ lzip.spec	31 Dec 2009 16:49:58 -0000	1.8
@@ -22,8 +22,10 @@ format (.lz) is not compatible with the 
 
 %prep
 %setup -q
+# file needs to be copied, because it is used in "make check"
+cp -a COPYING{,.txt}
 # convert CRLF to LF
-sed -i 's/\r//' COPYING
+sed -i 's/\r//' COPYING.txt 
 
 
 %build
@@ -60,7 +62,7 @@ fi
 %files
 %defattr(-,root,root,-)
 # TODO is currently empty
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS ChangeLog COPYING.txt NEWS README
 %{_bindir}/lzip
 %{_bindir}/lziprecover
 %{_infodir}/lzip.info*




More information about the fedora-extras-commits mailing list