rpms/lzip/devel lzip.spec,1.5,1.6

Till Maas till at fedoraproject.org
Fri Aug 7 10:24:11 UTC 2009


Author: till

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

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/devel/lzip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- lzip.spec	28 Jul 2009 08:35:09 -0000	1.5
+++ lzip.spec	7 Aug 2009 10:24:11 -0000	1.6
@@ -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 fedora-extras-commits mailing list