2024-01-06 01:46:41 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kimageformats
|
2024-01-06 01:46:41 +01:00
|
|
|
Version: 5.23.0
|
2024-01-06 01:46:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE Frameworks 5 plugins to allow QImage to support extra file formats
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 01:46:41 +01:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{majver}/kimageformats-%{version}.tar.xz
|
2024-01-06 01:46:41 +01:00
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libilmbase-devel
|
|
|
|
BuildRequires: libkarchive-devel
|
|
|
|
BuildRequires: libopenexr-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 plugins to allow QImage to support extra file formats.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/qt5/plugins/imageformats
|
|
|
|
%{_libdir}/qt5/plugins/imageformats/kimg_*.so
|
|
|
|
%dir %{_datadir}/kservices5/qimageioplugins
|
|
|
|
%{_datadir}/kservices5/qimageioplugins/*.desktop
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 01:46:41 +01:00
|
|
|
* Tue Jun 21 2016 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:46:41 +01:00
|
|
|
* Sun May 22 2016 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:46:41 +01:00
|
|
|
* Thu May 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.21.0-1mamba
|
|
|
|
- update to 5.21.0
|
|
|
|
|
2024-01-06 01:46:41 +01:00
|
|
|
* Sat Feb 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- package created using the webbuild interface
|