]> git.pld-linux.org Git - packages/SimGear.git/commitdiff
- more improvements
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 21 Apr 2001 21:44:40 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SimGear.spec -> 1.3

SimGear.spec

index c4e19588de67e11c12693c1644d7ceb6afc4cd50..337ebcff93a19ca7eee05a7129c833e03f3a03a2 100644 (file)
@@ -1,4 +1,5 @@
 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:       1
@@ -10,11 +11,13 @@ Group(pl):  Biblioteki
 License:       GPL
 Source0:       ftp://ftp.simgear.org/pub/simgear/Source/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
+URL:           http://www.simgear.org
 BuildRequires: OpenGL-devel
 BuildRequires: XFree86-devel
 BuildRequires: libstdc++-devel
 BuildRequires: glut-devel
-BuildRequires: gcc-c++
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -62,9 +65,6 @@ Statyczne biblioteki SimGear
 %setup -q
 %patch0 -p1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %build
 aclocal
 autoconf
@@ -82,6 +82,9 @@ install -d $RPM_BUILD_ROOT
 
 %postun devel -p /sbin/ldconfig
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/*.so.*.*
This page took 0.077804 seconds and 4 git commands to generate.