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
|
||||
Version: 2.3.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: AdPlug is an hardware independent AdLib sound player library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://adplug.sourceforge.net
|
||||
Source: https://github.com/adplug/adplug.git/adplug-%{version}/adplug-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
@ -16,7 +16,6 @@ BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post): %{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -60,9 +61,7 @@ autoreconf -f -i
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_infodir}/%{name}.info*
|
||||
%{_mandir}/man1/adplugdb.*
|
||||
%{_libdir}/libadplug-%{version}.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -70,13 +69,17 @@ autoreconf -f -i
|
||||
%{_bindir}/adplugdb
|
||||
%dir %{_includedir}/adplug
|
||||
%{_includedir}/adplug/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libadplug.a
|
||||
%{_libdir}/libadplug.so
|
||||
%{_libdir}/pkgconfig/adplug.pc
|
||||
%{_infodir}/%{name}.info*
|
||||
%{_mandir}/man1/adplugdb.*
|
||||
%doc BUGS ChangeLog NEWS README TODO
|
||||
|
||||
%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
|
||||
- update to 2.3.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user