diff --git a/rawtherapee.spec b/rawtherapee.spec index f23b561..95f5c59 100644 --- a/rawtherapee.spec +++ b/rawtherapee.spec @@ -1,5 +1,6 @@ +%define ver %{version}-r1-gtk3 Name: rawtherapee -Version: 4.2 +Version: 5.0 Release: 1mamba Summary: A powerful open source RAW converter Group: Graphical Desktop/Applications/Graphics @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: openmamba WebBuild System URL: http://rawtherapee.com/ -Source: http://rawtherapee.com/shared/source/rawtherapee-%{version}.tar.xz +Source: http://rawtherapee.com/shared/source/rawtherapee-%{ver}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -46,7 +47,7 @@ RawTherapee is a cross platform image processing software equipped with the esse %debug_package %prep -%setup -q +%setup -q -n %{name}-%{ver} %build %cmake -d build @@ -94,16 +95,23 @@ mv %{buildroot}/usr%{_libdir}/librtexif.so %{buildroot}%{_libdir}/ %dir %{_datadir}/rawtherapee/profiles %{_datadir}/rawtherapee/profiles/* %{_datadir}/rawtherapee/sounds/*.wav -%{_datadir}/rawtherapee/themes/*.gtkrc +#%{_datadir}/rawtherapee/themes/*.gtkrc %{_datadir}/rawtherapee/themes/*.iconset -%{_datadir}/rawtherapee/themes/gray_textured/*.png -%{_datadir}/rawtherapee/themes/gray_textured/*.xcf -%{_datadir}/rawtherapee/themes/slim +#%{_datadir}/rawtherapee/themes/gray_textured/*.png +#%{_datadir}/rawtherapee/themes/gray_textured/*.xcf +#%{_datadir}/rawtherapee/themes/slim +%{_datadir}/rawtherapee/iccprofiles/input/*.icm +%{_datadir}/rawtherapee/themes/*.css +%{_datadir}/rawtherapee/themes/images/svg/twb/*.svg +%{_datadir}/rawtherapee/themes/images/twb/*.png %{_datadir}/rawtherapee/themes/system.iconset %{_datadir}/doc/rawtherapee/*.txt %{_mandir}/man1/rawtherapee.1* %changelog +* Thu Apr 13 2017 Ercole 'ercolinux' Carpanetto 5.0-r1-1mamba +- update to 5.0-r1 + * Thu Oct 30 2014 Automatic Build System 4.2-1mamba - automatic version update by autodist