]> git.pld-linux.org Git - packages/frotz.git/commitdiff
Some cleanups. Changed frotz-makefilefix.patch to frotz-DESTDIR.patch.
authorhavner <havner@pld-linux.org>
Fri, 15 Aug 2003 10:19:24 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frotz.spec -> 1.2

frotz.spec

index 73efd4fe33adcdd0e6396788102eb33223efdbab..ca5afd630d5f5186b60120af69b07e2ab7c07d12 100644 (file)
@@ -5,12 +5,11 @@ Version:      2.43
 Release:       1
 License:       GPL
 Group:         Applications/Games
-Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: efe51879e012b92bb8d5f4a82e982677
+Source0:       ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/%{name}-%{version}.tar.gz
 Source1:       %{name}-wrapper
-Patch0:                %{name}-makefilefix.patch
-Patch1:                %{name}-configfix.patch
-URL:           http://www.ifarchive.com/
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-config.patch
+URL:           www.ifarchive.org
 BuildRequires: ncurses-devel
 Requires:      ncurses
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,7 +19,7 @@ Interpreter for old Infocom text games, so called Interactive Fiction
 Adventure.
 
 %description -l pl
-Interpreter dla starych tekstówek Infocomu, zwanych takze Interactive
+Interpreter dla starych tekstówek Infocomu, zwanych tak¿e Interactive
 Fiction Adventure.
 
 %prep
@@ -33,14 +32,10 @@ Fiction Adventure.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
-install -d $RPM_BUILD_ROOT%{_mandir}/man6
 install -d $RPM_BUILD_ROOT%{_datadir}/games/zcode
-install frotz $RPM_BUILD_ROOT%{_bindir}
-install doc/frotz.6 $RPM_BUILD_ROOT%{_mandir}/man6/
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 install doc/frotz.conf-big $RPM_BUILD_ROOT%{_sysconfdir}/frotz.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/games/zcode/wrapper.sh
 
This page took 0.073956 seconds and 4 git commands to generate.