rpms/flaw/EL-5 flaw.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Filipe Rosset filiperosset at fedoraproject.org
Wed Apr 21 18:47:16 UTC 2010


Author: filiperosset

Update of /cvs/pkgs/rpms/flaw/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13033/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	flaw.spec import.log 
Log Message:
Update to 1.2.3 upstream




--- NEW FILE flaw.spec ---
Name:		flaw
Version:	1.2.3
Release:	1%{?dist}
Summary:	Free top-down wizard battle game
Group:		Amusements/Games
License:	GPLv3+
URL:		http://flaw.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL-devel SDL_gfx-devel desktop-file-utils
BuildRequires:	gnu-free-sans-fonts

%description
FLAW is a free top-down wizard battle game.
It can be played by up to 5 players simultaneously. The goal of the game is to
survive as long as possible while more and more fireballs appear in the arena.
Game play is simple and self-explanatory. It's all about evading the fireballs
and knocking your opponents down. In addition there are collectible magic gems
that provide special abilities.

%prep
%setup -q

# Fix spurious executable permissions
chmod 644 src/*.cc
chmod 644 src/*.h

# Fix incorrect lines on flaw.desktop
sed -i -e '3d' data/flaw.desktop
sed -i -e '2d' data/flaw.desktop

%build
%configure --docdir=%{_docdir}/%{name}-%{version} --enable-fontpath=%{_datadir}/fonts/gnu-free/
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/flaw
%{_datadir}/flaw
%{_datadir}/pixmaps/flaw.xpm
%{_datadir}/applications/flaw.desktop
%exclude %{_docdir}/%{name}-%{version}/INSTALL
%doc %{_docdir}/%{name}-%{version}

%changelog
* Tue Apr 13 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.3-1
- Update to version 1.2.3 upstream
- Update BuildRequires

* Tue Mar 30 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.2-8
- Fix spec issues

* Mon Mar 29 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.2-7
- Fix spec issues

* Sun Mar 28 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.2-6
- Fix spec issues

* Sat Mar 27 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.2-5
- Fix shebang on rpmlint, now is silent
- Fix location and incorrect lines of flaw.desktop
- Fix documentation files

* Sun Feb 21 2010 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.2-4
- Removed irrelevant files in doc
- Updated to version 1.2.2 upstream source

* Tue Dec 29 2009 Filipe Rosset <rosset.filipe at gmail.com> - 1.2.1-3
- Now fixed Source0 url
- Updated to version 1.2.1 upstream source

* Tue Dec 22 2009 Filipe Rosset <rosset.filipe at gmail.com> - 1.2-2
- Replaced "%%{_bindir}/flaw*" to "%%{_bindir}/flaw"
- Replaced license GPLv3 to GPLv3+
- Removed Requires information
- Updated BuildRequires information

* Fri Dec 18 2009 Filipe Rosset <rosset.filipe at gmail.com> - 1.2-1
- Initial RPM release


--- NEW FILE import.log ---
flaw-1_2_3-1_fc13:EL-5:flaw-1.2.3-1.fc13.src.rpm:1271875503


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flaw/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Apr 2010 04:18:27 -0000	1.1
+++ .cvsignore	21 Apr 2010 18:47:15 -0000	1.2
@@ -0,0 +1 @@
+flaw-1.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flaw/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2010 04:18:27 -0000	1.1
+++ sources	21 Apr 2010 18:47:16 -0000	1.2
@@ -0,0 +1 @@
+0fa4d6c480c948ad74cc464be397742a  flaw-1.2.3.tar.gz



More information about the scm-commits mailing list