rpms/wordwarvi/devel wordwarvi.desktop, NONE, 1.1 wordwarvi.png, NONE, 1.1 wordwarvi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon May 5 17:32:09 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/wordwarvi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21312/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wordwarvi.desktop wordwarvi.png wordwarvi.spec 
Log Message:
initial wordwarvi import



--- NEW FILE wordwarvi.desktop ---
[Desktop Entry]
Name=Word War vi
Comment=Side-scrolling shoot 'em up '80s style arcade game
Exec=wordwarvi
Icon=wordwarvi
Terminal=false
Type=Application
Categories=Game;ArcadeGame;


--- NEW FILE wordwarvi.spec ---
Name:           wordwarvi
Version:        0.09
Release:        1%{?dist}
Summary:        Side-scrolling shoot 'em up '80s style arcade game
Group:          Amusements/Games
License:        GPLv2+ and CC-BY and CC-BY-SA
URL:            http://wordwarvi.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
Source2:        %{name}.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gtk2-devel portaudio-devel libvorbis-devel desktop-file-utils
Requires:       hicolor-icon-theme

%description
Word War vi is your basic side-scrolling shoot 'em up '80s style arcade game.
You pilot your "vi"per craft through core memory, rescuing lost .swp files,
avoiding OS defenses, and wiping out those memory hogging emacs processes.
When all the lost .swp files are rescued, head for the socket which will take
you to the next node in the cluster.

Note: Obviously, emacs is a fine editor and this is all very tongue in cheek,
so don't be getting all bent out of shape because you like emacs better than
vi, mmm-kay?


%prep
%setup -q


%build
make %{?_smp_mflags} PREFIX=%{_prefix} OPTIMIZE_FLAG="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}

# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora            \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps
install -p -m 644 %{SOURCE2} \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps


%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 README changelog.txt sounds/Attribution.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png


%changelog
* Mon May  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.09-1
- New upstream release 0.09

* Sat May  3 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.08-1
- New upstream release 0.08

* Thu May  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.07-1
- New upstream release 0.07
- Drop upstream merged patches

* Mon Apr 14 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.06-1
- New upstream release 0.06
- Drop upstream merged patches

* Fri Apr 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.05-1
- Initial Fedora Extras package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wordwarvi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2008 03:31:32 -0000	1.1
+++ .cvsignore	5 May 2008 17:31:32 -0000	1.2
@@ -0,0 +1 @@
+wordwarvi-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wordwarvi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2008 03:31:32 -0000	1.1
+++ sources	5 May 2008 17:31:32 -0000	1.2
@@ -0,0 +1 @@
+26c7ef253da17dc180e5b40bb3440c65  wordwarvi-0.09.tar.gz




More information about the fedora-extras-commits mailing list