Author: lisu Date: Wed Nov 15 21:28:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.16 - License changed to GPL v2+ - new Source added - it contains data files
---- Files affected: SPECS: scourge.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/scourge.spec diff -u SPECS/scourge.spec:1.8 SPECS/scourge.spec:1.9 --- SPECS/scourge.spec:1.8 Tue Sep 26 13:09:33 2006 +++ SPECS/scourge.spec Wed Nov 15 22:28:22 2006 @@ -2,13 +2,15 @@ Summary: Rogue-like game with a 3D user interface Summary(pl): Tekstowa gra RPG z trójwymiarowym interfejsem użytkownika Name: scourge -Version: 0.15 -Release: 1 -License: GPL v2 +Version: 0.16 +Release: 0.1 +License: GPL v2+ Group: X11/Applications/Games -Source0: http://dl.sourceforge.net/scourge/%{name}-%{version}.tar.gz -# Source0-md5: 026b91d015865455a3dde7643ae74098 -Source1: %{name}.desktop +Source0: http://dl.sourceforge.net/scourge/%{name}-%{version}.src.tar.gz +# Source0-md5: 02025e62a7261d39d3bac2d3351088b3 +Source1: http://dl.sourceforge.net/scourge/%{name}-%{version}.data.tar.gz +# Source1-md5: 123888b1465f4c6e9a9f4b4b58cbca26 +Source2: %{name}.desktop Patch0: %{name}-configure.patch URL: http://scourge.sourceforge.net/ BuildRequires: OpenGL-devel @@ -33,11 +35,10 @@ zdobywanie poziomów doświadczenia, itp. %prep -%setup -q +%setup -q -n %{name} -a 1 %patch0 -p1 %build -cd %{name} %{__aclocal} %{__autoconf} %{__autoheader} @@ -52,20 +53,20 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_desktopdir}} install -d $RPM_BUILD_ROOT%{_pixmapsdir} -%{__make} -C %{name} install \ +%{__make} install \ DESTDIR=$RPM_BUILD_ROOT cp -rf %{name}_data/* $RPM_BUILD_ROOT%{_datadir}/%{name} -install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} -install %{name}/assets/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir} +install assets/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc scourge/{AUTHORS,README,ChangeLog} +%doc AUTHORS README ChangeLog %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/%{name}.desktop @@ -77,6 +78,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/11/15 21:28:22 lisu +- up to 0.16 +- License changed to GPL v2+ +- new Source added - it contains data files + Revision 1.8 2006/09/26 11:09:33 shadzik - remove SDL* Rs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/scourge.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
