[sbc] track lib soname, minor .spec cleanup

Rex Dieter rdieter at fedoraproject.org
Tue Dec 18 15:54:48 UTC 2012


commit 1c4c7087cd459c0fc79dad0766ec0d0f3568a15c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Dec 18 09:55:11 2012 -0600

    track lib soname, minor .spec cleanup

 sbc.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/sbc.spec b/sbc.spec
index f487975..0abef68 100644
--- a/sbc.spec
+++ b/sbc.spec
@@ -1,9 +1,8 @@
 Name:          sbc
 Version:       1.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Sub Band Codec used by bluetooth A2DP
 
-Group:         System Environment/Libraries
 License:       GPLv2 and LGPLv2+
 URL:           http://www.bluez.org
 Source0:       http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -20,7 +19,6 @@ an adaptive block PCM quantizers.
 Summary: Development package for %{name}
 Group: Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: pkgconfig
 
 %description devel
 Files for development with %{name}.
@@ -46,13 +44,16 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %files
 %doc COPYING AUTHORS ChangeLog
 %{_bindir}/sbc*
-%{_libdir}/*.so.*
+%{_libdir}/libsbc.so.1*
 
 %files devel
-%{_includedir}/sbc
+%{_includedir}/sbc/
 %{_libdir}/pkgconfig/sbc.pc
-%{_libdir}/*.so
+%{_libdir}/libsbc.so
 
 %changelog
+* Tue Dec 18 2012 Rex Dieter <rdieter at fedoraproject.org> 1.0-2
+- track lib soname, minor .spec cleanup
+
 * Sat Dec  1 2012 Peter Robinson <pbrobinson at fedoraproject.org> 1.0-1
 - Initial package


More information about the scm-commits mailing list