Compare commits
18 Commits
1.19.0-2ma
...
1.25.11-1m
Author | SHA1 | Date | |
---|---|---|---|
e6f05f089a | |||
1485821c8b | |||
2aa455dc60 | |||
1ced783a34 | |||
74d5caff88 | |||
4c789de8e8 | |||
00a1684643 | |||
6704a45fe4 | |||
16a0aac140 | |||
7951876582 | |||
2610cdd099 | |||
af64414eff | |||
ea05fe844b | |||
f4c95ed078 | |||
c4a7718d0b | |||
bd6b2a558d | |||
e661b30275 | |||
c2b5186247 |
70
mpg123.spec
70
mpg123.spec
@ -1,6 +1,6 @@
|
||||
Name: mpg123
|
||||
Version: 1.19.0
|
||||
Release: 2mamba
|
||||
Version: 1.25.11
|
||||
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
|
||||
@ -80,32 +80,88 @@ This package contains the static libraries and headers for development.
|
||||
%{_bindir}/mpg123
|
||||
%{_bindir}/mpg123-id3dump
|
||||
%{_bindir}/mpg123-strip
|
||||
%{_bindir}/out123
|
||||
%{_mandir}/man1/mpg123.1*
|
||||
%{_mandir}/man1/out123.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmpg123.so.*
|
||||
%{_libdir}/mpg123/output_dummy.la
|
||||
%{_libdir}/libout123.so.*
|
||||
%{_libdir}/mpg123/output_dummy.so
|
||||
%{_libdir}/mpg123/output_alsa.la
|
||||
%{_libdir}/mpg123/output_alsa.so
|
||||
%if "%{stage1}" != "1"
|
||||
%{_libdir}/mpg123/output_jack.la
|
||||
%{_libdir}/mpg123/output_jack.so
|
||||
%endif
|
||||
%{_libdir}/mpg123/output_oss.la
|
||||
%{_libdir}/mpg123/output_oss.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/mpg123.h
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libmpg123.la
|
||||
%{_libdir}/libmpg123.so
|
||||
%{_libdir}/libout123.la
|
||||
%{_libdir}/libout123.so
|
||||
%{_libdir}/pkgconfig/libmpg123.pc
|
||||
%{_libdir}/pkgconfig/libout123.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat Jul 20 2019 Automatic Build System <autodist@mambasoft.it> 1.25.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 1.25.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 25 2017 Automatic Build System <autodist@mambasoft.it> 1.25.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.25.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 20 2017 Automatic Build System <autodist@mambasoft.it> 1.25.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 1.25.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 28 2016 Automatic Build System <autodist@mambasoft.it> 1.23.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 03 2016 Automatic Build System <autodist@mambasoft.it> 1.23.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 28 2016 Automatic Build System <autodist@mambasoft.it> 1.23.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 1.23.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 24 2015 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 06 2015 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 09 2015 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Apr 13 2015 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 26 2015 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 11 2014 Automatic Build System <autodist@mambasoft.it> 1.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 13 2014 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 04 2014 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun May 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19.0-2mamba
|
||||
- add libmpg123 and libmpg123-devel
|
||||
|
||||
|
Reference in New Issue
Block a user