Hello community,

here is the log from the commit of package zip for openSUSE:Factory checked in 
at 2013-04-05 13:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zip (Old)
 and      /work/SRC/openSUSE:Factory/.zip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/zip/zip.changes  2011-09-23 12:53:42.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.zip.new/zip.changes     2013-04-05 
13:17:11.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 07:31:51 UTC 2013 - [email protected]
+
+- Add Source URL, see http://en.opensuse.org/SourceUrls
+- Cleanup spec file
+
+-------------------------------------------------------------------

Old:
----
  zip-3.0.tar.bz2

New:
----
  zip30.tar.gz

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

Other differences:
------------------
++++++ zip.spec ++++++
--- /var/tmp/diff_new_pack.xRGMJb/_old  2013-04-05 13:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.xRGMJb/_new  2013-04-05 13:17:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package zip (Version 3.0)
+# spec file for package zip
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,39 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           zip
-License:        BSD-3-Clause
-Group:          Productivity/Archiving/Compression
-Provides:       crzip
-Obsoletes:      crzip
-AutoReqProv:    on
 Version:        3.0
-Release:        1
+Release:        0
 %define file_version 30
 Summary:        File compression program
+License:        BSD-3-Clause
+Group:          Productivity/Archiving/Compression
 Url:            http://www.info-zip.org/
-Source:         %name-%version.tar.bz2
+Source:         
http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz
 Patch2:         zip-3.0-iso8859_2.patch
 Patch3:         zip-3.0-add_options_to_help.patch
 Patch4:         zip-3.0-nonexec-stack.patch
 Patch5:         zip-3.0-optflags.patch
 Patch6:         zip-3.0-tempfile.patch
 Patch7:         zip-notimestamp.patch
+Provides:       crzip = %{version}
+Obsoletes:      crzip < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Zip is a compression and file packaging utility. It is compatible with
 PKZIP(tm) 2.04g (Phil Katz ZIP) for MS-DOS systems.
 
-
-
-Authors:
---------
-    Info-ZIP <[email protected]>
-
 %prep
 %setup -q -n zip%{file_version}
 %patch2
@@ -58,15 +49,12 @@
 %patch7
 
 %build
-make %{?jobs:-j%jobs} -f unix/Makefile prefix=/usr CC="gcc $RPM_OPT_FLAGS 
-DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" generic_gcc
+make %{?_smp_mflags} -f unix/Makefile prefix=/usr CC="gcc %{optflags} 
-DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" generic_gcc
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-make install -f unix/Makefile BINDIR=$RPM_BUILD_ROOT/usr/bin 
MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_prefix}/bin
+mkdir -p %{buildroot}%{_mandir}/man1
+make install -f unix/Makefile BINDIR=%{buildroot}%{_bindir} 
MANDIR=%{buildroot}%{_mandir}/man1
 
 %files
 %defattr(-,root,root)

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

Reply via email to