rebuilt with specfile fixes [release 2.3.3-2mamba;Sat Apr 27 2024]
This commit is contained in:
parent
f97ef33295
commit
02ce8d828a
@ -1,11 +1,11 @@
|
|||||||
Name: libadplug
|
Name: libadplug
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://adplug.sourceforge.net
|
URL: https://adplug.sourceforge.net
|
||||||
Source: https://github.com/adplug/adplug.git/adplug-%{version}/adplug-%{version}.tar.bz2
|
Source: https://github.com/adplug/adplug.git/adplug-%{version}/adplug-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -16,7 +16,6 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
@ -48,6 +47,8 @@ autoreconf -f -i
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -60,9 +61,7 @@ autoreconf -f -i
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libadplug-%{version}.so.*
|
||||||
%{_infodir}/%{name}.info*
|
|
||||||
%{_mandir}/man1/adplugdb.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -70,13 +69,17 @@ autoreconf -f -i
|
|||||||
%{_bindir}/adplugdb
|
%{_bindir}/adplugdb
|
||||||
%dir %{_includedir}/adplug
|
%dir %{_includedir}/adplug
|
||||||
%{_includedir}/adplug/*.h
|
%{_includedir}/adplug/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libadplug.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libadplug.so
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/adplug.pc
|
%{_libdir}/pkgconfig/adplug.pc
|
||||||
|
%{_infodir}/%{name}.info*
|
||||||
|
%{_mandir}/man1/adplugdb.*
|
||||||
%doc BUGS ChangeLog NEWS README TODO
|
%doc BUGS ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-2mamba
|
||||||
|
- rebuilt with specfile fixes
|
||||||
|
|
||||||
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-1mamba
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-1mamba
|
||||||
- update to 2.3.3
|
- update to 2.3.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user