]> git.pld-linux.org Git - packages/LAGII.git/blobdiff - LAGII.spec
- s/Requires: svgalib/BuildRequires: svgalib-devel/
[packages/LAGII.git] / LAGII.spec
index c526060528c199b41078b054ee57bada89f12531..ee93528ab1fbcd740b7c7a8584e86e0ecf492a87 100644 (file)
@@ -1,37 +1,52 @@
-%define prefix /usr/local
-
-Name: LAGII
-Summary: Interprets and runs AGI games
-Vendor: XoXus <xoxus@usa.net>
-Version: 0.1.1
-Release: 1
-URL: http://www.zip.com.au/~gsymonds/LAGII/
-Copyright: Freely distributable
-Packager: XoXus <xoxus@usa.net>
-Source: http://www.zip.com.au/~gsymonds/LAGII/LAGII-0.1.1.tar.gz
-Group: Console/Games
-Requires: svgalib
+Summary:       Interprets and runs AGI games
+Summary(pl):   Interpretuje i uruchamia gry AGI
+Name:          LAGII
+Version:       0.1.5
+Release:       2
+License:       Freely distributable
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
+Vendor:                XoXus <xoxus@usa.net>
+Source0:       http://www.zip.com.au/~gsymonds/LAGII/%{name}-%{version}.tar.bz2
+URL:           http://www.zip.com.au/~gsymonds/LAGII/
+BuildRequires: svgalib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-LAGII interprets and runs AGI games under SVGALib. AGI games include most
-of Sierra's classics, including Kings Quest, Space Quest and Police Quest.
-You can also decompile the AGI LOGIC files and see how the game works.
+LAGII interprets and runs AGI games under SVGALib. AGI games include
+most of Sierra's classics, including Kings Quest, Space Quest and
+Police Quest. You can also decompile the AGI LOGIC files and see how
+the game works.
+
+%description -l pl
+LAGII interpretuje i uruchamia gry AGI pod SVGALib. Gry AGI zawieraj±
+wiêkszo¶æ klasycznych gier Sierray w³±czaj±c Kings Quest, Space Quest
+i Police Quest. Mo¿esz tak¿e zdekompilowaæ pliki AGI LOGIC i zobaczyæ
+jak dzia³a dana gra.
 
 %prep
-%setup
+%setup -q
 
 %build
-./configure --prefix=%prefix --with-no-giflib
-make depend
-make
+%configure2_13 \
+       --with-no-giflib
+%{__make} depend
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
-make install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
 
-%files
-%{prefix}/bin/lagii
-%{prefix}/bin/decomp
+install src/lagii decomp/decomp $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf doc/DRIVER-HOWTO doc/FAQ doc/README
 
-%doc doc/DRIVER-HOWTO
-%doc doc/FAQ
-%doc doc/README
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/{DRIVER-HOWTO,FAQ,README}.gz
+%attr(755,root,root) %{_bindir}/lagii
+%attr(755,root,root) %{_bindir}/decomp
This page took 0.071413 seconds and 4 git commands to generate.