diff --git a/.gitignore b/.gitignore index bab495a..533634f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/kalarmcal-15.11.80.tar.xz -/kalarmcal-15.11.90.tar.xz -/kalarmcal-15.12.0.tar.xz +/kalarmcal-15.12.1.tar.xz diff --git a/kf5-kalarmcal.spec b/kf5-kalarmcal.spec index 6b24e19..e401cd3 100644 --- a/kf5-kalarmcal.spec +++ b/kf5-kalarmcal.spec @@ -1,8 +1,8 @@ %global framework kalarmcal Name: kf5-%{framework} -Version: 15.12.0 -Release: 4%{?dist} +Version: 15.12.1 +Release: 1%{?dist} Summary: The KAlarmCal Library License: LGPLv2+ @@ -22,10 +22,11 @@ BuildRequires: qt5-qtbase-devel BuildRequires: kf5-kdelibs4support-devel >= 5.15 -BuildRequires: kf5-akonadi-devel >= 15.12.0 -BuildRequires: kf5-kcalendarcore-devel >= 15.12.0 -BuildRequires: kf5-kidentitymanagement-devel >= 15.12.0 -BuildRequires: kf5-kholidays-devel >= 15.12.0 +%global majmin_ver %(echo %{version} | cut -d. -f1,2) +BuildRequires: kf5-akonadi-devel >= %{majmin_ver} +BuildRequires: kf5-kcalendarcore-devel >= %{majmin_ver} +BuildRequires: kf5-kidentitymanagement-devel >= %{majmin_ver} +BuildRequires: kf5-kholidays-devel >= %{majmin_ver} %description %{summary}. @@ -47,14 +48,16 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -69,13 +72,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files devel %{_kf5_includedir}/kalarmcal_version.h -%{_kf5_includedir}/KAlarmCal +%{_kf5_includedir}/KAlarmCal/ %{_kf5_libdir}/libKF5AlarmCalendar.so -%{_kf5_libdir}/cmake/KF5AlarmCalendar +%{_kf5_libdir}/cmake/KF5AlarmCalendar/ %{_kf5_archdatadir}/mkspecs/modules/qt_KAlarmCal.pri %changelog +* Sat Feb 06 2016 Rex Dieter 15.12.1-1 +- 15.12.1 + * Thu Feb 04 2016 Fedora Release Engineering - 15.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 81791a2..6e34416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -182788691f2c8ed8a2e7305198cd70f9 kalarmcal-15.12.0.tar.xz +e36f64a0b80fcfde8b7e19549f784a30 kalarmcal-15.12.1.tar.xz diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..91cb27b --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kalarmcal