Compare commits

...

12 Commits

Author SHA1 Message Date
f9c13104c2 automatic version update by autodist [release 5.94.0-1mamba;Sun May 15 2022] 2024-01-06 01:54:27 +01:00
837ca15727 automatic version update by autodist [release 5.93.0-1mamba;Sun Apr 10 2022] 2024-01-06 01:54:27 +01:00
a5691499c0 automatic version update by autodist [release 5.92.0-1mamba;Sun Mar 13 2022] 2024-01-06 01:54:27 +01:00
bb9d57d8e6 automatic version update by autodist [release 5.91.0-1mamba;Tue Feb 15 2022] 2024-01-06 01:54:27 +01:00
f2563a0cf7 automatic version update by autodist [release 5.90.0-1mamba;Sat Jan 08 2022] 2024-01-06 01:54:27 +01:00
7484650b1e automatic version update by autodist [release 5.89.0-1mamba;Tue Dec 14 2021] 2024-01-06 01:54:27 +01:00
43fc8e05be automatic version update by autodist [release 5.88.0-1mamba;Sat Nov 13 2021] 2024-01-06 01:54:27 +01:00
4e043b5ffb automatic version update by autodist [release 5.87.0-1mamba;Tue Oct 12 2021] 2024-01-06 01:54:27 +01:00
84bab17928 automatic version update by autodist [release 5.86.0-1mamba;Sun Sep 12 2021] 2024-01-06 01:54:27 +01:00
d0e7c83ec6 automatic version update by autodist [release 5.85.0-1mamba;Mon Aug 16 2021] 2024-01-06 01:54:27 +01:00
5514d7c98b automatic version update by autodist [release 5.84.0-1mamba;Sun Jul 11 2021] 2024-01-06 01:54:27 +01:00
e00c1c5e0f automatic version update by autodist [release 5.83.0-1mamba;Sun Jun 13 2021] 2024-01-06 01:54:27 +01:00

View File

@@ -1,29 +1,25 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kitemviews
Version: 5.82.0
Version: 5.94.0
Release: 1mamba
Summary: Set of item views extending the Qt model-view framework
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.kde.org
URL: https://kde.org/
Source: http://download.kde.org/stable/frameworks/%{majver}/kitemviews-%{version}.tar.xz
License: GPL, LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
BuildRequires: libQt5Gui
BuildRequires: libQt5Widgets
BuildRequires: libQt5Core
BuildRequires: libQt5Test
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@@ -77,13 +73,48 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_kde5_includedir}/KItemViews
%{_kde5_includedir}/kitemviews_version.h
%{_kde5_libdir}/cmake/KF5ItemViews
%{_kde5_libdir}/libKF5ItemViews.so
%{_kde5_mkspecsdir}/qt_KItemViews.pri
%doc README.md
%changelog
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
- automatic version update by autodist
* Sun Apr 10 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
- automatic version update by autodist
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
- automatic version update by autodist
* Tue Feb 15 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
- automatic version update by autodist
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 5.90.0-1mamba
- automatic version update by autodist
* Tue Dec 14 2021 Automatic Build System <autodist@mambasoft.it> 5.89.0-1mamba
- automatic version update by autodist
* Sat Nov 13 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
- automatic version update by autodist
* Tue Oct 12 2021 Automatic Build System <autodist@mambasoft.it> 5.87.0-1mamba
- automatic version update by autodist
* Sun Sep 12 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
- automatic version update by autodist
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 5.85.0-1mamba
- automatic version update by autodist
* Sun Jul 11 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
- automatic version update by autodist
* Sun Jun 13 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
- automatic version update by autodist
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 5.82.0-1mamba
- automatic version update by autodist