SPECS: nexuiz-data.spec (NEW) - initial release

jackass jackass at pld-linux.org
Tue Jan 30 17:30:48 CET 2007


Author: jackass                      Date: Tue Jan 30 16:30:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   nexuiz-data.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nexuiz-data.spec
diff -u /dev/null SPECS/nexuiz-data.spec:1.1
--- /dev/null	Tue Jan 30 17:30:48 2007
+++ SPECS/nexuiz-data.spec	Tue Jan 30 17:30:43 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	nexuiz - data files for game
+Summary(pl):	nexuiz - pliki danych dla gry
+Name:		nexuiz-data
+Version:	2.2.3
+Release:	1
+License:	GPL
+Group:		Applications/Games
+Source0:	http://dl.sourceforge.net/nexuiz/nexuiz-223.zip
+# Source0-md5:	953fda1555fc1f9ca040bdbb797eb0fd
+URL:		http://nexuiz.com/
+BuildRequires:	unzip
+Requires:	nexuiz
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nexuiz data files
+
+%description -l pl
+Pliki danych dla nexuiz.
+
+%prep
+%setup -q -n Nexuiz
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/games/%{name}/data
+install data $RPM_BUILD_ROOT%{_datadir}/games/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/games/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/30 16:30:43  jackass
+- initial release
+
+
================================================================


More information about the pld-cvs-commit mailing list