[libhbalinux] Include the unversioned library in the devel subpackage

Petr Šabata psabata at fedoraproject.org
Thu Aug 16 11:08:57 UTC 2012


commit 7dc506c41f264196ebe9b2d73313b4b71a349ae1
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Aug 16 13:02:30 2012 +0200

    Include the unversioned library in the devel subpackage

 libhbalinux.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libhbalinux.spec b/libhbalinux.spec
index 91c2a91..f244660 100644
--- a/libhbalinux.spec
+++ b/libhbalinux.spec
@@ -1,6 +1,6 @@
 Name:           libhbalinux
 Version:        1.0.14
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        FC-HBAAPI implementation using scsi_transport_fc interfaces
 Group:          System Environment/Libraries
 License:        LGPLv2
@@ -36,7 +36,6 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=%{buildroot}
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
-find %{buildroot} -name '*.so' -exec rm -f {} ';'
 
 %post
 /sbin/ldconfig
@@ -66,8 +65,12 @@ fi
 
 %files devel
 %{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/%{name}.so
 
 %changelog
+* Thu Aug 16 2012 Petr Šabata <contyk at redhat.com> - 1.0.14-3
+- Include the unversioned library in the devel subpackage.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list