From 373a6db597e2ef617bad134d5cdd620f5371395415cbb5c28e374bfdf05ddd55 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 19 Feb 2018 12:54:55 +0000 Subject: [PATCH 1/2] Accepting request 578017 from home:jengelh:branches:devel:libraries:c_c++ - Fix RPM groups. Remove ineffective --with-pic. Trim redundancies from description. Do not let fdupes run across partitions. OBS-URL: https://build.opensuse.org/request/show/578017 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zziplib?expand=0&rev=30 --- zziplib.changes | 7 +++++++ zziplib.spec | 21 ++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/zziplib.changes b/zziplib.changes index a2fd499..1bb1cf5 100644 --- a/zziplib.changes +++ b/zziplib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 19 11:30:47 UTC 2018 - jengelh@inai.de + +- Fix RPM groups. Remove ineffective --with-pic. + Trim redundancies from description. + Do not let fdupes run across partitions. + ------------------------------------------------------------------- Sun Feb 18 03:25:53 UTC 2018 - avindra@opensuse.org diff --git a/zziplib.spec b/zziplib.spec index 658530d..44bbd78 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -20,9 +20,9 @@ Name: zziplib Version: 0.13.68 Release: 0 -Summary: Free Zip Compression Library with an Easy-to-Use API +Summary: ZIP Compression Library License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://zziplib.sourceforge.net Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source2: baselibs.conf @@ -38,21 +38,21 @@ BuildRequires: xmlto BuildRequires: pkgconfig(zlib) %description -ZZipLib is a library for dealing with zip and zip-like archives by -using free algorithms of zlib. +ZZipLib is a library for dealing with ZIP and ZIP-like archives by +using algorithms of zlib. %package -n %{lname} -Summary: Free zip compression library with easy to use API +Summary: ZIP compression library Group: System/Libraries Obsoletes: zziplib < %{version}-%{release} Provides: zziplib = %{version}-%{release} %description -n %{lname} -ZZipLib is a library for dealing with zip and zip-like archives by -using free algorithms of zlib. +ZZipLib is a library for dealing with ZIP and ZIP-like archives by +using algorithms of zlib. %package devel -Summary: Free zip compression library with easy to use API +Summary: Development files for zziplib, a ZIP compression library Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: pkgconfig(zlib) @@ -74,15 +74,14 @@ autoreconf -fiv %configure \ --with-largefile \ --enable-frame-pointer \ - --disable-static \ - --with-pic + --disable-static make %{?_smp_mflags} %install %make_install rm -f docs/Make* docs/zziplib-manpages.ar find %{buildroot} -type f -name "*.la" -delete -print -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig From ff2f95b421af88860022c2540cc94a205afc61b7d380fd4c4a2323e483e125de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Feb 2018 22:46:41 +0000 Subject: [PATCH 2/2] Accepting request 578034 from home:adamm:branches:devel:libraries:c_c++ - Drop BR: fdupes since it does nothing. OBS-URL: https://build.opensuse.org/request/show/578034 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zziplib?expand=0&rev=32 --- zziplib.changes | 5 +++++ zziplib.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zziplib.changes b/zziplib.changes index 1bb1cf5..d80e9f4 100644 --- a/zziplib.changes +++ b/zziplib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 19 12:55:26 UTC 2018 - adam.majer@suse.de + +- Drop BR: fdupes since it does nothing. + ------------------------------------------------------------------- Mon Feb 19 11:30:47 UTC 2018 - jengelh@inai.de diff --git a/zziplib.spec b/zziplib.spec index 44bbd78..936c13a 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -31,7 +31,6 @@ Patch1: zziplib-0.13.62-wronglinking.patch Patch2: zziplib-largefile.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xmlto @@ -81,7 +80,6 @@ make %{?_smp_mflags} %make_install rm -f docs/Make* docs/zziplib-manpages.ar find %{buildroot} -type f -name "*.la" -delete -print -%fdupes %{buildroot}/%{_prefix} %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig