From c793609640f15047b1c34de83ed5dbee0455a5c0 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Dec 04 2015 14:23:49 +0000 Subject: Update to 15.11.80 --- diff --git a/.gitignore b/.gitignore index e69de29..d3d09f9 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kalarmcal-15.11.80.tar.xz diff --git a/kf5-kalarmcal.spec b/kf5-kalarmcal.spec new file mode 100644 index 0000000..1ab98c7 --- /dev/null +++ b/kf5-kalarmcal.spec @@ -0,0 +1,88 @@ +%global framework kalarmcal + +Name: kf5-%{framework} +Version: 15.11.80 +Release: 1%{?dist} +Summary: The KAlarmCal Library + +License: LGPLv2+ +URL: https://projects.kde.org/projects/kde/pim/%{framework} + +%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/%{framework}-%{version}.tar.xz + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel + +BuildRequires: kf5-kdelibs4support-devel >= 5.15 + +BuildRequires: kf5-akonadi-devel >= 15.11.80 +BuildRequires: kf5-kcalendarcore-devel >= 15.11.80 +BuildRequires: kf5-kidentitymanagement-devel >= 15.11.80 +BuildRequires: kf5-kholidays-devel >= 15.11.80 + +Obsoletes: kdepimlibs%{?_isa} < 15.08.0 +Conflicts: kdepimlibs%{?_isa} < 15.08.0 + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-kdelibs4support-devel +Requires: kf5-akonadi-devel +Requires: kf5-kidentitymanagement-devel +Requires: kf5-kholidays-devel +Requires: kf5-kcalendarcore-devel +Obsoletes: kdepimlibs-devel%{?_isa} < 15.08.0 +Conflicts: kdepimlibs-devel%{?_isa} < 15.08.0 + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_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 README +%license COPYING.LIB +%{_kf5_libdir}/libKF5AlarmCalendar.so.* + +%files devel +%{_kf5_includedir}/kalarmcal_version.h +%{_kf5_includedir}/KAlarmCal +%{_kf5_libdir}/libKF5AlarmCalendar.so +%{_kf5_libdir}/cmake/KF5AlarmCalendar +%{_kf5_archdatadir}/mkspecs/modules/qt_KAlarmCal.pri + + +%changelog +* Thu Dec 03 2015 Jan Grulich - 15.11.80-1 +- Update to 15.11.80 + +* Mon Aug 24 2015 Daniel Vrátil - 15.08.0-1 +- Initial version diff --git a/sources b/sources index e69de29..01d55f0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +932bbf574e5bc37b2c2ce8a6cfead0bb kalarmcal-15.11.80.tar.xz