68 lines
1.8 KiB
RPMSpec
68 lines
1.8 KiB
RPMSpec
Name: libgme
|
|
Version: 0.6.5
|
|
Release: 1mamba
|
|
Summary: Video game music file emulation/playback library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://github.com/libgme/game-music-emu/wiki
|
|
Source: https://github.com/libgme/game-music-emu.git/%{version}/game-music-emu-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
|
|
%description
|
|
Video game music file emulation/playback library.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%prep
|
|
%setup -q -n game-music-emu-%{version}
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgme.so.*
|
|
%doc license.txt license.gpl2.txt
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/gme
|
|
%{_includedir}/gme/*.h
|
|
%{_libdir}/libgme.so
|
|
%{_libdir}/libgme.a
|
|
%{_libdir}/pkgconfig/libgme.pc
|
|
|
|
%changelog
|
|
* Tue Apr 21 2026 Automatic Build System <autodist@openmamba.org> 0.6.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 01 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.4-1mamba
|
|
- update to 0.6.4
|
|
|
|
* Sat Jun 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.3-1mamba
|
|
- package created using the webbuild interface
|