rpms/netpanzer-data/FC-5 netpanzer-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Fri Mar 2 12:38:15 UTC 2007


Author: limb

Update of /cvs/extras/rpms/netpanzer-data/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8959

Modified Files:
	.cvsignore sources 
Added Files:
	netpanzer-data.spec 
Log Message:
Compat fixes for new app rpm version.



--- NEW FILE netpanzer-data.spec ---
Name:           netpanzer-data
Version:        0.8
Release:        5
Summary:        Data files for netpanzer

Group:          Amusements/Games
License:        GPL
URL:		http://netpanzer.berlios.de
Source0:	http://download.berlios.de/netpanzer/netpanzer-data-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

# While contents of this packages includes only data-files, they are included
# with configure script and jam (make substitute). This is really strange indeed,
# but this configure searchs for these dependencies below. 
BuildRequires:	jam, physfs-devel >= 0.1.9, doxygen
BuildRequires:	SDL-devel >= 1.2.5, SDL_mixer-devel >= 1.2, SDL_image-devel >= 1.2
Requires:	netpanzer >= 0.8

%description
This package contains the graphics and sounds for netpanzer, an online
multiplayer tactical warfare game designed for FAST ACTION combat.


%prep
%setup -q

# Strip \r from RELNOTES file
sed -i 's/\r//' RELNOTES


%build
%configure --target=i386-redhat-linux-gnu
jam %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
export DESTDIR=$RPM_BUILD_ROOT
jam install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README RELNOTES TODO
%{_datadir}/netpanzer


%changelog
* Thu Mar 01 2007 Jon Ciesla <limb at jcomserv.net> 0.8-5
- Change netpanzer RQ to allow for update of app without update of data

* Mon Sep 18 2006 Hugo Cisneiros <hugo at devin.com.br> 0.8-4
- Rebuilt for FC6

* Thu May  4 2006 Hugo Cisneiros <hugo at devin.com.br> 0.8-3
- Removed desktop-file-utils BuildReq entry

* Mon May  1 2006 Hugo Cisneiros <hugo at devin.com.br> 0.8-2
- Changed Package's RPM Group
- Fixed Changelog entries to specify versions
- Stripped '\r' EOL from RELNOTES file

* Mon May  1 2006 Hugo Cisneiros <hugo at devin.com.br> 0.8-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/netpanzer-data/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 May 2006 18:48:03 -0000	1.1
+++ .cvsignore	2 Mar 2007 12:37:43 -0000	1.2
@@ -0,0 +1 @@
+netpanzer-data-0.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/netpanzer-data/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 May 2006 18:48:03 -0000	1.1
+++ sources	2 Mar 2007 12:37:43 -0000	1.2
@@ -0,0 +1 @@
+d2dbd5a6c38a181fa3b6aa9a68c81d2f  netpanzer-data-0.8.tar.bz2




More information about the fedora-extras-commits mailing list