Hello community,

here is the log from the commit of package unzip for openSUSE:Factory checked 
in at 2013-04-14 13:02:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unzip (Old)
 and      /work/SRC/openSUSE:Factory/.unzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unzip", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unzip/unzip.changes      2011-09-23 
12:49:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unzip.new/unzip.changes 2013-04-14 
13:02:10.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 10:07:44 UTC 2013 - idon...@suse.com
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  unzip60.tar.bz2

New:
----
  unzip60.tar.gz

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

Other differences:
------------------
++++++ unzip.spec ++++++
--- /var/tmp/diff_new_pack.sJG03Y/_old  2013-04-14 13:02:12.000000000 +0200
+++ /var/tmp/diff_new_pack.sJG03Y/_new  2013-04-14 13:02:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unzip
 #
-# Copyright (c) 2011 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
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:           unzip
-License:        BSD-3-Clause
-Group:          Productivity/Archiving/Compression
-AutoReqProv:    on
 Version:        6.00
-Release:        12
+Release:        0
 %define fileversion 60
 Summary:        A program to unpack compressed files
-Source:         %{name}%{fileversion}.tar.bz2
+License:        BSD-3-Clause
+Group:          Productivity/Archiving/Compression
 Url:            http://www.info-zip.org/
+Source:         
http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/%{name}%{fileversion}.tar.gz
 Patch0:         unzip.dif
 Patch1:         unzip-iso8859_2.patch
 Patch3:         unzip-optflags.patch
@@ -36,9 +34,9 @@
 Patch10:        unzip-5.52-use_librcc.patch
 Patch11:        unzip-no-build-date.patch
 Patch12:        unzip-dont_call_isprint.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  librcc-devel
 Suggests:       librcc0
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 UnZip is an extraction utility for archives compressed in .zip format
@@ -47,12 +45,6 @@
 program, our primary objectives have been portability and non-MS-DOS
 functionality. This version can also extract encrypted archives.
 
-
-
-Authors:
---------
-    Info-ZIP <zip-b...@lists.wku.edu>
-
 %prep
 %setup -q -n %{name}%{fileversion}
 %patch0
@@ -66,7 +58,7 @@
 %patch12
 
 %build
-export RPM_OPT_FLAGS="%optflags \
+export RPM_OPT_FLAGS="%{optflags} \
 -D_GNU_SOURCE -DRCC_LAZY -DWILD_STOP_AT_DIR \
 -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
 -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \
@@ -78,19 +70,16 @@
 make -f unix/Makefile check
 
 %install
-mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
 for i in unzip funzip unzipsfx;        \
-do     install $i $RPM_BUILD_ROOT%{_bindir};done;
-ln -s unzip $RPM_BUILD_ROOT%{_bindir}/zipinfo
-install unix/zipgrep $RPM_BUILD_ROOT%{_bindir}
+do     install $i %{buildroot}%{_bindir};done;
+ln -s unzip %{buildroot}%{_bindir}/zipinfo
+install unix/zipgrep %{buildroot}%{_bindir}
 for i in man/*.1;      \
 do \
-  install -m 644 $i $RPM_BUILD_ROOT%{_mandir}/man1/
+  install -m 644 $i %{buildroot}%{_mandir}/man1/
 done
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc %{_mandir}/man1/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to