]> git.pld-linux.org Git - packages/earth3d.git/commitdiff
- new, does not compile currently
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Jun 2011 08:13:11 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    earth3d.spec -> 1.1

earth3d.spec [new file with mode: 0644]

diff --git a/earth3d.spec b/earth3d.spec
new file mode 100644 (file)
index 0000000..be3ced8
--- /dev/null
@@ -0,0 +1,39 @@
+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
This page took 0.05925 seconds and 4 git commands to generate.