Author: arvenil Date: Sat Jan 26 23:59:20 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release - NFY
---- Files affected: SPECS: nimuh.spec (NONE -> 1.1) (NEW), nimuh-data.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nimuh.spec diff -u /dev/null SPECS/nimuh.spec:1.1 --- /dev/null Sun Jan 27 00:59:20 2008 +++ SPECS/nimuh.spec Sun Jan 27 00:59:15 2008 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Nimuh is a game ambiented in Andalusia +Name: nimuh +Version: 1.0 +Release: 0.1 +License: Creative Commons +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/nimuh/%{name}-%{version}.tar.gz +# Source0-md5: 77122ccc4bdd69a573b471894db9138a +URL: http://www.nimuh.com/index.php?lang=en +BuildRequires: OpenGL-GLU-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +Requires: %{name}-data = %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Nimuh is a game ambiented in Andalusia. A game based in "Theseus and +the Minotaur Mazes" that will go through different andalusian +locations. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-26 23:59:15 arvenil +- initial PLD release +- NFY + ================================================================ Index: SPECS/nimuh-data.spec diff -u /dev/null SPECS/nimuh-data.spec:1.1 --- /dev/null Sun Jan 27 00:59:21 2008 +++ SPECS/nimuh-data.spec Sun Jan 27 00:59:15 2008 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +%define _name nimuh +Summary: Nimuh is a game ambiented in Andalusia +Name: %{_name}-data +Version: 1.0 +Release: 0.1 +License: Creative Commons +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/nimuh/%{name}-%{version}.tar.gz +# Source0-md5: f71e242d6a06d6dd769b7cd141be1453 +URL: http://www.nimuh.com/index.php?lang=en +Requires: %{_name} = %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Nimuh is a game ambiented in Andalusia. A game based in "Theseus and +the Minotaur Mazes" that will go through different andalusian +locations. + +This package contains Nimuh data files. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%dir %{_datadir}/%{_name} +%{_datadir}/%{_name}/data + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-26 23:59:15 arvenil +- initial PLD release +- NFY + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
