update to 5.8 [release 5.8-1mamba;Thu Mar 26 2020]

This commit is contained in:
Ercole 'ercolinux' Carpanetto 2024-01-05 17:22:10 +01:00
parent be02c93c74
commit bb50e8942b

View File

@ -1,14 +1,14 @@
%define ver %{version}-r1-gtk3
Name: rawtherapee
Version: 5.0
Version: 5.8
Release: 1mamba
Summary: A powerful open source RAW converter
Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: openmamba WebBuild System <webbuild@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://rawtherapee.com/
Source: http://rawtherapee.com/shared/source/rawtherapee-%{ver}.tar.xz
Source: http://rawtherapee.com/shared/source/rawtherapee-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -39,7 +39,6 @@ BuildRequires: libz-devel
BuildRequires: libiptcdata-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
RawTherapee is a cross platform image processing software equipped with the essential tools for high quality and efficient RAW photo development.
@ -47,7 +46,7 @@ RawTherapee is a cross platform image processing software equipped with the esse
%debug_package
%prep
%setup -q -n %{name}-%{ver}
%setup -q -n %{name}-%{version}
%build
%cmake -d build
@ -57,8 +56,10 @@ RawTherapee is a cross platform image processing software equipped with the esse
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
mkdir %{buildroot}%{_libdir}
mv %{buildroot}/usr%{_libdir}/librtengine.so %{buildroot}%{_libdir}/
mv %{buildroot}/usr%{_libdir}/librtexif.so %{buildroot}%{_libdir}/
rm %{buildroot}/usr%{_libdir}/*.a
#mv %{buildroot}/usr%{_libdir}/librtengine.so %{buildroot}%{_libdir}/
#mv %{buildroot}/usr%{_libdir}/librtexif.so %{buildroot}%{_libdir}/
%clean
@ -67,28 +68,35 @@ mv %{buildroot}/usr%{_libdir}/librtexif.so %{buildroot}%{_libdir}/
%files
%defattr(-,root,root)
%{_bindir}/rawtherapee
%{_libdir}/librtengine.so
%{_libdir}/librtexif.so
%{_bindir}/rawtherapee-cli
%{_datadir}/metainfo/com.rawtherapee.RawTherapee.appdata.xml
%{_datadir}/rawtherapee/dcpprofiles/camera_model_aliases.json
%{_datadir}/rawtherapee/iccprofiles/output/*.icc
%{_datadir}/rawtherapee/images/*.svg
%{_datadir}/rawtherapee/images/rawtherapee.ico
%{_datadir}/rawtherapee/images/rawtherapee_ico.xcf
#%{_libdir}/librtengine.so
#%{_libdir}/librtexif.so
%{_datadir}/applications/rawtherapee.desktop
%{_datadir}/appdata/rawtherapee.appdata.xml
#%{_datadir}/appdata/rawtherapee.appdata.xml
%{_datadir}/icons/hicolor/*/apps/rawtherapee.png
%dir %{_datadir}/rawtherapee
%{_datadir}/rawtherapee/camconst.json
%dir %{_datadir}/rawtherapee/dcpprofiles
%{_datadir}/rawtherapee/dcpprofiles/*.dcp
%{_datadir}/rawtherapee/iccprofiles/input/*.icc
%{_datadir}/rawtherapee/iccprofiles/output/*.icc
%{_datadir}/rawtherapee/iccprofiles/output/*.icm
#%{_datadir}/rawtherapee/iccprofiles/output/*.icc
#%{_datadir}/rawtherapee/iccprofiles/output/*.icm
%dir %{_datadir}/rawtherapee/images
%{_datadir}/rawtherapee/images/*.png
%{_datadir}/rawtherapee/images/Dark/actions/*.png
%{_datadir}/rawtherapee/images/Dark/devices/*.png
%{_datadir}/rawtherapee/images/Dark/index.theme
%{_datadir}/rawtherapee/images/Dark/places/*.png
%{_datadir}/rawtherapee/images/Light/actions/*.png
%{_datadir}/rawtherapee/images/Light/devices/*.png
%{_datadir}/rawtherapee/images/Light/index.theme
%{_datadir}/rawtherapee/images/Light/places/*.png
#%{_datadir}/rawtherapee/images/Dark/actions/*.png
#%{_datadir}/rawtherapee/images/Dark/devices/*.png
#%{_datadir}/rawtherapee/images/Dark/index.theme
#%{_datadir}/rawtherapee/images/Dark/places/*.png
#%{_datadir}/rawtherapee/images/Light/actions/*.png
#%{_datadir}/rawtherapee/images/Light/devices/*.png
#%{_datadir}/rawtherapee/images/Light/index.theme
#%{_datadir}/rawtherapee/images/Light/places/*.png
%dir %{_datadir}/rawtherapee/languages
%{_datadir}/rawtherapee/languages/*
%{_datadir}/rawtherapee/options
@ -109,6 +117,9 @@ mv %{buildroot}/usr%{_libdir}/librtexif.so %{buildroot}%{_libdir}/
%{_mandir}/man1/rawtherapee.1*
%changelog
* Thu Mar 26 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 5.8-1mamba
- update to 5.8
* Thu Apr 13 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 5.0-r1-1mamba
- update to 5.0-r1