Accepting request 726121 from home:jengelh:branches:science

- Remove pointless empty scriptlets

OBS-URL: https://build.opensuse.org/request/show/726121
OBS-URL: https://build.opensuse.org/package/show/science/ade?expand=0&rev=3
This commit is contained in:
Stefan Brüns 2019-08-29 10:59:56 +00:00 committed by Git OBS Bridge
parent 920244408d
commit 36318933a4
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 09:24:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Remove pointless empty scriptlets
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 2 21:27:53 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Tue Jul 2 21:27:53 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -12,9 +12,10 @@
# 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/
# #
%bcond_with tests %bcond_with tests
%bcond_with docs %bcond_with docs
%bcond_without tutorials %bcond_without tutorials
@ -29,8 +30,8 @@ Url: http://opencv.org/
Source0: https://github.com/opencv/ade/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/opencv/ade/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/opencv/ade/pull/15.patch # PATCH-FIX-UPSTREAM https://github.com/opencv/ade/pull/15.patch
Patch0: Silence_redundant-move_warning.patch Patch0: Silence_redundant-move_warning.patch
BuildRequires: cmake > 3.2
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: cmake > 3.2
%if %{with tests} %if %{with tests}
BuildRequires: gtest BuildRequires: gtest
%endif %endif
@ -66,9 +67,6 @@ sed -i -e 's@ DESTINATION lib@ DESTINATION ${CMAKE_INSTALL_LIBDIR}@' sources/ade
%install %install
%cmake_install %cmake_install
%post
%postun
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md