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

Jindrich Novy jnovy at fedoraproject.org
Thu Feb 18 20:58:54 UTC 2010


Author: jnovy

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

Modified Files:
	xz.spec 
Log Message:
* Thu Feb 18 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.2.20091007.beta
- move xz man pages to main package, leave lzma ones where they belong (#566484)



Index: xz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xz/devel/xz.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- xz.spec	7 Oct 2009 06:01:09 -0000	1.7
+++ xz.spec	18 Feb 2010 20:58:54 -0000	1.8
@@ -3,7 +3,7 @@
 Summary:	LZMA compression utilities
 Name:		xz
 Version:	4.999.9
-Release:	0.1.beta.%{git_date}git%{?dist}
+Release:	0.2.beta.%{git_date}git%{?dist}
 License:	LGPLv2+
 Group:		Applications/File
 # source created as "make dist" in checked out GIT tree
@@ -86,6 +86,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc AUTHORS README THANKS COPYING.* ChangeLog 
 %{_bindir}/*xz*
+%{_mandir}/man1/*xz*
 
 %files libs
 %defattr(-,root,root,-)
@@ -103,9 +104,12 @@ rm -rf %{buildroot}
 %files lzma-compat
 %defattr(-,root,root,-)
 %{_bindir}/*lz*
-%{_mandir}/man1/*
+%{_mandir}/man1/*lz*
 
 %changelog
+* Thu Feb 18 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.2.20091007.beta
+- move xz man pages to main package, leave lzma ones where they belong (#566484)
+
 * Wed Oct 07 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.20091007.beta
 - sync with upstream again
 



More information about the scm-commits mailing list