2024-01-06 01:38:02 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kholidays
|
2024-01-06 01:38:03 +01:00
|
|
|
Version: 17.04.3
|
2024-01-06 01:38:02 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE Frameworks 5 holidays library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
|
|
|
Source: http://download.kde.org/stable/applications/%{version}/src/kholidays-%{version}.tar.xz
|
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 holidays library.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: KDE Frameworks 5 holidays library
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
KDE Frameworks 5 holidays library.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 01:38:03 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
2024-01-06 01:38:03 +01:00
|
|
|
%files -n lib%{name} -f %{name}5_qt.lang
|
2024-01-06 01:38:02 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kde5_libdir}/libKF5Holidays.so.*
|
2024-01-06 01:38:02 +01:00
|
|
|
%dir %{_libdir}/qt5/qml/org/kde/kholidays/
|
|
|
|
%{_libdir}/qt5/qml/org/kde/kholidays/*
|
2024-01-06 01:38:02 +01:00
|
|
|
%dir %{_kde5_datadir}/kf5/libkholidays
|
|
|
|
%dir %{_kde5_datadir}/kf5/libkholidays/plan2
|
|
|
|
%{_kde5_datadir}/kf5/libkholidays/plan2/*
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_kde5_includedir}/KHolidays
|
|
|
|
%dir %{_kde5_includedir}/KHolidays/KHolidays
|
|
|
|
%{_kde5_includedir}/KHolidays/KHolidays/*
|
|
|
|
%dir %{_kde5_includedir}/KHolidays/kholidays
|
|
|
|
%{_kde5_includedir}/KHolidays/kholidays/*
|
|
|
|
%{_kde5_includedir}/kholidays_version.h
|
|
|
|
%dir %{_kde5_libdir}/cmake/KF5Holidays
|
|
|
|
%{_kde5_libdir}/cmake/KF5Holidays/KF5Holidays*.cmake
|
|
|
|
%{_kde5_libdir}/libKF5Holidays.so
|
|
|
|
%{_kde5_mkspecsdir}/qt_KHolidays.pri
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:38:03 +01:00
|
|
|
* Sat Aug 05 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:03 +01:00
|
|
|
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:03 +01:00
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 17 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Fri Aug 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Sun May 01 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:38:02 +01:00
|
|
|
* Sat Feb 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.1-1mamba
|
|
|
|
- package created using the webbuild interface
|