diff --git a/vid_stab.changes b/vid_stab.changes index 027e37c..2cfc6d3 100644 --- a/vid_stab.changes +++ b/vid_stab.changes @@ -3,6 +3,8 @@ Tue May 29 21:35:06 UTC 2018 - bjorn.lie@gmail.com - Add vid_stab-fix-license.patch: Fix conflicting licenses, patch merged upstream. +- Run spec-cleaner, modernize spec. +- Package LICENSE with library sub-package. ------------------------------------------------------------------- Sun May 6 18:29:22 UTC 2018 - olaf@aepfle.de diff --git a/vid_stab.spec b/vid_stab.spec index d2b3cb5..cae2cb8 100644 --- a/vid_stab.spec +++ b/vid_stab.spec @@ -1,7 +1,7 @@ # # spec file for package vid_stab # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,15 +22,15 @@ Name: vid_stab Version: 1.1.0 Release: 0 Summary: Video stabilizer -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries/C and C++ -Url: http://public.hronopik.de/vid.stab/ +URL: http://public.hronopik.de/vid.stab/ Source0: https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz Source99: baselibs.conf Patch0: vid_stab-fix-license.patch BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig %description A library to deshake videos, designed to stabilize even strongly jiggled clips. @@ -48,7 +48,7 @@ Group: Development/Libraries/C and C++ Requires: libvidstab%{soname} = %{version} %description -n libvidstab-devel -Development files for libvidstab%{soname}. +Development (headers and libraries) files for libvidstab%{soname}. %prep %setup -q -n vid.stab-%{version} @@ -62,11 +62,11 @@ make %{?_smp_mflags} %cmake_install %post -n libvidstab%{soname} -p /sbin/ldconfig - %postun -n libvidstab%{soname} -p /sbin/ldconfig %files -n libvidstab%{soname} %defattr(0644, root, root, 0755) +%license LICENSE %{_libdir}/libvidstab.so.* %files -n libvidstab-devel