Dominique Leuenberger 2019-03-26 21:34:41 +00:00 committed by Git OBS Bridge
parent d8df66ac94
commit b3cb67901c
2 changed files with 9 additions and 5 deletions

View File

@ -98,6 +98,12 @@ Wed Mar 6 23:14:01 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- Catalan Czech, Dutch, Finnish, French, German, Norwegian - Catalan Czech, Dutch, Finnish, French, German, Norwegian
bokmål, Polish, Russian, Slovenian, Spanish bokmål, Polish, Russian, Slovenian, Spanish
-------------------------------------------------------------------
Thu Jan 24 18:59:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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 <mrueckert@suse.de> Mon Jan 21 16:57:24 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 digital negatives in a database and can show them through a zoomable
lighttable. It also enables developing raw images and enhance them. lighttable. It also enables developing raw images and enhance them.
%if %{with basecurve_tool}
%package tools-basecurve %package tools-basecurve
Summary: The basecurve tool from tools/basecurve/ Summary: The basecurve tool from tools/basecurve/
Group: Productivity/Graphics/Viewers 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/. This package provides the basecurve tool from tools/basecurve/.
Another option to solve the same problem might be the darktable-chart module Another option to solve the same problem might be the darktable-chart module
from the darktable package. from the darktable package.
%endif
%package tools-noise %package tools-noise
Summary: Noise profiling tools to support new cameras Summary: Noise profiling tools to support new cameras
@ -313,9 +311,9 @@ mv %{buildroot}%{_datadir}/doc/darktable/* %{buildroot}%{_defaultdocdir}/%{pkg_n
#/ suse branch #/ suse branch
%else %else
# fedora branch # fedora branch
make install DESTDIR="%{buildroot}" -C %{_target_platform} %make_install -C %{_target_platform}
%if %{with basecurve_tool} %if %{with basecurve_tool}
make install DESTDIR="%{buildroot}" -C tools/basecurve/%{_target_platform} %make_install -C tools/basecurve/%{_target_platform}
%endif %endif
#/ fedora branch #/ fedora branch
%endif %endif