update to 2.3.3 [release 2.3.3-1mamba;Thu Feb 04 2021]
This commit is contained in:
parent
0e5d2ee0e7
commit
f97ef33295
@ -1,13 +1,13 @@
|
|||||||
Name: libadplug
|
Name: libadplug
|
||||||
Version: 2.2.1
|
Version: 2.3.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: AdPlug is an hardware independent AdLib sound player library
|
Summary: AdPlug is an hardware independent AdLib sound player library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://adplug.sourceforge.net
|
URL: https://adplug.sourceforge.net
|
||||||
Source: http://downloads.sourceforge.net/adplug/adplug-%{version}.tar.bz2
|
Source: https://github.com/adplug/adplug.git/adplug-%{version}/adplug-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -32,11 +32,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL.
|
AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL.
|
||||||
AdPlug plays sound data, originally created for the AdLib (OPL2) audio board, directly from its original format on top of an OPL2 emulator or by using the real hardware.
|
AdPlug plays sound data, originally created for the AdLib (OPL2) audio board, directly from its original format on top of an OPL2 emulator or by using the real hardware.
|
||||||
No OPL chip is required for playback.
|
No OPL chip is required for playback.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n adplug-%{version}
|
%setup -q -n adplug-%{version}
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -61,18 +63,23 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_infodir}/%{name}.info*
|
%{_infodir}/%{name}.info*
|
||||||
%{_mandir}/man1/adplugdb.*
|
%{_mandir}/man1/adplugdb.*
|
||||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/adplugdb
|
%{_bindir}/adplugdb
|
||||||
|
%dir %{_includedir}/adplug
|
||||||
%{_includedir}/adplug/*.h
|
%{_includedir}/adplug/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/adplug.pc
|
%{_libdir}/pkgconfig/adplug.pc
|
||||||
|
%doc BUGS ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-1mamba
|
||||||
|
- update to 2.3.3
|
||||||
|
|
||||||
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-2mamba
|
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-2mamba
|
||||||
- rebuilt with gcc 5.3.0
|
- rebuilt with gcc 5.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user