Compare commits

..

20 Commits

Author SHA1 Message Date
6f798a810c automatic version update by autodist [release 5.28.0-1mamba;Sun Nov 20 2016] 2024-01-06 01:54:25 +01:00
d9ee8c5452 automatic version update by autodist [release 5.27.0-1mamba;Thu Oct 13 2016] 2024-01-06 01:54:25 +01:00
a8a48fe01c automatic version update by autodist [release 5.26.0-1mamba;Thu Sep 22 2016] 2024-01-06 01:54:25 +01:00
f7f218a52c automatic version update by autodist [release 5.25.0-1mamba;Sat Aug 20 2016] 2024-01-06 01:54:25 +01:00
43bd971af2 automatic version update by autodist [release 5.24.0-1mamba;Wed Jul 13 2016] 2024-01-06 01:54:25 +01:00
b421b75e3b automatic version update by autodist [release 5.23.0-1mamba;Tue Jun 21 2016] 2024-01-06 01:54:25 +01:00
5eefbf1440 automatic version update by autodist [release 5.22.0-1mamba;Sun May 22 2016] 2024-01-06 01:54:25 +01:00
b6df78c2b6 automatic version update by autodist [release 5.21.0-1mamba;Thu Apr 14 2016] 2024-01-06 01:54:25 +01:00
c6ef7a2559 automatic version update by autodist [release 5.20.0-1mamba;Tue Mar 29 2016] 2024-01-06 01:54:25 +01:00
c00209194c automatic version update by autodist [release 5.19.0-1mamba;Sat Feb 20 2016] 2024-01-06 01:54:25 +01:00
3b877ec1c3 automatic version update by autodist [release 5.18.0-1mamba;Fri Jan 15 2016] 2024-01-06 01:54:25 +01:00
7f6fcfe247 automatic version update by autodist [release 5.17.0-1mamba;Wed Dec 16 2015] 2024-01-06 01:54:25 +01:00
85473d1f9f automatic version update by autodist [release 5.16.0-1mamba;Sat Nov 21 2015] 2024-01-06 01:54:25 +01:00
7ec93ed498 automatic version update by autodist [release 5.15.0-1mamba;Tue Oct 20 2015] 2024-01-06 01:54:25 +01:00
786f63ea57 automatic version update by autodist [release 5.14.0-1mamba;Thu Sep 24 2015] 2024-01-06 01:54:25 +01:00
b8bff9b32b automatic version update by autodist [release 5.13.0-1mamba;Tue Aug 18 2015] 2024-01-06 01:54:25 +01:00
b3aa5fb647 automatic version update by autodist [release 5.12.0-1mamba;Mon Jul 13 2015] 2024-01-06 01:54:25 +01:00
0d46029964 automatic version update by autodist [release 5.11.0-1mamba;Thu Jun 18 2015] 2024-01-06 01:54:25 +01:00
747aefec9e automatic version update by autodist [release 5.10.0-1mamba;Mon May 11 2015] 2024-01-06 01:54:25 +01:00
Davide Madrisan
d9cadb51ff standardize the specfile
add some missing build requirements [release 5.9.0-4mamba;Sun Apr 26 2015]
2024-01-06 01:54:25 +01:00
2 changed files with 86 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
# kitemviews
KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
KItemViews includes a set of views, which can be used with item models.
It includes views for categorizing lists and to add search filters to flat and hierarchical lists.

View File

@@ -1,7 +1,8 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kitemviews
Version: 5.9.0
Release: 3mamba
Version: 5.28.0
Release: 1mamba
Summary: Set of item views extending the Qt model-view framework
Group: System/Libraries
Vendor: openmamba
@@ -9,7 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{majver}/kitemviews-%{version}.tar.xz
License: GPL
License: GPL, LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
@@ -17,18 +18,26 @@ BuildRequires: libqt5-devel
BuildRequires: libstdc++6-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}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
KItemViews includes a set of views, which can be used with item models.
It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
%package -n lib%{name}
Group: System/Libraries
Summary: Set of item views extending the Qt model-view framework
%description -n lib%{name}
KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
KItemViews includes a set of views, which can be used with item models.
It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
%package -n lib%{name}-devel
Group: Development/Libraries
@@ -44,14 +53,14 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%cmake -d build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name} || touch %{name}.lang
%find_lang kitemviews5_qt --with-qt --all-name || touch kitemviews5_qt.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -59,24 +68,82 @@ This package contains libraries and header files for developing applications tha
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%files -n lib%{name} -f kitemviews5_qt.lang
%defattr(-,root,root)
%{_libdir}/libKF5ItemViews.so.*
%{_datadir}/locale/*/LC_MESSAGES/kitemviews5_qt.qm
%{_kde5_libdir}/libKF5ItemViews.so.*
%doc COPYING COPYING.LIB
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/KF5/KItemViews/
%{_includedir}/KF5/KItemViews/*
%{_includedir}/KF5/kitemviews_version.h
%dir %{_libdir}/cmake/KF5ItemViews
%{_libdir}/cmake/KF5ItemViews/KF5ItemViews*.cmake
%{_libdir}/libKF5ItemViews.so
/usr/mkspecs/modules/qt_KItemViews.pri
%{_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 Nov 20 2016 Automatic Build System <autodist@mambasoft.it> 5.28.0-1mamba
- automatic version update by autodist
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
- automatic version update by autodist
* Thu Sep 22 2016 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
- automatic version update by autodist
* Sat Aug 20 2016 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
- automatic version update by autodist
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
- automatic version update by autodist
* Tue Jun 21 2016 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
- automatic version update by autodist
* Sun May 22 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
- automatic version update by autodist
* Thu Apr 14 2016 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
- automatic version update by autodist
* Tue Mar 29 2016 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
- automatic version update by autodist
* Sat Feb 20 2016 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
- automatic version update by autodist
* Fri Jan 15 2016 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
- automatic version update by autodist
* Wed Dec 16 2015 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
- automatic version update by autodist
* Sat Nov 21 2015 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
- automatic version update by autodist
* Tue Oct 20 2015 Automatic Build System <autodist@mambasoft.it> 5.15.0-1mamba
- automatic version update by autodist
* Thu Sep 24 2015 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
- automatic version update by autodist
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
- automatic version update by autodist
* Mon Jul 13 2015 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
- automatic version update by autodist
* Thu Jun 18 2015 Automatic Build System <autodist@mambasoft.it> 5.11.0-1mamba
- automatic version update by autodist
* Mon May 11 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
- automatic version update by autodist
* Sun Apr 26 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.9.0-4mamba
- standardize the specfile
- add some missing build requirements
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-3mamba
- automatic version update by autodist