Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2714b48f58f458e0f263db11106d960c > files > 3

gaia-0.1.2-2mdv2008.0.src.rpm

%define name gaia
%define version 0.1.2
%define release %mkrel 2

Summary: Open 3D earth viewer with GPS support
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: gaia-0.1.2-fixgps.patch
License: GPL
Group: Sciences/Other
Url: http://sourceforge.net/projects/gaia-clean/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: scons
BuildRequires: SDL-devel
BuildRequires: curl-devel
BuildRequires: gpsd-devel
BuildRequires: jpeg-devel
BuildRequires: mesaglu-devel
BuildRequires: png-devel

%description
Gaia is an open 3D earth viewer with GPS support.

%prep
%setup -q
%patch0 -p1 -b .fixgps

%build
scons prefix=%{_prefix} gpsd=1

%install
rm -rf %{buildroot}
# (blino) scons install prefix=%{buildroot}%{_prefix} will recompile with a wrong datadir
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
install -D data/font.png %{buildroot}%{_datadir}/%{name}/font.png

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/font.png




%changelog
* Sat Jul 21 2007 Olivier Blin <oblin@mandriva.com> 0.1.2-2mdv2008.0
+ Revision: 54273
- fix conftest of gps.h
- rebuild for new libgps


* Thu Dec 07 2006 Olivier Blin <oblin@mandriva.com> 0.1.2-1mdv2007.0
+ Revision: 91886
- buildrequires mesaglu-devel (BTW, thanks scons for making this surprisingly hard to find)
- initial gaia release (Provides/Obsoletes: GoogleEarth)
- Create gaia