rpms/iapetal/F-12 iapetal.desktop, NONE, 1.1 iapetal.spec, NONE, 1.1 sources, 1.1, 1.2

Jon Ciesla limb at fedoraproject.org
Mon Jun 14 12:39:47 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/iapetal/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6477/F-12

Modified Files:
	sources 
Added Files:
	iapetal.desktop iapetal.spec 
Log Message:
Initial import.



--- NEW FILE iapetal.desktop ---
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Iapetal
Exec=iapetal-launcher
Comment=2D space rescue game
Icon=habitat
Terminal=false
Categories=Game;ActionGame;
StartupNotify=false
Version=1.0


--- NEW FILE iapetal.spec ---
Name:           iapetal
Version:        1.0
Release:        3%{?dist}
Summary:        A 2D space rescue game

Group:          Amusements/Games
License:        GPLv3+
URL:            http://doc.jcomserv.net/index.php/Iapetal
Source0:        http://downloads.jcomserv.net/%{name}-%{version}.tar.gz
Source1:        iapetal.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  desktop-file-utils
Requires:       pygame pygtk2 hicolor-icon-theme

%description
Fly your lander carefully to rescue the scientists in the habitat module
from the falling asteroids.

%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/iapetal

install -m 755 iapetal.py $RPM_BUILD_ROOT%{_bindir}/iapetal
install -m 755 iapetal-launcher.py $RPM_BUILD_ROOT%{_bindir}/iapetal-launcher
install -m 644 *.ogg $RPM_BUILD_ROOT%{_datadir}/iapetal/
install -m 644 *.png $RPM_BUILD_ROOT%{_datadir}/iapetal/

mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 habitat.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps

desktop-file-install \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}


%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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING TODO
%{_bindir}/*
%{_datadir}/iapetal
%{_datadir}/applications/iapetal.desktop
%{_datadir}/icons/hicolor/32x32/apps/habitat.png


%changelog
* Wed Jun 09 2010 Jon Ciesla <limb at jcomserv.net> - 1.0-3
- More desktop file corrections.

* Tue May 18 2010 Jon Ciesla <limb at jcomserv.net> - 1.0-2
- Corrected desktop file.

* Thu May 06 2010 Jon Ciesla <limb at jcomserv.net> - 1.0-1
- First build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iapetal/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Jun 2010 04:49:10 -0000	1.1
+++ sources	14 Jun 2010 12:39:47 -0000	1.2
@@ -0,0 +1 @@
+1fba638631a8ccb5acb3c00d5fecb8e0  iapetal-1.0.tar.gz



More information about the scm-commits mailing list