Compare commits
8 Commits
1.25.13-1m
...
1.28.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
421da1a2df | |||
91af08b842 | |||
f8e078abf4 | |||
574d60dc41 | |||
f2fe2f609f | |||
a20c952c83 | |||
e5399dc584 | |||
f6d7f14c24 |
36
mpg123.spec
36
mpg123.spec
@ -1,25 +1,21 @@
|
||||
Name: mpg123
|
||||
Version: 1.25.13
|
||||
Version: 1.28.0
|
||||
Release: 1mamba
|
||||
Summary: A real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.mpg123.de/
|
||||
URL: https://www.mpg123.de/
|
||||
Source: http://www.mpg123.de/download/mpg123-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: libjack-devel
|
||||
%endif
|
||||
BuildRequires: libltdl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libSDL-devel >= 1.2.11
|
||||
Requires: lib%{name} = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
mpg123 is a real time MPEG 1.0/2.0/2.5 audio player for layers 1,2 and 3 (MPEG 1.0 layer 3 aka MP3 most commonly tested).
|
||||
@ -88,6 +84,7 @@ This package contains the static libraries and headers for development.
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmpg123.so.*
|
||||
%{_libdir}/libout123.so.*
|
||||
%{_libdir}/libsyn123.so.*
|
||||
%{_libdir}/mpg123/output_dummy.so
|
||||
%{_libdir}/mpg123/output_alsa.so
|
||||
%if "%{stage1}" != "1"
|
||||
@ -103,11 +100,38 @@ This package contains the static libraries and headers for development.
|
||||
%{_libdir}/libmpg123.so
|
||||
%{_libdir}/libout123.la
|
||||
%{_libdir}/libout123.so
|
||||
%{_libdir}/libsyn123.la
|
||||
%{_libdir}/libsyn123.so
|
||||
%{_libdir}/pkgconfig/libmpg123.pc
|
||||
%{_libdir}/pkgconfig/libout123.pc
|
||||
%{_libdir}/pkgconfig/libsyn123.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Jun 06 2021 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 1.27.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 07 2021 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 1.26.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 1.26.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 06 2020 Automatic Build System <autodist@mambasoft.it> 1.26.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 04 2020 Automatic Build System <autodist@mambasoft.it> 1.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 26 2020 Automatic Build System <autodist@mambasoft.it> 1.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 10 2019 Automatic Build System <autodist@mambasoft.it> 1.25.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user