rpms/lzip/F-11 lzip.spec,1.4,1.5

Till Maas till at fedoraproject.org
Tue Aug 11 20:27:21 UTC 2009


Author: till

Update of /cvs/pkgs/rpms/lzip/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10883

Modified Files:
	lzip.spec 
Log Message:
* Fri Aug 07 2009 Till Maas <opensource at till.name> - 1.7-2
- Exclude lzdiff & lzgrep, they will become part of zutils:
  http://www.nongnu.org/lzip/zutils.html
  and fixes a conflict with xz-lzma-compat: Red Hat Bugzilla #515502
- Use globbing for all manpages



Index: lzip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lzip/F-11/lzip.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- lzip.spec	28 Jul 2009 09:16:35 -0000	1.4
+++ lzip.spec	11 Aug 2009 20:27:21 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           lzip
 Version:        1.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        LZMA compressor with integrity checking
 
 Group:          Applications/File
@@ -59,18 +59,24 @@ fi
 %defattr(-,root,root,-)
 # TODO is currently empty
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_bindir}/lzdiff
-%{_bindir}/lzgrep
+%exclude %{_bindir}/lzdiff
+%exclude %{_bindir}/lzgrep
 %{_bindir}/lzip
 %{_bindir}/lziprecover
 %{_infodir}/lzip.info*
-%{_mandir}/man1/lzdiff.1.gz
-%{_mandir}/man1/lzgrep.1.gz
+%exclude %{_mandir}/man1/lzdiff.1*
+%exclude %{_mandir}/man1/lzgrep.1*
 %{_mandir}/man1/lzip.1*
-%{_mandir}/man1/lziprecover.1.gz
+%{_mandir}/man1/lziprecover.1*
 
 
 %changelog
+* Fri Aug 07 2009 Till Maas <opensource at till.name> - 1.7-2
+- Exclude lzdiff & lzgrep, they will become part of zutils:
+  http://www.nongnu.org/lzip/zutils.html
+  and fixes a conflict with xz-lzma-compat: Red Hat Bugzilla #515502
+- Use globbing for all manpages
+
 * Tue Jul 28 2009 Till Maas <opensource at till.name> - 1.7-1
 - Update to latest stable upstream
 - remove upstreamed patch




More information about the scm-commits mailing list