parent
9327b5c0b0
commit
c976cc2245
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/mpg123-1.23.8.tar.bz2
|
||||
/mpg123-1.25.6.tar.bz2
|
||||
/mpg123-1.25.10.tar.bz2
|
||||
|
||||
14
mpg123.spec
14
mpg123.spec
@ -2,8 +2,8 @@
|
||||
%global fmt fmt123
|
||||
|
||||
Name: mpg123
|
||||
Version: 1.25.6
|
||||
Release: 5%{?dist}
|
||||
Version: 1.25.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
||||
|
||||
License: LGPLv2+
|
||||
@ -24,6 +24,8 @@ Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
%global enable_portaudio 1
|
||||
%endif
|
||||
|
||||
%global _summary %{summary}
|
||||
|
||||
%global _description \
|
||||
Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (most\
|
||||
commonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and output\
|
||||
@ -73,7 +75,7 @@ PortAudio output plug-in.
|
||||
%endif
|
||||
|
||||
%package libs
|
||||
Summary: %{summary}
|
||||
Summary: %{_summary}
|
||||
Provides: lib%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: lib%{name} < 1.23.4-1
|
||||
@ -81,7 +83,7 @@ Obsoletes: lib%{name} < 1.23.4-1
|
||||
%description libs %{_description}
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
Summary: %{_summary}
|
||||
BuildRequires: /usr/bin/doxygen
|
||||
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: lib%{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
@ -154,6 +156,10 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/lib%{out}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.25.10-1
|
||||
- update to 1.25.10
|
||||
- Fix summary (#1494838)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mpg123-1.25.6.tar.bz2) = 0b129c38c19462f7fbe3f56ea2b856222f8a1a3ba76ef8109ca759c9a9c668432cc0ec76059f9a7a3c37228ce615e4c628c7de3b1663073302cc7c8fc93f249c
|
||||
SHA512 (mpg123-1.25.10.tar.bz2) = a33666ae4aca7e7c1a93a6414d8c525ec19044c54f712d578180147d88e63033f7af2370b9ad22960cc3a0b454f15967b7a831cccc97e034c8855f70cdf1ab09
|
||||
|
||||
Loading…
Reference in New Issue
Block a user