[packages/ka5-kcalcore] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Thu Dec 27 10:27:03 CET 2018


commit eb1c630127778b5b88bd073a7a45b5a60e390e9e
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Dec 27 10:26:51 2018 +0100

    - updated to 18.12.0

 ka5-kcalcore.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)
---
diff --git a/ka5-kcalcore.spec b/ka5-kcalcore.spec
new file mode 100644
index 0000000..4713a81
--- /dev/null
+++ b/ka5-kcalcore.spec
@@ -0,0 +1,83 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		kcalcore
+Summary:	kcalcore
+Name:		ka5-%{kaname}
+Version:	18.12.0
+Release:	1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	9fccc9ec1845dfe2f6fec1100d435762
+URL:		http://www.kde.org/
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5Gui-devel
+BuildRequires:	Qt5Test-devel >= 5.9.0
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	kf5-extra-cmake-modules >= 5.53.0
+BuildRequires:	libical-devel >= 2.0
+BuildRequires:	qt5-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	shared-mime-info
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This library provides access to and handling of calendar data. It
+supports the standard formats iCalendar and vCalendar and the group
+scheduling standard iTIP.
+
+A calendar contains information like incidences (events, to-dos,
+journals), alarms, time zones, and other useful information. This API
+provides access to that calendar information via well known calendar
+formats iCalendar (or iCal) and the oolder vCalendar.
+
+%package devel
+Summary:	Header files for %{kaname} development
+Summary(pl.UTF-8):	Pliki nagłówkowe dla programistów używających %{kaname}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{kaname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kaname}.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+/etc/xdg/kcalcore.categories
+/etc/xdg/kcalcore.renamecategories
+%attr(755,root,root) %ghost %{_libdir}/libKF5CalendarCore.so.5
+%attr(755,root,root) %{_libdir}/libKF5CalendarCore.so.5.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/KF5/KCalCore
+%{_includedir}/KF5/kcalcore_version.h
+%{_libdir}/cmake/KF5CalendarCore
+%attr(755,root,root) %{_libdir}/libKF5CalendarCore.so
+%{_libdir}/qt5/mkspecs/modules/qt_KCalCore.pri
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kcalcore.git/commitdiff/eb1c630127778b5b88bd073a7a45b5a60e390e9e



More information about the pld-cvs-commit mailing list