Hello community, here is the log from the commit of package libmemcache for openSUSE:Factory checked in at 2015-08-01 11:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmemcache (Old) and /work/SRC/openSUSE:Factory/.libmemcache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmemcache" Changes: -------- --- /work/SRC/openSUSE:Factory/libmemcache/libmemcache.changes 2013-03-01 07:25:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmemcache.new/libmemcache.changes 2015-08-01 11:39:08.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jul 30 13:44:45 UTC 2015 - [email protected] + +- Use explicit dependencies for autoconf/make +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmemcache.spec ++++++ --- /var/tmp/diff_new_pack.34PgLK/_old 2015-08-01 11:39:08.000000000 +0200 +++ /var/tmp/diff_new_pack.34PgLK/_new 2015-08-01 11:39:08.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmemcache # -# Copyright (c) 2013 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 @@ -16,36 +16,29 @@ # +%define library_name libmemcache0 Name: libmemcache Version: 1.4.0.rc2 Release: 0 -# -# -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# +Summary: A client library for memcached +License: BSD-3-Clause and MIT +Group: Development/Libraries/C and C++ Url: http://people.freebsd.org/~seanc/libmemcache/ Source: http://people.freebsd.org/~seanc/libmemcache/%{name}/%{name}-%{version}.tar.bz2 -Patch: libmemcache-1.4.0.rc2_gnusource.patch +Patch0: libmemcache-1.4.0.rc2_gnusource.patch Patch1: libmemcache-1.4.0.rc2_gcc43_inline.patch Patch2: libmemcache-1.4.0.rc2_preserve_cflags.patch -# -Summary: A client library for memcached -License: BSD-3-Clause and MIT -Group: Development/Libraries/C and C++ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libtool +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libmemcache implements a client for the superior memcached from Danga Interactive. - -Authors: --------- - Sean Chittenden <[email protected]> - -%define library_name libmemcache0 -%package -n %library_name +%package -n %{library_name} Summary: A client library for memcached Group: Development/Libraries/C and C++ @@ -55,16 +48,10 @@ This package holds the shared libraries from libmemcache. - - -Authors: --------- - Sean Chittenden <[email protected]> - %package devel -Requires: %{library_name} = %{version} Summary: Development files for libmemcache Group: Development/Libraries/C and C++ +Requires: %{library_name} = %{version} %description devel libmemcache implements a client for the superior memcached from Danga @@ -72,27 +59,21 @@ This package contains the development files for libmemcache. - - -Authors: --------- - Sean Chittenden <[email protected]> - %prep -%setup -%patch +%setup -q +%patch0 %patch1 %patch2 touch NEWS README AUTHORS %build -autoreconf -fi +autoreconf -fiv %configure -make %{?_smp_mflags} STRIP=true +make %{?_smp_mflags} %install -%makeinstall STRIP=true -%{__rm} %{buildroot}%{_libdir}/%{name}.*a +make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP=true +rm %{buildroot}%{_libdir}/%{name}.*a %post -n %{library_name} -p /sbin/ldconfig
