]> git.pld-linux.org Git - packages/BillardGL.git/commitdiff
- use sed -i, amd64 fix, rel. 2 AC-branch AC-STABLE auto/ac/BillardGL-1_75-2
authorankry <ankry@pld-linux.org>
Mon, 23 May 2005 22:20:56 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BillardGL.spec -> 1.11

BillardGL.spec

index 5d4756bbba234bd5effff059c69b640c0cd7d80a..4f1e8c6f70db52b22d020b133b9a5b15525b6772 100644 (file)
@@ -2,16 +2,16 @@ Name:         BillardGL
 Summary:       3D billard simulation using OpenGL
 Summary(pl):   Symulacja bilarda u¿ywaj±ca OpenGL
 Version:       1.75
-Release:       1
+Release:       2
 Group:         X11/Applications/Games
 License:       GPL
 Vendor:                University of Freiburg / Germany
 Source0:       http://billardgl.sourceforge.net/download/%{name}-%{version}.tar.gz
 # Source0-md5: 46f2cf99e1a2b2aa4707d3500e43be47
 URL:           http://www.tobias-nopper.de/BillardGL/
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 3D billard simulation using OpenGL.
 
@@ -23,8 +23,8 @@ Tr
 
 %build
 cd src
-sed -e "s:/usr/share/:%{_datadir}/:" Namen.h > Namen
-mv -f Namen Namen.h
+sed -i -e "s:/usr/X11R6/lib:/usr/X11R6/%{_lib}:g" Makefile
+sed -i -e "s:/usr/share/:%{_datadir}/:" Namen.h
 %{__make}
 
 %install
This page took 0.076029 seconds and 4 git commands to generate.