Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5147eecb79 | ||
|
|
b7358703ce | ||
|
|
53876f5d9c | ||
|
|
8f7880927d | ||
|
|
cf148710cc | ||
|
|
f424ab4b03 | ||
|
|
eff8a25d33 | ||
|
|
f68d159e96 | ||
|
|
b118699c2e | ||
|
|
3c5c609bc2 | ||
|
|
b40fb0ec4f | ||
|
|
007c212835 | ||
|
|
b8166dab2b | ||
|
|
7c40dad4d9 | ||
|
|
8bf71e6e87 | ||
|
|
6203fe5b9c | ||
|
|
ff4c613fd1 | ||
|
|
00c3af5916 | ||
|
|
fb2f41de6d | ||
|
|
5b72a3dc85 | ||
|
|
b4651dde69 | ||
|
|
c891f6ea72 | ||
|
|
4a10fe7db5 | ||
|
|
bcf58d743a | ||
|
|
8a992fc42f | ||
|
|
2632b7f09d | ||
|
|
1eca55ae89 |
5 changed files with 1 additions and 176 deletions
|
|
@ -1 +0,0 @@
|
|||
wormux-0.8.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wormux
|
||||
# $Id$
|
||||
NAME := wormux
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Renamed to warmux (#773419)
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
cd0f22e6055acebfa5871e86ca229ee8 wormux-0.8.2.tar.bz2
|
||||
153
wormux.spec
153
wormux.spec
|
|
@ -1,153 +0,0 @@
|
|||
Name: wormux
|
||||
Version: 0.8.2
|
||||
Release: 5%{?dist}
|
||||
Summary: 2D convivial mass murder game
|
||||
|
||||
Group: Amusements/Games
|
||||
License: GPLv2+
|
||||
URL: http://www.wormux.org
|
||||
Source0: http://download.gna.org/wormux/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: SDL_image-devel SDL_gfx-devel SDL_mixer-devel
|
||||
BuildRequires: SDL_ttf-devel SDL_net-devel curl-devel libpng-devel
|
||||
BuildRequires: gettext libxml++-devel desktop-file-utils
|
||||
Requires: wormux-data dejavu-sans-fonts
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
|
||||
%description
|
||||
Battle your favorite free software mascots in the Wormux arena. With big
|
||||
sticks of dynamite, grenades, baseball bats, and bazookas you can exterminate
|
||||
your opponent in a 2D cartoon style scenery. The goal of the game is to
|
||||
destroy all of your opponents' mascots.
|
||||
|
||||
|
||||
%package data
|
||||
Summary: Data files for wormux
|
||||
Group: Amusements/Games
|
||||
Requires: %{name} = %{version}
|
||||
%description data
|
||||
Data files for wormux
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-nls --disable-dependency-tracking
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
sed -i -e 's/Icon=.*/Icon=wormux.png/' \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
desktop-file-install --vendor fedora \
|
||||
--dir $RPM_BUILD_ROOT/%{_datadir}/applications/ \
|
||||
--remove-category=Application \
|
||||
--remove-category=ArcadeGame \
|
||||
--add-category=StrategyGame \
|
||||
--delete-original \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
install -d $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/
|
||||
install -p -m 644 data/%{name}_32x32.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/font/DejaVuSans.ttf
|
||||
ln -s %{_datadir}/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}/font/DejaVuSans.ttf
|
||||
|
||||
%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 AUTHORS COPYING ChangeLog
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
%{_datadir}/pixmaps/wormux*.png
|
||||
%{_mandir}/man6/*.6.gz
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Thu Jan 29 2009 Wart <wart@kobold.org> 0.8.2-4
|
||||
- Yet another font package rename
|
||||
|
||||
* Thu Jan 1 2009 Wart <wart@kobold.org> 0.8.2-3
|
||||
- Fix font package name for F11
|
||||
|
||||
* Wed Dec 24 2008 Wart <wart@kobold.org> 0.8.2-2
|
||||
- Add coreutils requirement for rpm post scripts
|
||||
- Replace bundled font with a symlink to an identical system font (BZ #477484)
|
||||
|
||||
* Fri Nov 7 2008 Wart <wart@kobold.org> 0.8.2-1
|
||||
- Update to 0.8.2
|
||||
|
||||
* Thu May 29 2008 Wart <wart@kobold.org> 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Fri Feb 8 2008 Wart <wart@kobold.org> 0.7.9-6
|
||||
- Rebuild for gcc 4.3
|
||||
|
||||
* Tue Aug 21 2007 Wart <wart@kobold.org> 0.7.9-5
|
||||
- License tag clarification
|
||||
|
||||
* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 0.7.9-4
|
||||
- Rebuild against SDL_gfx 2.0.16.
|
||||
|
||||
* Wed Mar 28 2007 Wart <wart@kobold.org> 0.7.9-3
|
||||
- Enable use of $RPM_OPT_FLAGS
|
||||
|
||||
* Fri Mar 9 2007 Wart <wart@kobold.org> 0.7.9-2
|
||||
- Clean up desktop file categories
|
||||
- Use upstream's desktop file and icon
|
||||
|
||||
* Sat Feb 17 2007 Wart <wart@kobold.org> 0.7.9-1
|
||||
- Update to 0.7.9
|
||||
|
||||
* Fri Sep 1 2006 Wart <wart@kobold.org> 0.7.4-1
|
||||
- Update to 0.7.4
|
||||
|
||||
* Fri Aug 04 2006 Wart <wart@kobold.org> 0.7.2-6
|
||||
- Add 'ArcadeGame' category to .desktop file
|
||||
|
||||
* Fri Jun 09 2006 Wart <wart@kobold.org> 0.7.2-5
|
||||
- Improve grammar in description
|
||||
|
||||
* Fri Jun 09 2006 Wart <wart@kobold.org> 0.7.2-4
|
||||
- Fix broken path to desktop icon
|
||||
- Fix typo in description
|
||||
|
||||
* Fri Jun 09 2006 Wart <wart@kobold.org> 0.7.2-3
|
||||
- Use RPM_BUILD_ROOT consistently
|
||||
- Put the wormux icon in a size-specific directory
|
||||
- Removed INSTALL from the documentation files
|
||||
|
||||
* Fri Jun 09 2006 Wart <wart@kobold.org> 0.7.2-2
|
||||
- Expanded the description
|
||||
- Separated game data into a subpackage
|
||||
|
||||
* Fri Jun 02 2006 Wart <wart@kobold.org> 0.7.2-1
|
||||
- Initial Fedora Extras package
|
||||
Loading…
Add table
Add a link
Reference in a new issue