]> git.pld-linux.org Git - packages/acm.git/commitdiff
- Added patches from Conectiva - now builds.
authordeejay1 <deejay1@pld-linux.org>
Thu, 1 May 2003 21:21:16 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - Still to do: proper installation - propably some changes in
   Makefile.in files needed - can't figure them out :/

Changed files:
    acm.spec -> 1.5

acm.spec

index af864cbec709725266d4d039cc1f51df3ab2696a..674ad867dc03f182f6bbe6c19600519a8edaff40 100644 (file)
--- a/acm.spec
+++ b/acm.spec
@@ -1,6 +1,4 @@
 # ToDo:
-# - make it build,
-# - make it work :>
 # - make it install in a correct directory....
 #
 Summary:       X based flight combat.
@@ -15,12 +13,14 @@ License:    GPL v2
 Group:         X11/Applications/Games
 Source0:       http://www.websimulations.com/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ac_fix.patch
+Patch1:                %{name}-sparc.patch
+Patch2:                %{name}-general.patch
 URL:           http://home.netcom.com/~rrainey/acm.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ACM is an X based flight simulator. It also have network cabailities
-for multiple player games.
+for multiplayer games.
 
 %description -l de
 ACM ist ein Flugsimulator auf X-Basis, der netzwerkfähig ist und die
@@ -38,6 +38,8 @@ gerekli a
 %setup -q
 chmod -R +rwX *
 %patch0
+%patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
@@ -50,14 +52,14 @@ for dir in dis dis/disgen gedit; do
        %{__autoconf}
        cd $olddir
 done
-%configure 
+%configure --prefix=$RPM_BUILD_ROOT%{_prefix}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,lib/games,man/man1}
 
-%{__make} install prefix=$RPM_BUILD_ROOT
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.067003 seconds and 4 git commands to generate.