Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2012-02-10 17:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2011-09-23 
02:02:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2012-02-10 
17:46:45.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 21:33:35 UTC 2012 - [email protected]
+
+- keep binaries in /usr tree (UsrMerge project)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.qLgU5U/_old  2012-02-10 17:46:46.000000000 +0100
+++ /var/tmp/diff_new_pack.qLgU5U/_new  2012-02-10 17:46:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gzip (Version 1.4)
+# spec file for package gzip
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           gzip
 Url:            http://www.gzip.org/
-License:        GPL-2.0+
-Group:          Productivity/Archiving/Compression
 PreReq:         %{install_info_prereq} update-alternatives
 Version:        1.4
-Release:        2
+Release:        0
 Summary:        GNU Zip Compression Utilities
+License:        GPL-2.0+
+Group:          Productivity/Archiving/Compression
 Source:         %{name}-%{version}.tar.gz
 Patch:          zgrep.diff
 Patch1:         tempfile.diff
@@ -83,16 +82,18 @@
 
 %install
 %makeinstall
+#UsrMerge
 mkdir -p $RPM_BUILD_ROOT/bin
-mv $RPM_BUILD_ROOT%{_bindir}/{gzip,gunzip,zcat} $RPM_BUILD_ROOT/bin
-sed -i 's:%{_bindir}:/bin:' $RPM_BUILD_ROOT/bin/{gunzip,zcat}
-ln -sf /bin/gzip /bin/gunzip /bin/zcat $RPM_BUILD_ROOT%{_bindir}
+ln -sf %{_bindir}/gzip %{_bindir}/gunzip %{_bindir}/zcat $RPM_BUILD_ROOT/bin
+#EndUsrMerge
 ln -sf zmore $RPM_BUILD_ROOT%{_bindir}/zless
 ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
 
 %files
 %defattr(-, root, root)
+#UsrMerge
 /bin/*
+#EndUsrMerge
 %{_bindir}/*
 %doc README AUTHORS ChangeLog TODO NEWS THANKS
 %doc %{_infodir}/*.gz

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to