diff --git a/darktable.changes b/darktable.changes index da19161..7598829 100644 --- a/darktable.changes +++ b/darktable.changes @@ -98,6 +98,12 @@ Wed Mar 6 23:14:01 UTC 2019 - Marcus Rueckert - Catalan Czech, Dutch, Finnish, French, German, Norwegian bokmål, Polish, Russian, Slovenian, Spanish +------------------------------------------------------------------- +Thu Jan 24 18:59:18 UTC 2019 - Jan Engelhardt + +- Remove idempotent %if..%endif guards around %package +- Replace make install and make use of %make_install in its stead. + ------------------------------------------------------------------- Mon Jan 21 16:57:24 UTC 2019 - Marcus Rueckert diff --git a/darktable.spec b/darktable.spec index 7fb46de..47c878f 100644 --- a/darktable.spec +++ b/darktable.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -178,7 +178,6 @@ darktable is a virtual lighttable and darkroom for photographers: it manages digital negatives in a database and can show them through a zoomable lighttable. It also enables developing raw images and enhance them. -%if %{with basecurve_tool} %package tools-basecurve Summary: The basecurve tool from tools/basecurve/ Group: Productivity/Graphics/Viewers @@ -194,7 +193,6 @@ lighttable. It also enables developing raw images and enhance them. This package provides the basecurve tool from tools/basecurve/. Another option to solve the same problem might be the darktable-chart module from the darktable package. -%endif %package tools-noise Summary: Noise profiling tools to support new cameras @@ -313,9 +311,9 @@ mv %{buildroot}%{_datadir}/doc/darktable/* %{buildroot}%{_defaultdocdir}/%{pkg_n #/ suse branch %else # fedora branch -make install DESTDIR="%{buildroot}" -C %{_target_platform} +%make_install -C %{_target_platform} %if %{with basecurve_tool} -make install DESTDIR="%{buildroot}" -C tools/basecurve/%{_target_platform} +%make_install -C tools/basecurve/%{_target_platform} %endif #/ fedora branch %endif