From a239c2b869b83a4e63284f3e05b6cb4271af60e6 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 23 May 2005 22:20:56 +0000 Subject: [PATCH] - use sed -i, amd64 fix, rel. 2 Changed files: BillardGL.spec -> 1.11 --- BillardGL.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BillardGL.spec b/BillardGL.spec index 5d4756b..4f1e8c6 100644 --- a/BillardGL.spec +++ b/BillardGL.spec @@ -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 -- 2.44.0