track lib soname, minor .spec cleanup

This commit is contained in:
Rex Dieter 2012-12-18 09:55:11 -06:00
parent 9d7170d154
commit 1c4c7087cd

View File

@ -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@fedoraproject.org> 1.0-2
- track lib soname, minor .spec cleanup
* Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.0-1
- Initial package