Accepting request 613263 from home:iznogood:branches:multimedia:libs

Yet a resub... 
Sorry, but I keep seeing new things that needs improvment for submission to Factory.

OBS-URL: https://build.opensuse.org/request/show/613263
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vid_stab?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal 2018-05-31 13:27:29 +00:00 committed by Git OBS Bridge
parent d6660be41d
commit 65a2a26a28
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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