rdieter pushed to libkeduvocdocument (master). "import"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 22:44:34 UTC 2015


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


diff --git a/.gitignore b/.gitignore
index e69de29..844314f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libkeduvocdocument-15.03.97.tar.xz
diff --git a/libkeduvocdocument.spec b/libkeduvocdocument.spec
new file mode 100644
index 0000000..3d6226b
--- /dev/null
+++ b/libkeduvocdocument.spec
@@ -0,0 +1,79 @@
+
+%{!?_licensedir:%global license %%doc}
+
+Name:    libkeduvocdocument
+Summary: Library to parse, convert, and manipulate KVTML files
+Version: 15.03.97
+Release: 1%{?dist}
+
+License: GPLv2+
+URL:     https://projects.kde.org/projects/kde/kdeedu/libkeduvocdocument
+%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:  kf5-rpm-macros
+BuildRequires:  extra-cmake-modules
+
+BuildRequires:  kf5-ki18n-devel
+BuildRequires:  kf5-karchive-devel
+BuildRequires:  kf5-kio-devel
+
+BuildRequires:  pkgconfig(Qt5Xml)
+
+Requires:       kf5-filesystem
+
+
+%description
+A Library to parse, convert, and manipulate KVTML files (and older formats
+including kvtml1, csv, etc.).
+
+%package devel
+Summary:  Development files for %{name}
+License:  GPLv2+ and LGPLv2 and BSD
+Requires: %{name}%{?_isa} = %{version}-%{release}
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files 
+%doc AUTHORS README 
+%license COPYING
+%{_kf5_libdir}/libKEduVocDocument.so.5*
+
+%files devel
+%license COPYING.LIB
+%{_includedir}/libkeduvocdocument/
+%{_kf5_libdir}/libKEduVocDocument.so
+%license COPYING-CMAKE-SCRIPTS 
+%{_kf5_libdir}/cmake/libkeduvocdocument/
+
+
+
+%changelog
+* Sun Apr 12 2015 Rex Dieter <rdieter at fedoraproject.org> 15.03.97-1
+- 15.03.97
diff --git a/sources b/sources
index e69de29..12f0ce9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a0e2ad4c19623a4b591241c32dfc1a1a  libkeduvocdocument-15.03.97.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libkeduvocdocument.git/commit/?h=master&id=2465441c923724f7b7aaedc3d013151c12589322


More information about the scm-commits mailing list