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
This commit is contained in:
Dirk Mueller 2018-02-22 22:46:41 +00:00 committed by Git OBS Bridge
parent 373a6db597
commit ff2f95b421
2 changed files with 5 additions and 2 deletions

View File

@ -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 Mon Feb 19 11:30:47 UTC 2018 - jengelh@inai.de

View File

@ -31,7 +31,6 @@ Patch1: zziplib-0.13.62-wronglinking.patch
Patch2: zziplib-largefile.patch Patch2: zziplib-largefile.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xmlto BuildRequires: xmlto
@ -81,7 +80,6 @@ make %{?_smp_mflags}
%make_install %make_install
rm -f docs/Make* docs/zziplib-manpages.ar rm -f docs/Make* docs/zziplib-manpages.ar
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}/%{_prefix}
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig