automatic version update by autodist [release 0.3.20201218-1mamba;Mon Mar 21 2022]
This commit is contained in:
parent
6a5a41b465
commit
348518f626
67
pinball.spec
67
pinball.spec
@ -1,11 +1,11 @@
|
||||
Name: pinball
|
||||
Version: 0.3.1
|
||||
Release: 4mamba
|
||||
Version: 0.3.20201218
|
||||
Release: 1mamba
|
||||
Summary: The Emilia Pinball Project
|
||||
Group: Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://pinball.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/pinball/pinball-%{version}.tar.gz
|
||||
Source1: %{name}.png
|
||||
@ -16,26 +16,23 @@ Patch3: %{name}-0.3.1-make-3.82.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libaudio-devel
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libSDL_image-devel
|
||||
BuildRequires: libSDL_mixer-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libdirectfb-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libts-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The Emilia Pinball Project is a pinball simulator for Linux and other Unix systems.
|
||||
There is only one level to play with, but it is very addictive.
|
||||
@ -48,25 +45,20 @@ Requires: %{name} = %{version}
|
||||
%description devel
|
||||
The Emilia Pinball Project is a pinball simulator for Linux and other Unix systems.
|
||||
There is only one level to play with, but it is very addictive.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
This package contains files not necessary for the proper functioning of %{name}.
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%patch0 -p1 -z .sys-ltdl
|
||||
%patch1 -p1 -z .hiscore
|
||||
#%patch0 -p1 -z .sys-ltdl
|
||||
#%patch1 -p1 -z .hiscore
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch3 -p1
|
||||
rm -fr libltdl
|
||||
|
||||
# sigh stop autoxxx from rerunning because of our patches above.
|
||||
touch aclocal.m4
|
||||
touch configure
|
||||
touch `find -name Makefile.in`
|
||||
touch pinconfig.h.in
|
||||
# cleanup a bit
|
||||
chmod -x ChangeLog */*.h */*.cpp data/*/Module*.cpp
|
||||
./bootstrap
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--datadir=%{_datadir}/games
|
||||
@ -108,12 +100,9 @@ EOF
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinball
|
||||
%dir %{_libdir}/pinball
|
||||
%{_libdir}/pinball/libModuleProfessor.la
|
||||
%{_libdir}/pinball/libModuleProfessor.so.0
|
||||
%{_libdir}/pinball/libModuleProfessor.so.0.0.0
|
||||
%{_libdir}/pinball/libModuleTux.la
|
||||
%{_libdir}/pinball/libModuleTux.so.0
|
||||
%{_libdir}/pinball/libModuleTux.so.0.0.0
|
||||
%{_libdir}/pinball/libModuleProfessor.so.*
|
||||
%{_libdir}/pinball/libModuleTux.so.*
|
||||
%{_libdir}/pinball/libModuleTest.so.*
|
||||
%{_datadir}/pixmaps/pinball.png
|
||||
%{_datadir}/applications/EmiliaPinball.desktop
|
||||
%dir %{_datadir}/games/pinball
|
||||
@ -132,8 +121,8 @@ EOF
|
||||
%{_datadir}/games/pinball/tux/*.pbl
|
||||
%{_datadir}/games/pinball/tux/*.png
|
||||
%{_datadir}/games/pinball/tux/*.ogg
|
||||
%{_datadir}/games/pinball/tux/*.mid
|
||||
%doc COPYING ChangeLog README
|
||||
#%{_datadir}/games/pinball/tux/*.mid
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -141,8 +130,8 @@ EOF
|
||||
%dir %{_includedir}/pinball
|
||||
%{_includedir}/pinball/*.h
|
||||
%dir %{_libdir}/pinball
|
||||
%{_libdir}/pinball/libModuleTest.so.0
|
||||
%{_libdir}/pinball/libModuleTest.so.0.0.0
|
||||
%{_libdir}/pinball/libModuleProfessor.la
|
||||
%{_libdir}/pinball/libModuleTux.la
|
||||
%{_libdir}/pinball/libModuleTest.la
|
||||
%{_libdir}/pinball/libModuleTest.so
|
||||
%{_libdir}/pinball/libModuleTux.so
|
||||
@ -153,8 +142,12 @@ EOF
|
||||
%{_libdir}/pinball/libemilia_addon.a
|
||||
%{_libdir}/pinball/libemilia_base.a
|
||||
%{_libdir}/pinball/libemilia_pin.a
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Mon Mar 21 2022 Automatic Build System <autodist@mambasoft.it> 0.3.20201218-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 23 2010 Automatic Build System <autodist@mambasoft.it> 0.3.1-4mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user