rpms/fgfs-Atlas/devel fgfs-Atlas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Fabrice Bellet (bellet) fedora-extras-commits at redhat.com
Sun Apr 8 16:53:00 UTC 2007


Author: bellet

Update of /cvs/extras/rpms/fgfs-Atlas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29356/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fgfs-Atlas.spec 
Log Message:
import fgfs-Atlas-0.3.1-3 on branch devel



--- NEW FILE fgfs-Atlas.spec ---
Name:		fgfs-Atlas
Summary:	Flightgear map tools
Version:	0.3.1
Release:	3%{?dist}

License:	GPL
Group:		Amusements/Games
Source:		http://downloads.sourceforge.net/sourceforge/atlas/Atlas-%{version}.tar.gz
Source1:	Atlas-default-maps.tar.gz
URL:		http://atlas.sourceforge.net
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	freeglut-devel, curl-devel, SimGear-devel, libpng-devel
Requires:	fgfs-base

%description
Atlas aims to produce and display high quality charts of the world for
users of FlightGear, an open source flight simulator. This is achieved
through two main parts: The map creator (simply called Map) and the
Atlas viewer

%prep
%setup -q -n Atlas-%{version}
find -type f -name '*.[hc]xx' -exec chmod a-x {} \;

%build
%configure CXXFLAGS="%{optflags} -fPIC" --with-fgbase=%{_datadir}/FlightGear
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/FlightGear
tar zxf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/FlightGear

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%{_datadir}/FlightGear/*

%changelog
* Mon Apr 02 2007 Fabrice Bellet <fabrice at bellet.info> 0.3.1-3
- Fixed duplicate BuildRequires

* Sun Apr 01 2007 Fabrice Bellet <fabrice at bellet.info> 0.3.1-2
- Rebuild with new SimGear

* Tue Mar 20 2007 Fabrice Bellet <fabrice at bellet.info> 0.3.1-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fgfs-Atlas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Apr 2007 15:15:33 -0000	1.1
+++ .cvsignore	8 Apr 2007 16:52:26 -0000	1.2
@@ -0,0 +1,2 @@
+Atlas-0.3.1.tar.gz
+Atlas-default-maps.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fgfs-Atlas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Apr 2007 15:15:33 -0000	1.1
+++ sources	8 Apr 2007 16:52:26 -0000	1.2
@@ -0,0 +1,2 @@
+15bba54523a29928a14f17af449f960e  Atlas-0.3.1.tar.gz
+eacd2574d952eb79f0adde7827d6b2cf  Atlas-default-maps.tar.gz




More information about the scm-commits mailing list