Hello community,

here is the log from the commit of package librsync for openSUSE:Factory 
checked in at 2012-02-16 10:06:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librsync (Old)
 and      /work/SRC/openSUSE:Factory/.librsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/librsync/librsync.changes        2011-11-22 
17:48:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes   2012-02-16 
10:06:01.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 10:49:21 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Tue Nov 22 15:50:11 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Employ shlib packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librsync.spec ++++++
--- /var/tmp/diff_new_pack.XHWoH3/_old  2012-02-16 10:06:02.000000000 +0100
+++ /var/tmp/diff_new_pack.XHWoH3/_new  2012-02-16 10:06:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsync
 #
-# Copyright (c) 2011 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
@@ -15,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           librsync
-BuildRequires:  libbz2-devel libtool popt-devel zlib-devel
-License:        LGPL v2.1 or later
-Group:          Development/Libraries/C and C++
+%define lname  librsync1
+BuildRequires:  libbz2-devel
+BuildRequires:  libtool
+BuildRequires:  popt-devel
+BuildRequires:  zlib-devel
 Summary:        A Library for Generating Network Deltas
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 Version:        0.9.7
-Release:        169
+Release:        0
 Url:            http://librsync.sourceforge.net/
 Source:         
http://prdownloads.sourceforge.net/rproxy/%{name}-%{version}.tar.bz2
 Patch0:         %{name}-%{version}-strictalias.diff
@@ -37,13 +39,36 @@
 file's checksum, so the two files need not both be present to generate
 a delta.
 
+%package -n %lname
+Summary:        A Library for Generating Network Deltas
+Group:          System/Libraries
+# O/P added 2011-11-26
+Obsoletes:      librsync < %version-%release
+Provides:       librsync = %version-%release
 
+%description -n %lname
+librsync implements the "rsync" algorithm, which allows remote
+differencing of binary files.  librsync computes a delta relative to a
+file's checksum, so the two files need not both be present to generate
+a delta.
 
-Authors:
---------
-    Martin Pool <[email protected]>
-    Andrew Tridgell <[email protected]>
-    Donovan Baarda <[email protected]>
+%package devel
+Summary:        Development files for librsync
+Group:          Development/Libraries/C and C++
+Requires:       %lname = %version
+
+%description devel
+librsync implements the "rsync" algorithm, which allows remote
+differencing of binary files.  librsync computes a delta relative to a
+file's checksum, so the two files need not both be present to generate
+a delta.
+
+%package -n rdiff
+Summary:        Frontend to rsync's delta algorithm
+Group:          Productivity/Archiving/Backup
+
+%description -n rdiff
+rdiff computes and applies signature-based file differences.
 
 %prep
 %setup -q
@@ -52,28 +77,31 @@
 
 %build
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS" 
 %configure --enable-shared --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 %{__rm} %{buildroot}%{_libdir}/librsync.la
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%post -n %lname -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%files -n %lname
+%defattr(-,root,root)
+%{_libdir}/librsync.so.1*
+%doc AUTHORS COPYING NEWS README THANKS TODO
 
-%files
+%files devel
 %defattr(-,root,root)
 %{_libdir}/librsync.so
-%{_libdir}/librsync.so.1*
-%{_bindir}/rdiff
-%{_mandir}/man?/*
+%{_mandir}/man3/*
 %{_includedir}/*.h
-%doc AUTHORS COPYING NEWS README THANKS TODO
+
+%files -n rdiff
+%defattr(-,root,root)
+%{_bindir}/rdiff
+%{_mandir}/man1/*
 
 %changelog

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

Reply via email to