SPECS: QLandkarte.spec (NEW) - initial revision
bszx
bszx at pld-linux.org
Sat Mar 24 20:06:03 CET 2007
Author: bszx Date: Sat Mar 24 19:06:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revision
---- Files affected:
SPECS:
QLandkarte.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/QLandkarte.spec
diff -u /dev/null SPECS/QLandkarte.spec:1.1
--- /dev/null Sat Mar 24 20:06:03 2007
+++ SPECS/QLandkarte.spec Sat Mar 24 20:05:57 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+
+%define fver 2007.03.16
+Summary: Garmin's MapSource clone for linux
+Summary(pl.UTF-8): Klon MapSource pod linuxa
+Name: QLandkarte
+Version: 0.2.2.%{fver}
+Release: 0.3
+License: GPL
+Group: Applications
+Source0: http://dl.sourceforge.net/qlandkarte/%{name}.%{fver}.tar.gz
+# Source0-md5: 072a0481078640b8d55961c7f9148153
+Patch0: %{name}-destdir.patch
+Patch1: %{name}-opt.patch
+URL: http://qlandkarte.sourceforge.net
+BuildRequires: QtCore-devel > 4.2.0
+BuildRequires: QtGui-devel
+BuildRequires: libusb-devel
+BuildRequires: proj-devel
+BuildRequires: qt4-qmake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Garmin's MapSource clone for linux
+
+%description -l pl.UTF-8
+Klon MapSource pod linuxa
+
+%prep
+%setup -q -n %{name}.%{fver}
+%patch0 -p1
+%patch1 -p1
+
+%build
+qt4-qmake "QMAKE_CXXFLAGS_RELEASE=%{rpmcxxflags}" \
+ -after CONFIG+=%{!?debug:release}%{?debug:debug} QLandkarte.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL changelog.txt index.html
+%attr(755,root,root) %{_bindir}/QLandkarte
+%attr(755,root,root) %{_libdir}/qlandkarte/*.so
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/03/24 19:05:57 bszx
+- initial revision
+
+
================================================================
More information about the pld-cvs-commit
mailing list