rpms/gnujump/devel gnujump.desktop, NONE, 1.1 gnujump.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Vivek Shah bonii at fedoraproject.org
Tue Jul 14 15:15:44 UTC 2009


Author: bonii

Update of /cvs/pkgs/rpms/gnujump/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21463/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnujump.desktop gnujump.spec import.log 
Log Message:

Initial Import into repository



--- NEW FILE gnujump.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Gnujump
GenericName=A clone jumping game of xjump
Comment=Keep jumping to stay alive
Exec=gnujump
Icon=/usr/share/gnujump/skins/default/hero1.0.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;


--- NEW FILE gnujump.spec ---
Name:		gnujump
Version:	1.0.6
Release:	2%{?dist}
Summary:	A jumping game which is a clone of xjump

Group:		Amusements/Games
License:	GPLv3+
URL:		http://gnu.org/software/%{name}
Source0:	http://ftp.gnu.org/gnu/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	SDL-devel >= 1.2, SDL_mixer-devel, SDL_image-devel
BuildRequires:	desktop-file-utils

%description
GNUjump is a clone of the simple yet addictive game Xjump, adding new features
like multiplaying, unlimited FPS, smooth floor falling, themable graphics,
sounds,replays, etc.

The goal in this game is to jump to the next floor trying not to fall down. As
you go upper in the Falling Tower the floors will fall faster. Try to survive 
longer get upper than anyone. It might seem too simple but once you've tried 
you'll realize how addictive this is. 

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%check
make check

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%doc AUTHORS ABOUT-NLS COPYING README 
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/%{name}.desktop


%changelog
* Sun Jul 12 2009 Vivek Shah <bonii at fedoraproject.org> 1.0.6-2
- Removed vendor tag from desktop-file-install
- Added ownership for unowned directories
- Fixed license to GPLv3+

* Sat Jul 4 2009 Vivek Shah <bonii at fedoraproject.org> 1.0.6-1
- Updated to new upstream version
- Updated URL for consistency with name macro
- Added subcategory in menu entry in desktop file

* Sat Aug 30 2008 Vivek Shah <boni.vivek at gmail.com> 1.0.5-1
- Added desktop file and entry
- Initial Package


--- NEW FILE import.log ---
gnujump-1_0_6-2_fc9:HEAD:gnujump-1.0.6-2.fc9.src.rpm:1247584636


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnujump/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Jul 2009 04:44:16 -0000	1.1
+++ .cvsignore	14 Jul 2009 15:15:43 -0000	1.2
@@ -0,0 +1 @@
+gnujump-1.0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnujump/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Jul 2009 04:44:16 -0000	1.1
+++ sources	14 Jul 2009 15:15:44 -0000	1.2
@@ -0,0 +1 @@
+8433eee5d2d54104bc686d57c2a1deba  gnujump-1.0.6.tar.gz




More information about the fedora-extras-commits mailing list