[packages/libiscsi/private_libdir] - move library to private pkglibdir (conflicts with other libiscsi, as shipped by Fedora with open-i
qboosh
qboosh at pld-linux.org
Sat Oct 26 21:05:46 CEST 2019
commit a6923c23b28d01146b42537c77a94f8e60fe8cb5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Oct 26 21:09:09 2019 +0200
- move library to private pkglibdir (conflicts with other libiscsi, as shipped by Fedora with open-iscsi
libiscsi.spec | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/libiscsi.spec b/libiscsi.spec
index e04f909..fc4a112 100644
--- a/libiscsi.spec
+++ b/libiscsi.spec
@@ -19,6 +19,9 @@ BuildRequires: libtool >= 2:2
BuildRequires: popt-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# libiscsi conflicts with libiscsi from open-iscsi
+%define pkglibdir %{_libdir}/iscsi
+
%description
Libiscsi is a clientside library to implement the iSCSI protocol that
can be used to access resource of an iSCSI Target.
@@ -87,6 +90,7 @@ wszystkich celów oraz urządzeń.
%{__autoheader}
%{__automake}
%configure \
+ --libdir=%{pkglibdir} \
--disable-werror
%{__make}
@@ -94,9 +98,10 @@ wszystkich celów oraz urządzeń.
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ pkgconfigdir=%{_pkgconfigdir}
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libiscsi.la
+%{__rm} $RPM_BUILD_ROOT%{pkglibdir}/libiscsi.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -108,18 +113,19 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
# COPYING specifies some details, doesn't contain LGPL/GPL text
%doc COPYING README TODO
-%attr(755,root,root) %{_libdir}/libiscsi.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libiscsi.so.9
+%dir %{pkglibdir}
+%attr(755,root,root) %{pkglibdir}/libiscsi.so.*.*.*
+%attr(755,root,root) %{pkglibdir}/libiscsi.so.9
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libiscsi.so
+%attr(755,root,root) %{pkglibdir}/libiscsi.so
%{_includedir}/iscsi
%{_pkgconfigdir}/libiscsi.pc
%files static
%defattr(644,root,root,755)
-%{_libdir}/libiscsi.a
+%{pkglibdir}/libiscsi.a
%files tools
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libiscsi.git/commitdiff/a6923c23b28d01146b42537c77a94f8e60fe8cb5
More information about the pld-cvs-commit
mailing list