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 Name: sbc
Version: 1.0 Version: 1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Sub Band Codec used by bluetooth A2DP Summary: Sub Band Codec used by bluetooth A2DP
Group: System Environment/Libraries
License: GPLv2 and LGPLv2+ License: GPLv2 and LGPLv2+
URL: http://www.bluez.org URL: http://www.bluez.org
Source0: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz 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} Summary: Development package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
%description devel %description devel
Files for development with %{name}. Files for development with %{name}.
@ -46,13 +44,16 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files %files
%doc COPYING AUTHORS ChangeLog %doc COPYING AUTHORS ChangeLog
%{_bindir}/sbc* %{_bindir}/sbc*
%{_libdir}/*.so.* %{_libdir}/libsbc.so.1*
%files devel %files devel
%{_includedir}/sbc %{_includedir}/sbc/
%{_libdir}/pkgconfig/sbc.pc %{_libdir}/pkgconfig/sbc.pc
%{_libdir}/*.so %{_libdir}/libsbc.so
%changelog %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 * Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.0-1
- Initial package - Initial package