Hello community,

here is the log from the commit of package rzip for openSUSE:Factory checked in 
at 2015-04-13 20:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rzip (Old)
 and      /work/SRC/openSUSE:Factory/.rzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rzip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rzip/rzip.changes        2011-09-23 
12:45:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rzip.new/rzip.changes   2015-04-13 
20:30:44.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 12:40:58 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rzip.spec ++++++
--- /var/tmp/diff_new_pack.7nSSkU/_old  2015-04-13 20:30:45.000000000 +0200
+++ /var/tmp/diff_new_pack.7nSSkU/_new  2015-04-13 20:30:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rzip (Version 2.1)
+# spec file for package rzip
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rzip
-BuildRequires:  libbz2-devel
-Summary:        A large-file compression program
 Version:        2.1
-Release:        125
-Group:          Productivity/Archiving/Compression
+Release:        0
+Summary:        A large-file compression program
 License:        GPL-2.0+
-Url:            http://rzip.samba.org/
-Source:         %{name}-%{version}.tar.gz
+Group:          Productivity/Archiving/Compression
+Url:            https://rzip.samba.org
+Source:         https://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz
+BuildRequires:  libbz2-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,24 +33,15 @@
 which can sometimes allow rzip to produce much better compression
 ratios than other programs.
 
-
-
-Authors:
---------
-    Andrew Tridgell <http://samba.org/~tridge/>
-
 %prep
 %setup -q
 
 %build
-./configure --prefix=/usr
-make CFLAGS="$RPM_OPT_FLAGS"
+%configure
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-make install INSTALL_BIN=$RPM_BUILD_ROOT/%{_bindir} 
INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}
-
-%clean
-rm -fr $RPM_BUILD_ROOT
+make install INSTALL_BIN=%{buildroot}/%{_bindir} 
INSTALL_MAN=%{buildroot}%{_mandir}
 
 %files
 %defattr(-, root, root)


Reply via email to