[FlightGear-Atlas] new snapshot

Fabrice Bellet bellet at fedoraproject.org
Tue Feb 28 21:33:11 UTC 2012


commit 27cf196a57ecf09e3e945a97da0dda6e73893c4a
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Tue Feb 28 22:33:08 2012 +0100

    new snapshot

 .gitignore                            |    1 +
 FlightGear-Atlas-0.4.8-fix-segv.patch |   10 ----------
 FlightGear-Atlas.spec                 |   24 ++++++++++++++----------
 sources                               |    2 +-
 4 files changed, 16 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df86d25..b5ab77a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Atlas-cvs20100719.tar.gz
 Atlas-0.4.0-default-maps.tar.gz
 /atlas-0.4.8.cvs20110905.tar.gz
+/Atlas-0.4.9.cvs20120219.tar.bz2
diff --git a/FlightGear-Atlas.spec b/FlightGear-Atlas.spec
index 9ef02f3..e3f0199 100644
--- a/FlightGear-Atlas.spec
+++ b/FlightGear-Atlas.spec
@@ -1,19 +1,18 @@
-%define snapshot .cvs20110905
+%define snapshot .cvs20120219
 
 Name:		FlightGear-Atlas
 Summary:	Flightgear map tools
-Version:	0.4.8
-Release:	0.6%{snapshot}%{?dist}
+Version:	0.4.9
+Release:	0.1%{snapshot}%{?dist}
 
 License:	GPLv2+
 Group:		Amusements/Games
-Source0:	atlas-%{version}%{snapshot}.tar.gz
+Source0:	Atlas-%{version}%{snapshot}.tar.bz2
 Source1:	Atlas-0.4.0-default-maps.tar.gz
-Patch0:		FlightGear-Atlas-0.4.8-fix-segv.patch
 URL:		http://atlas.sourceforge.net
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	freeglut-devel, curl-devel, libpng-devel
-BuildRequires:	SimGear-devel >= 1.9.0, OpenSceneGraph-devel
+BuildRequires:	freeglut-devel, curl-devel, libpng-devel, glew-devel
+BuildRequires:	SimGear-devel >= 2.6.0, OpenSceneGraph-devel
 BuildRequires:	automake autoconf intltool libtool
 Requires:	FlightGear-data
 Obsoletes:	fgfs-Atlas < 0.3.1-10
@@ -25,13 +24,15 @@ through two main parts: The map creator (simply called Map) and the
 Atlas viewer
 
 %prep
-%setup -q -n atlas-%{version}
-%patch0 -p1 -b .segv
+%setup -q -n Atlas
 find -type f -name '*.[hc]xx' -exec chmod a-x {} \;
 
 %build
+./autogen.sh
 %configure CXXFLAGS="$RPM_OPT_FLAGS -fPIC" \
-	--with-fgbase=%{_datadir}/flightgear
+	--with-fgbase=%{_datadir}/flightgear \
+	--datadir=%{_datadir}/flightgear \
+	--enable-simgear-shared
 make %{?_smp_mflags}
 
 %install
@@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/flightgear/Atlas
 
 %changelog
+* Sun Feb 19 2012 Fabrice Bellet <fabrice at bellet.info> 0.4.9-0.1.cvs20120219
+- new snapshot
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.8-0.6.cvs20110905
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 61c6a87..b2888b7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1fe2991be88f9a5aa2d56357588db688  atlas-0.4.8.cvs20110905.tar.gz
+1c8713686f20fdb8df3abb7753e9cf94  Atlas-0.4.9.cvs20120219.tar.bz2
 ad39040ecb18627f695d4a3c852db81b  Atlas-0.4.0-default-maps.tar.gz


More information about the scm-commits mailing list