]> git.pld-linux.org Git - packages/SimGear.git/commitdiff
- builds on Th
authoraflinta <aflinta@pld-linux.org>
Sun, 27 May 2007 22:08:13 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - updated TODO

Changed files:
    SimGear.spec -> 1.48

SimGear.spec

index 1e5e63fa0e6014003cd3c482629550577004db9b..7c5c58ca81f4d30dec766830cc30e4764fa3fdd9 100644 (file)
@@ -1,25 +1,28 @@
-# TODO: Consider getting back to static linking or set sonames for shared libraries
+# TODO: Add missing BRs for xorg
+#      Consider getting back to static linking or set sonames for shared libraries
 Summary:       A set of libraries to build 3d simulations, games etc
 Summary(pl.UTF-8):     Zestaw bibliotek do budowania trójwymiarowych symulacji, gier itp
 Name:          SimGear
 Version:       0.3.10
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.simgear.org/pub/simgear/Source/%{name}-%{version}.tar.gz
 # Source0-md5: 469e17b08ed4267a33dbd19eabdd976b
 Patch0:                %{name}-shared.patch
+Patch1:                %{name}-link.patch
 URL:           http://www.simgear.org/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenGL-devel
-BuildRequires: XFree86-devel
+#BuildRequires:        XFree86-devel
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
-BuildRequires: glut-devel
+BuildRequires: freealut-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: metakit-devel >= 2.4.3
-BuildRequires: plib-devel >= 1.8.4
+BuildRequires: OpenGL-glut-devel
+BuildRequires: plib-devel >= 1.8.4-3
 BuildRequires: tcl-devel
 BuildRequires: zlib-devel
 Requires:      OpenGL
@@ -73,6 +76,7 @@ Statyczne biblioteki SimGear.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -82,7 +86,7 @@ Statyczne biblioteki SimGear.
 %configure \
        --with-x \
        --with-tcl=/usr/lib
-%{__make}
+%{__make} -j 1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.106295 seconds and 4 git commands to generate.