Author: glen Date: Thu Jun 23 08:13:16 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, does not compile currently
---- Files affected: packages/earth3d: earth3d.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/earth3d/earth3d.spec diff -u /dev/null packages/earth3d/earth3d.spec:1.1 --- /dev/null Thu Jun 23 10:13:16 2011 +++ packages/earth3d/earth3d.spec Thu Jun 23 10:13:11 2011 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: Map client displaying a 3D model of the world +Name: earth3d +Version: 1.0.5 +Release: 0.1 +License: GPL v2 +Group: Applications/Graphics +Source0: http://downloads.sourceforge.net/earth3d/%{name}_client-%{version}-src.tar.bz2 +# Source0-md5: d273437a473f66401b01acf7521808c3 +URL: http://www.earth3d.org/ +BuildRequires: ImageMagick-devel +BuildRequires: qt-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The map data is fetched from a server on the net, and the client will +display recent satellite images and map data. + +%prep +%setup -q -n %{name} + +%build +export QTDIR=/usr +qmake earth3d.pro +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +# The qmake install target is empty. Do the install here instead. +install -p earth3d $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/06/23 08:13:11 glen +- new, does not compile currently ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
