266 lines
9.1 KiB
RPMSpec
266 lines
9.1 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: eventviews
|
|
Version: 20.04.2
|
|
Release: 1mamba
|
|
Summary: KDE Frameworks 5 event views 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/release-service/%{version}/src/eventviews-%{version}.tar.xz
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libakonadi-calendar-devel
|
|
BuildRequires: libakonadi-contacts-devel
|
|
BuildRequires: libakonadi-devel
|
|
BuildRequires: libcalendarsupport-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libical-devel
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkbookmarks-devel
|
|
BuildRequires: libkcalcore-devel
|
|
BuildRequires: libkcalutils-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkcompletion-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcontacts-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libkdelibs4support-devel
|
|
BuildRequires: libkdepim-devel
|
|
BuildRequires: libkdiagram-devel
|
|
BuildRequires: libkguiaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkiconthemes-devel
|
|
BuildRequires: libkidentitymanagement-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkitemmodels-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libkjobwidgets-devel
|
|
BuildRequires: libkmime-devel
|
|
BuildRequires: libknotifications-devel
|
|
BuildRequires: libkparts-devel
|
|
BuildRequires: libkpimtextedit-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libktextwidgets-devel
|
|
BuildRequires: libkunitconversion-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libsolid-devel
|
|
BuildRequires: libsonnet-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 event views library.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: KDE Frameworks 5 event views library
|
|
|
|
%description -n lib%{name}
|
|
KDE Frameworks 5 event views 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
|
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%postun -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%files -n lib%{name} -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_kde5_libdir}/libKF5EventViews.so.*
|
|
%{_kde5_servicetypesdir}/calendardecoration.desktop
|
|
%{_datadir}/qlogging-categories5/eventviews.categories
|
|
%{_datadir}/qlogging-categories5/eventviews.renamecategories
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_kde5_includedir}/EventViews
|
|
%{_kde5_includedir}/EventViews/*
|
|
%dir %{_kde5_includedir}/eventviews
|
|
%{_kde5_includedir}/eventviews/*
|
|
%{_kde5_includedir}/eventviews_version.h
|
|
%{_kde5_libdir}/cmake/KF5EventViews/KF5EventViews*.cmake
|
|
%{_kde5_libdir}/libKF5EventViews.so
|
|
%{_libdir}/qt5/mkspecs/modules/qt_EventViews.pri
|
|
|
|
%changelog
|
|
* Sat Jun 13 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 17 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 08 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 08 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 11 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 02 2020 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 13 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 09 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 13 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 09 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 20 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 09 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 10 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 16 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 23 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 15 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 09 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 14 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 15 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 14 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 12 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 10 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 12 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 07 2018 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 11 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 28 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 10 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 26 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 04 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 28 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 31 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 06 2016 Automatic Build System <autodist@mambasoft.it> 16.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 12 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.04.1-1mamba
|
|
- package created using the webbuild interface
|