Accepting request 579215 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/579215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zziplib?expand=0&rev=29
This commit is contained in:
commit
f1e20752a0
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
21
zziplib.spec
21
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
|
||||
@ -31,28 +31,27 @@ Patch1: zziplib-0.13.62-wronglinking.patch
|
||||
Patch2: zziplib-largefile.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
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 +73,13 @@ 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}
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user