SHA256
1
0
forked from pool/ldb

Fix r80 by removing duplicates lines from the filelist

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=82
This commit is contained in:
Lars Müller 2015-10-30 15:30:43 +00:00 committed by Git OBS Bridge
parent 145847dff2
commit 0cc340c0a8

View File

@ -197,7 +197,6 @@ cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
%dir %{_libdir}/ldb
%{_libdir}/pkgconfig/ldb.pc
%{_mandir}/man3/ldb*.3.*
%if 0%{?suse_version} > 1110 || 0%{?fedora_version} > 0 || 0%{?centos_version} > 599 || 0%{?rhel_version} > 599
%if 0%{?suse_version} != 1110
%{_mandir}/man3/ldif*.3.*
%endif
@ -228,7 +227,6 @@ cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
%{_includedir}/pyldb.h
%{_libdir}/libpyldb-util.so
%{_libdir}/pkgconfig/pyldb-util.pc
%if 0%{?suse_version} > 1110 || 0%{?fedora_version} > 0 || 0%{?centos_version} > 599 || 0%{?rhel_version} > 599
%if 0%{?suse_version} != 1110
%{_mandir}/man3/PyLdb*.3.*
%endif