rpms/maniadrive-data/devel maniadrive-data-1.2-fixes.patch, NONE, 1.1 maniadrive-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Sep 3 19:19:11 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/maniadrive-data/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26084/devel

Modified Files:
	.cvsignore sources 
Added Files:
	maniadrive-data-1.2-fixes.patch maniadrive-data.spec 
Log Message:
initial maniadrive-data import


maniadrive-data-1.2-fixes.patch:

--- NEW FILE maniadrive-data-1.2-fixes.patch ---
diff -up ManiaDrive-1.2-data/README~ ManiaDrive-1.2-data/README
--- ManiaDrive-1.2-data/README~	2007-08-11 15:28:59.000000000 +0200
+++ ManiaDrive-1.2-data/README	2007-08-11 15:28:59.000000000 +0200
@@ -17,18 +17,8 @@ Also features:
  - Full soundtrack
  
 License for Code & Art (except music): GNU General Public License (GPL)
-License for Music: Creative Commons 2.0 (CC2)
-
-Sound Track Details:
- * I got it bad (1:48) by The Napoleon Blown Aparts
- * Mine tonite (2:08) by Rocket City Riot
- * The Devil... (4:15) by Black Moon
- * erase and rewind (2:28) by Horstreich
- * Nowhere to go (2:06) by The Napoleon Blown Aparts
- * MeMak Racer 1 (1:28) by Neub (aka Revision 1.1)
- * revenge of yesterday (1:59) by Horstreich
- * Superstar Destroyer (2:47) by Zen Ace Ten (website is down ?)
- * Bienvenue au Mexique (1:26) by Mage
+License for Music: Creative Commons (CC BY) / Free Art License / GNU GPL,
+see README.fedora in the music package
 				    
 Xfennec and the whole Raydium Team thanks you for downloading this game !
 Raydium 3D Game Engine - http://raydium.org/
diff -up ManiaDrive-1.2-data/game/php.ini~ ManiaDrive-1.2-data/game/php.ini
--- ManiaDrive-1.2-data/game/php.ini~	2007-08-11 22:35:16.000000000 +0200
+++ ManiaDrive-1.2-data/game/php.ini	2007-08-11 22:35:16.000000000 +0200
@@ -1,4 +1,2 @@
 [PHP]
-extension_dir = "./"
-extension=php_curl.dll
-extension=php_soap.dll
\ No newline at end of file
+extension=soap.so
diff -up ManiaDrive-1.2-data/game/mania_tracklist.php~ ManiaDrive-1.2-data/game/mania_tracklist.php
--- ManiaDrive-1.2-data/game/mania_tracklist.php~	2007-08-11 22:35:55.000000000 +0200
+++ ManiaDrive-1.2-data/game/mania_tracklist.php	2007-08-11 22:35:55.000000000 +0200
@@ -28,10 +28,5 @@ foreach($file as $t)
     $nl="\n";
     }
 
-// save list to disk
-$fp=fopen("mania_tracklist.txt","wb");
-fwrite($fp,$list);
-fclose($fp);
-
 //var_dump($list);
 ?>


--- NEW FILE maniadrive-data.spec ---
Name:           maniadrive-data
Version:        1.2
Release:        2%{?dist}
Summary:        Data files for maniadrive, a 3D stunt driving game
Group:          Amusements/Games
License:        GPL+
URL:            http://maniadrive.raydium.org/
# This is:
# http://downloads.sourceforge.net/%{name}/ManiaDrive-%{version}-data.tar.gz
# With the game/mania_music directory removed because that contains non free
# music (CC BY-NC-SA licensed)
Source0:        ManiaDrive-%{version}-data.tar.gz
Patch0:         maniadrive-data-1.2-fixes.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
# to make sure this gets removed when maniadrive gets removed
Requires:       maniadrive

%description
Data files for maniadrive, a 3D stunt driving game. Notice this package does
not include the original ManiaDrive soundtrack as the original soundtrack is
licensed under a CC BY-NC-SA license, which is not acceptable to Fedora.

A replacement soundtrack is available in the maniadrive-music package (and will
get automatically installed together with maniadrive itself).


%prep
%setup -q -n ManiaDrive-%{version}-data
%patch0 -p1
sed -i 's/\r//g' game/php.ini game/mania.cfg game/*.tri game/*.mni
iconv -f ISO-8859-1 -t UTF8 README > README.tmp
mv README.tmp README


%build
# nothing to build, data only


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}
cp -a game $RPM_BUILD_ROOT%{_datadir}/maniadrive
ln -s ../raydium/rayphp $RPM_BUILD_ROOT%{_datadir}/maniadrive/rayphp


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_datadir}/maniadrive


%changelog
* Sat Sep  1 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2-2
- Correct License tag from GPLv2+ to GPL+
- Convert README to UTF-8

* Sat Aug 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/maniadrive-data/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Sep 2007 18:26:09 -0000	1.1
+++ .cvsignore	3 Sep 2007 19:18:38 -0000	1.2
@@ -0,0 +1 @@
+ManiaDrive-1.2-data.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/maniadrive-data/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Sep 2007 18:26:09 -0000	1.1
+++ sources	3 Sep 2007 19:18:38 -0000	1.2
@@ -0,0 +1 @@
+612460892e26f258f2e43757f70cd4ff  ManiaDrive-1.2-data.tar.gz




More information about the scm-commits mailing list