rpms/ninvaders/EL-4 import.log, NONE, 1.1 ninvaders.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Miller maxamillion at fedoraproject.org
Mon Mar 23 13:54:42 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/ninvaders/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32229/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ninvaders.spec 
Log Message:
First import of ninvaders for fedora EPEL




--- NEW FILE import.log ---
ninvaders-0_1_1-2:EL-4:ninvaders-0.1.1-2.src.rpm:1237816434


--- NEW FILE ninvaders.spec ---
Name:           ninvaders
Version:        0.1.1
Release:        2%{?dist}
Summary:        Space Invaders clone written in ncurses for cli gaming

Group:          Amusements/Games
License:        GPLv2+
URL:            http://ninvaders.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  ncurses-devel

%description
Ever wanted to place space invaders when you can't find a GUI? Now you can!
ninvaders is a ncurses based space invaders clone to play from the command
line.

%prep
%setup -q
iconv -f iso-8859-1 -t utf8 ChangeLog > ChangeLog.new && \
touch -r ChangeLog ChangeLog.new && mv ChangeLog.new ChangeLog

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
install -Dp -m0755 nInvaders %{buildroot}%{_bindir}/nInvaders

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog README gpl.txt
%{_bindir}/nInvaders


%changelog
* Fri Mar 20 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.1.1-2
- Added smp_mflags, fixed utf8 encoding, removed ncurses requirement
- Added trailing period to description, changed name to match upstream

* Thu Mar 19 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.1.1-1
- First build of ninvaders for fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ninvaders/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Mar 2009 05:38:55 -0000	1.1
+++ .cvsignore	23 Mar 2009 13:54:11 -0000	1.2
@@ -0,0 +1 @@
+ninvaders-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ninvaders/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Mar 2009 05:38:55 -0000	1.1
+++ sources	23 Mar 2009 13:54:12 -0000	1.2
@@ -0,0 +1 @@
+97b2c3fb082241ab5c56ab728522622b  ninvaders-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list