1.25.6, minor spec cleanup
This commit is contained in:
parent
bdf865e88c
commit
4dc5fc65a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/mpg123-1.23.8.tar.bz2
|
||||
/mpg123-1.25.6.tar.bz2
|
||||
|
||||
12
mpg123.spec
12
mpg123.spec
@ -2,8 +2,8 @@
|
||||
%global fmt fmt123
|
||||
|
||||
Name: mpg123
|
||||
Version: 1.23.8
|
||||
Release: 7%{?dist}
|
||||
Version: 1.25.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,7 +15,6 @@ BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool-ltdl-devel
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
@ -128,8 +127,8 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
%files libs
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%{_libdir}/lib%{name}.so.*
|
||||
%{_libdir}/lib%{out}.so.*
|
||||
%{_libdir}/lib%{name}.so.0*
|
||||
%{_libdir}/lib%{out}.so.0*
|
||||
|
||||
%files devel
|
||||
%doc NEWS.lib%{name} doc/html doc/examples doc/BENCHMARKING doc/README.gain
|
||||
@ -142,6 +141,9 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/lib%{out}.pc
|
||||
|
||||
%changelog
|
||||
* Sun Sep 17 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.25.6-1
|
||||
- Update to upstream release 1.25.6
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user