diff --git a/ade.changes b/ade.changes index 8f63ada..ba0ae51 100644 --- a/ade.changes +++ b/ade.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 09:24:28 UTC 2019 - Jan Engelhardt + +- Remove pointless empty scriptlets + ------------------------------------------------------------------- Tue Jul 2 21:27:53 UTC 2019 - Stefan BrĂ¼ns diff --git a/ade.spec b/ade.spec index 73629bd..faa90b9 100644 --- a/ade.spec +++ b/ade.spec @@ -12,9 +12,10 @@ # 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/ # + %bcond_with tests %bcond_with docs %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 # PATCH-FIX-UPSTREAM https://github.com/opencv/ade/pull/15.patch Patch0: Silence_redundant-move_warning.patch -BuildRequires: cmake > 3.2 BuildRequires: c++_compiler +BuildRequires: cmake > 3.2 %if %{with tests} BuildRequires: gtest %endif @@ -66,9 +67,6 @@ sed -i -e 's@ DESTINATION lib@ DESTINATION ${CMAKE_INSTALL_LIBDIR}@' sources/ade %install %cmake_install -%post -%postun - %files devel %license LICENSE %doc README.md