commit d19141b9373bf2e9a60ce9ec1e003ffafefc164c
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Oct 30 11:15:39 2018 +0000
Use make macros
guvcview.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guvcview.spec b/guvcview.spec
index cbc2d4e..ea83146 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -73,11 +73,11 @@ export PKG_CONFIG_PATH=%{_libdir}/compat-ffmpeg28/pkgconfig
%configure CC=gcc CXX=g++ --disable-debian-menu --disable-silent-rules --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make -k %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=%{buildroot}
+%make_install
desktop-file-install \
--add-category='X-AudioVideoCapture' \
Show replies by date