]> git.pld-linux.org Git - packages/enigma.git/commitdiff
- rel. 0.beta.1
authorgrzegol <grzegol@pld-linux.org>
Tue, 30 Sep 2003 13:19:48 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: SDL_ttf-devel
- removed trash from manual dir

Changed files:
    enigma.spec -> 1.14

enigma.spec

index 9ec905757214d036db03f0e1df23f2bd37e9a290..8b54e485322007a7696dc487345d9be648866bb7 100644 (file)
@@ -2,21 +2,21 @@ Summary:      Oxyd clone
 Summary(pl):   Klon gry Oxyd
 Name:          enigma
 Version:       0.80
-Release:       0.1
+Release:       0.beta.1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://freesoftware.fsf.org/download/enigma/%{name}-%{version}-beta.tar.gz
+Source0:       http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}-beta.tar.gz
 # Source0-md5: 5dfb6761853792ecd1ba600b814e6f30
 Source1:       %{name}.desktop
+BuildRequires: SDL_image-devel >= 1.2.0
+BuildRequires: SDL_mixer-devel >= 1.2.0
+Buildrequires: SDL_ttf-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: lua40-devel >= 4.0
-BuildRequires: SDL_image-devel >= 1.2.0
-BuildRequires: SDL_mixer-devel >= 1.2.0
 URL:           http://www.freesoftware.fsf.org/enigma/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Enigma is a puzzle game inspired by Oxyd on the Atari ST and
 Rock'n'Roll on the Amiga: You control a small black marble and have to
@@ -71,6 +71,9 @@ install data/*.lua                    $RPM_BUILD_ROOT%{_datadir}/enigma
 install %{SOURCE1}             $RPM_BUILD_ROOT%{_applnkdir}/Games
 install etc/enigma.png         $RPM_BUILD_ROOT%{_pixmapsdir}
 
+rm -f doc/manual/{images,}/Makefile*
+rm -f doc/manual/enigma.texi
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGES ChangeLog NEWS README doc/{TODO,functions.*,manual}
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/enigma
+%{_datadir}/%{name}
 %{_mandir}/man6/*
 %{_pixmapsdir}/*
 %{_applnkdir}/Games/*
This page took 0.0779260000000001 seconds and 4 git commands to generate.