Compare commits
20 Commits
5.9.0-3mam
...
5.28.0-1ma
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f798a810c | |||
| d9ee8c5452 | |||
| a8a48fe01c | |||
| f7f218a52c | |||
| 43bd971af2 | |||
| b421b75e3b | |||
| 5eefbf1440 | |||
| b6df78c2b6 | |||
| c6ef7a2559 | |||
| c00209194c | |||
| 3b877ec1c3 | |||
| 7f6fcfe247 | |||
| 85473d1f9f | |||
| 7ec93ed498 | |||
| 786f63ea57 | |||
| b8bff9b32b | |||
| b3aa5fb647 | |||
| 0d46029964 | |||
| 747aefec9e | |||
|
|
d9cadb51ff |
@@ -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.
|
||||
|
||||
|
||||
101
kitemviews.spec
101
kitemviews.spec
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user