Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161672 Details for
Bug 251529
Review Request: armacycles-ad - A lightcycle game in 3D
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated specfile
armacycles-ad.spec (text/plain), 4.80 KB, created by
Hans de Goede
on 2007-08-16 18:33:07 UTC
(
hide
)
Description:
Updated specfile
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2007-08-16 18:33:07 UTC
Size:
4.80 KB
patch
obsolete
>Name: armacycles-ad >Version: 0.2.8.2.1 >Release: 4%{?dist} >Summary: A lightcycle game in 3D > >Group: Amusements/Games >License: GPLv2+ >URL: http://armagetronad.sf.net >Source0: http://downloads.sourceforge.net/armagetronad/armagetronad-0.2.8.2.1.src.tar.bz2 >Source1: armacycles-logo.jpg >Source2: armacycles-ad.desktop > >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: libxml2-devel >= 2.6.12, SDL_image-devel, SDL_mixer-devel >BuildRequires: libpng-devel, desktop-file-utils >Requires: libxml2 >= 2.6.12, hicolor-icon-theme > >%description >In this game you ride a lightcycle; that is a sort of motorbike that >cannot be stopped and leaves a wall behind it. The main goal of the game >is to make your opponents' lightcycles crash into a wall while avoiding >the same fate. >The focus of the game lies on the multiplayer mode, but it provides >challanging AI opponents for a quick training match. > > >#dedicated server specification >%package dedicated >Summary: Dedicated server for Armacycles Advanced >Group: Amusements/Games >requires: libxml2 >= 2.6.12 > >%Description dedicated >This is a special lightweight server for Armacycles Advanced; it can >be run on a low-spec machine and await connections from >the internet and/or the LAN. > > >%prep >%setup -qn armagetronad-0.2.8.2.1 >#insert modified logo >cp %{SOURCE1} textures/title.jpg ># remove krawall logo >rm -f armagetronad-0.2.8.2.1/textures/KGN* > > >%build >configure_flags="--disable-sysinstall --disable-games --disable-uninstall" > >export progtitle="Armacycles Advanced" >export progname=armacyclesad > >mkdir -p bindist >pushd bindist ># <sigh> %%configure really should support this in an easier way >echo -e '#!/bin/bash\nexec ../configure "$@"\n' > configure >chmod +x configure >%configure $configure_flags >make %{?_smp_mflags} >popd > >mkdir -p bindist-dedicated >pushd bindist-dedicated >cp -a ../bindist/configure . >%configure $configure_flags --disable-glout >make %{?_smp_mflags} >popd > > >%install >rm -rf $RPM_BUILD_ROOT > >pushd bindist ># uninstall_location=foobar works around a bug triggered by --disable-uninstall >make install DESTDIR=$RPM_BUILD_ROOT uninstall_location=foobar >rm -r $RPM_BUILD_ROOT%{_datadir}/armacyclesad/desktop >popd > >pushd bindist-dedicated >make install DESTDIR=$RPM_BUILD_ROOT uninstall_location=foobar >rm -r $RPM_BUILD_ROOT%{_datadir}/armacyclesad-dedicated/desktop >popd > ># Install icons and desktop file >mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps >mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps >mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps >install -p -m 644 desktop/icons/small/armagetronad.png \ > $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps >install -p -m 644 desktop/icons/large/armagetronad.png \ > $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps >install -p -m 644 desktop/icons/large/armagetronad.png \ > $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps > >desktop-file-install --vendor fedora \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE2} > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > >%postun >touch --no-create %{_datadir}/icons/hicolor || : >if [ -x %{_bindir}/gtk-update-icon-cache ]; then > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >fi > > >%files >%defattr(-,root,root) >%doc %{_datadir}/doc/armacyclesad >%config(noreplace) /etc/armacyclesad >%{_bindir}/armacyclesad >%{_datadir}/armacyclesad >%{_datadir}/applications/fedora-armacycles-ad.desktop >%{_datadir}/icons/hicolor/*/apps/armagetronad.png > >%files dedicated >%defattr(-,root,root) >%doc %{_datadir}/doc/armacyclesad-dedicated >%config(noreplace) /etc/armacyclesad-dedicated >%{_bindir}/armacyclesad-dedicated >%{_datadir}/armacyclesad-dedicated > > >%changelog >* Thu Aug 16 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 0.2.8.2.1-4 >- Use %%configure instead of calling Configure ourselves, this fixes the > configuration files being put in /usr/etc (now in /etc) >- Wrap all lines > 80 chars >- Use URL for Source0 >- Install all size icons >- Fix dedicated package Summary (CycleWeasel > Armacycles Ad) >- Don't use strange x.final.y release field, for final versions normal > release fields should be used >- Add --disable-uninstall to %%configure flags, people should use yum / pirut > to uninstall packages, not some upstream provided script >- Remove unused /usr/share/armacyclesad-dedicated/desktop dir >- Replace SDL_mixer, SDL_image, libpng BuildRequires by their -devel parts > >* Tue Aug 14 2007 Jon Ciesla <limb@jcomserv.net> - 0.2.8.2.1-1.final.3 >- Multiple review fixes. > >* Thu Aug 09 2007 Jon Ciesla <limb@jcomserv.net> - 0.2.8.2.1-1.final.2 >- Added desktop file and icon, fixed summary. > >* Mon Jul 16 2007 Jon Ciesla <limb@jcomserv.net> - 0.2.8.2.1-1.final.1 >- Initial package, based on upstream spec.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 251529
: 161672