rdieter pushed to libkgeomap (f22). "import"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 22:53:03 UTC 2015


>From 773426abbda2d267dbe7eb35621fd0790f4b9f69 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Mon, 13 Apr 2015 17:50:43 -0500
Subject: import


diff --git a/.gitignore b/.gitignore
index e69de29..7228bf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libkgeomap-15.03.97.tar.xz
diff --git a/libkgeomap.spec b/libkgeomap.spec
new file mode 100644
index 0000000..57ce9b4
--- /dev/null
+++ b/libkgeomap.spec
@@ -0,0 +1,81 @@
+Name:    libkgeomap
+Summary: A wrapper around different world-map components, to browse and arrange photos over a map
+Version: 15.03.97
+Release: 2%{?dist}
+
+License: GPLv2+
+URL:     https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRequires: kdelibs4-devel >= 4.14
+BuildRequires: marble-widget-devel
+
+%{?kdelibs4_requires}
+
+%description
+%{summary}.
+
+%package devel
+Summary:  Development files for %{name}
+License: GPLv2+ and LGPLv2+ and BSD
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: kdelibs4-devel 
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%check
+export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
+pkg-config --modversion libkgeomap
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc AUTHORS README TODO
+%license COPYING
+%{_kde4_appsdir}/libkgeomap/
+%{_kde4_libdir}/libkgeomap.so.2*
+
+%files devel
+%license COPYING.LIB
+%{_kde4_includedir}/libkgeomap/
+%{_kde4_libdir}/libkgeomap.so
+%{_kde4_libdir}/pkgconfig/libkgeomap.pc
+%license COPYING-CMAKE-SCRIPTS
+%{_kde4_appsdir}/cmake/modules/*.cmake
+
+
+%changelog
+* Sat Apr 11 2015 Rex Dieter <rdieter at fedoraproject.org> 15.03.97-2
+- switch to publically-available 15.03.97
+- fix missing %%description
+- -devel: %%license COPYING.LIB COPYING-CMAKE_SCRIPTS
+
+* Sat Apr 11 2015 Rex Dieter <rdieter at fedoraproject.org> 15.04.0-1
+- 15.04.0
+
diff --git a/sources b/sources
index e69de29..c62239d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7e35367b6e75512ea5a16fbeea8490cf  libkgeomap-15.03.97.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libkgeomap.git/commit/?h=f22&id=773426abbda2d267dbe7eb35621fd0790f4b9f69


More information about the scm-commits mailing list