rpms/atanks/F-7 atanks.desktop, NONE, 1.1 atanks.png, NONE, 1.1 atanks.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Jul 3 00:02:29 UTC 2007


Author: icon

Update of /cvs/extras/rpms/atanks/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6926/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	atanks.desktop atanks.png atanks.spec 
Log Message:
Add to branches.



--- NEW FILE atanks.desktop ---
[Desktop Entry]
Name=Atomic Tanks
Comment=A remake of a classic DOS game "Scorched Earth"
Exec=atanks
Icon=atanks.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;Game;ArcadeGame;StrategyGame;


--- NEW FILE atanks.spec ---
Name:           atanks
Version:        2.4
Release:        1%{?dist}
Summary:        Remake of a classic DOS game "Scorched Earth"

Group:          Amusements/Games
License:        GPL
URL:            http://atanks.sourceforge.net/
Source0:        http://download.sourceforge.net/atanks/atanks-%{version}.tar.gz
Source1:        atanks.png
Source2:        atanks.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  allegro-devel, desktop-file-utils

%description
Atomic Tanks is a game in which you control an overly-powerful
tank and attempt to blow up other highly powerful tanks. Players
get to select a number of weapons and defensive items and then
attack each other in a turn-based manner. The last tank standing
is the winner.


%prep
%setup -q -n atanks


%build
pushd src
CFLAGS="%{optflags}" make -f Makefile.debian %{?_smp_mflags}
popd

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p -m 0755 \
    $RPM_BUILD_ROOT%{_datadir}/games/atanks \
    $RPM_BUILD_ROOT%{_bindir} \
    $RPM_BUILD_ROOT%{_datadir}/pixmaps \
    $RPM_BUILD_ROOT%{_datadir}/applications
install -p -m 0644 *.dat *.txt $RPM_BUILD_ROOT%{_datadir}/games/atanks/
install -p -m 0755 atanks $RPM_BUILD_ROOT%{_bindir}/
install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/
desktop-file-install \
    --vendor fedora \
    --mode 0644 \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
    %{SOURCE2}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc BUGS Changelog COPYING README TODO
%{_datadir}/games/atanks
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_bindir}/atanks


%changelog
* Mon Jul 02 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 2.4-1
- Importing into Fedora CVS and building.

* Fri Jun 29 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 2.4-0.1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/atanks/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Jul 2007 18:30:16 -0000	1.1
+++ .cvsignore	3 Jul 2007 00:01:49 -0000	1.2
@@ -0,0 +1 @@
+atanks-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/atanks/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Jul 2007 18:30:16 -0000	1.1
+++ sources	3 Jul 2007 00:01:49 -0000	1.2
@@ -0,0 +1 @@
+c949306b0ad5ff7a006d932261c7e86e  atanks-2.4.tar.gz




More information about the scm-commits mailing list