From ff5bd8e2494f17b359ec16d9f04bb4cfc93b157e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:22:53 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.0.3-3mamba;Mon Aug 19 2013] --- README.md | 4 +++ circuslinux.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 circuslinux.spec diff --git a/README.md b/README.md index ca5aad3..c4bf7fe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # circuslinux +"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari," produced by Atari, Inc. + +The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down. + diff --git a/circuslinux.spec b/circuslinux.spec new file mode 100644 index 0000000..e0f03f7 --- /dev/null +++ b/circuslinux.spec @@ -0,0 +1,71 @@ +Name: circuslinux +Version: 1.0.3 +Release: 3mamba +Summary: "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari," produced by Atari, Inc. +Group: Graphical Desktop/Applications/Educational +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://www.newbreedsoftware.com/circus-linux/ +Source: ftp://ftp.billsgames.com/unix/x/circus-linux/src//%{name}-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libSDL-devel +BuildRequires: libSDL_image-devel +BuildRequires: libSDL_mixer-devel +## AUTOBUILDREQ-END + +%description +"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari," produced by Atari, Inc. + +The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeoldinstall + +# Create the system menu entry +mkdir -p %{buildroot}%{_datadir}/applications +cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF +[Desktop Entry] +Name=%{name} +GenericName=Clone of Circus Atari +Comment=Clone of the Atari 2600 game "Circus Atari" +Exec=circuslinux +Icon=%{_datadir}/circuslinux/data/images/icon.png +Terminal=false +Type=Application +Categories=Game +X-KDE-StartupNotify=false +EOF + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc README-SDL.txt README.txt +%{_bindir}/* +%{_datadir}/applications/circuslinux.desktop +%dir %{_datadir}/circuslinux +%{_datadir}/circuslinux/* + +%changelog +* Mon Aug 19 2013 Automatic Build System 1.0.3-3mamba +- automatic rebuild by autodist + +* Sat Jun 28 2008 Tiziana Ferro 1.0.3-2mamba +- update Vendor, Distribution, mantainer, buildrequirements list +- update system menu entry + +* Wed Jul 13 2005 Alessandro Ramazzina 1.0.3-1qilnx +- package created by autospec