[fgrun] new snapshot

Fabrice Bellet bellet at fedoraproject.org
Tue Sep 6 12:19:41 UTC 2011


commit ee2ae3f9671e25c3b0eb03b2f094673ab85a8cee
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Tue Sep 6 14:19:26 2011 +0200

    new snapshot

 .gitignore |    1 +
 fgrun.spec |   15 +++++++++++----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6a828a..3303b3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fgrun-1.5.2.tar.gz
+/fgrun-1.6.0.svn20110905.tar.gz
diff --git a/fgrun.spec b/fgrun.spec
index f7d2af3..171fd94 100644
--- a/fgrun.spec
+++ b/fgrun.spec
@@ -1,11 +1,13 @@
+%define snapshot .svn20110905
+
 Name:		fgrun
 Summary:	Graphical front-end for launching FlightGear flight simulator
-Version:	1.5.2
-Release:	8%{?dist}
+Version:	1.6.0
+Release:	0.1%{snapshot}%{?dist}
 License:	GPLv2+ and CC-BY-SA
 Group:		Amusements/Games
 URL:		http://sourceforge.net/projects/fgrun
-Source0:	http://downloads.sourceforge.net/project/fgrun/fgrun/%{version}/fgrun-%{version}.tar.gz
+Source0:	fgrun-%{version}%{snapshot}.tar.gz
 Source1:	%{name}.desktop
 # The icon is licensed under the CC Attribution-Share Alike 3.0 license
 # http://commons.wikimedia.org/wiki/File:Bt_plane.svg
@@ -21,16 +23,18 @@ BuildRequires:	SimGear-devel >= 2.0.0
 BuildRequires:	fltk-devel fltk-fluid plib-devel 
 BuildRequires:	sg3_utils-devel OpenSceneGraph-devel
 BuildRequires:	gettext boost-devel desktop-file-utils
+BuildRequires:	automake autoconf intltool libtool
 
 %description 
 FlightGear Launch Control is a graphical front-end for launching
 FlightGear flight simulator
 
 %prep 
-%setup -q
+%setup -q -n fgrun-%{version}
 
 %build 
 CXXFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
+./autogen.sh
 %configure 
 make %{?_smp_mflags}
 
@@ -88,6 +92,9 @@ rm -fr %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog 
+* Mon Sep 05 2011 Fabrice Bellet <fabrice at bellet.info> 1.6.0-0.1
+- new snapshot
+
 * Tue Jun 14 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1.5.2-8
 - Rebuild against OSG-2.8.5.
 
diff --git a/sources b/sources
index 5073851..dc1326f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cee32c8359a61e0db3156f7bd271321c  fgrun-1.5.2.tar.gz
+2eece49cf674fdcc93ca2ac551e2dfb8  fgrun-1.6.0.svn20110905.tar.gz


More information about the scm-commits mailing list