]> git.pld-linux.org Git - packages/SimGear.git/blobdiff - SimGear.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/SimGear.git] / SimGear.spec
index 8def73dff205003cb3672c75296c1c43b6159d51..2f4331afbec7faf257efa1105ceb2bba56ccfb4c 100644 (file)
@@ -1,20 +1,14 @@
 Summary:       a set of libraries to build 3d simulations, games etc.
 Summary(pl):   zestaw bibliotek do budowania trójwymiarowych symulacji, gier itp.
 Name:          SimGear
-Version:       0.0.14
-Release:       3
+Version:       0.0.18
+Release:       1
 License:       GPL
 Group:         Libraries
-Group(de):     Libraries
-Group(es):     Bibliotecas
-Group(fr):     Librairies
-Group(pl):     Biblioteki
-Group(pt_BR):  Bibliotecas
-Group(ru):     âÉÂÌÉÏÔÅËÉ
-Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.simgear.org/pub/simgear/Source/%{name}-%{version}.tar.gz
 Patch0:                %{name}-shared.patch
-URL:           http://www.simgear.org
+Patch1:                %{name}-am_fix.patch
+URL:           http://www.simgear.org/
 Requires:      OpenGL
 BuildRequires: OpenGL-devel
 BuildRequires: XFree86-devel
@@ -50,9 +44,6 @@ W tej chwili jest jeszcze troch
 Summary:       header files for SimGear
 Summary(pl):   pliki nag³ówkowe dla SimGear
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
 %description devel
@@ -65,9 +56,6 @@ Pliki nag
 Summary:       static SimGear libraries
 Summary(pl):   statyczne biblioteki SimGear
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -78,14 +66,15 @@ Statyczne biblioteki SimGear.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 
+%patch1 -p1
 
 %build
-rm missing
+rm -f missing
 libtoolize --force --copy
-aclocal
-autoconf
-automake -a -c
+aclocal -I .
+%{__autoconf}
+%{__automake}
 %configure \
        --with-x \
        --with-tcl=/usr/lib
@@ -93,7 +82,6 @@ automake -a -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.706613 seconds and 4 git commands to generate.