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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Nov 26 18:45:14 UTC 2006


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources 
Added Files:
	atomorun.desktop atomorun.spec 
Log Message:
auto-import atomorun-1.1-0.2.pre2.fc7 on branch devel from atomorun-1.1-0.2.pre2.fc7.src.rpm


--- NEW FILE atomorun.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Atomorun
Comment=Jump&Run game where you have to flee an exploding nuclear bomb
Exec=atomorun
Icon=atomorun.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;


--- NEW FILE atomorun.spec ---
%define prever pre2

Name:           atomorun
Version:        1.1
Release:        0.2.%{prever}%{?dist}
Summary:        Jump&Run game where you have to flee an exploding nuclear bomb
Group:          Amusements/Games
License:        GPL
URL:            http://atomorun.whosme.de/index.php
Source0:        http://atomorun.whosme.de/downloads/%{name}-%{version}_%{prever}.tar.gz
Source1:        atomorun.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  SDL_mixer-devel SDL_image-devel libtiff-devel libvorbis-devel
BuildRequires:  alsa-lib-devel desktop-file-utils ImageMagick
Requires:       hicolor-icon-theme

%description
Atomorun is a OpenGL Jump&Run game where you have to flee an exploding
nuclear bomb.


%prep
%setup -q -n %{name}-%{version}_%{prever}


%build
%configure
make %{?_smp_mflags}
convert pixmaps/atomorun_winicon.ico %{name}.png


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/pixmaps/atomorun_winicon.ico
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc/%{name}

# 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/32x32/apps
install -p -m 644 %{name}.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/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 ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png


%changelog
* Sun Nov 26 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.2.pre2
- Add Requires hicolor-icon-theme (bz 217249)

* Sat Nov 25 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1-0.1.pre2
- Initial FE package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/atomorun/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2006 18:43:07 -0000	1.1
+++ .cvsignore	26 Nov 2006 18:44:44 -0000	1.2
@@ -0,0 +1 @@
+atomorun-1.1_pre2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/atomorun/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2006 18:43:07 -0000	1.1
+++ sources	26 Nov 2006 18:44:44 -0000	1.2
@@ -0,0 +1 @@
+41522a330c0da7c6e79c46baa2c1d8c3  atomorun-1.1_pre2.tar.gz




More information about the fedora-extras-commits mailing list