diff --git a/.gitignore b/.gitignore index e69de29..e51f384 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kholidays-15.08.0.tar.xz diff --git a/kf5-kholidays.spec b/kf5-kholidays.spec new file mode 100644 index 0000000..a628e61 --- /dev/null +++ b/kf5-kholidays.spec @@ -0,0 +1,79 @@ +%global framework kholidays + +Name: kf5-%{framework} +Version: 15.08.0 +Release: 1%{?dist} +Summary: The KHolidays Library + +License: LGPLv2+ and GPLv3+ +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: qt5-qttools-static + +BuildRequires: kf5-kdelibs4support-devel >= 5.12 +BuildRequires: kf5-kitemviews-devel >= 5.12 + +Obsoletes: kdepimlibs%{?_isa} < 15.08.0 +Conflicts: kdepimlibs%{?_isa} < 15.08.0 + +%description +The KHolidays library provides a C++ API that determines holiday +and other special events for a geographical region. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-kdelibs4support-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 +%license COPYING.LIB +%{_kf5_libdir}/libKF5Holidays.so.* +%{_kf5_datadir}/kf5/libkholidays + +%files devel +%{_kf5_includedir}/kholidays_version.h +%{_kf5_includedir}/KHolidays +%{_kf5_libdir}/libKF5Holidays.so +%{_kf5_qtplugindir}/designer/holidays5widgets.so +%{_kf5_libdir}/cmake/KF5Holidays +%{_kf5_archdatadir}/mkspecs/modules/qt_KHolidays.pri + + +%changelog +* Mon Aug 24 2015 Daniel Vrátil - 15.08.0-1 +- Initial version diff --git a/sources b/sources index e69de29..0f07391 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1b6e2eeedef346b59614dd722a01cc8f kholidays-15.08.0.tar.xz