[libvdpau-va-gl] Fixup minors issues

Nicolas Chauvet kwizart at rpmfusion.org
Tue Nov 8 13:33:26 CET 2016


commit 073635a869bf9214c28d220a8407cc122d2df700
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Nov 8 13:32:50 2016 +0100

    Fixup minors issues

 libvdpau-va-gl.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libvdpau-va-gl.spec b/libvdpau-va-gl.spec
index 2ee3a12..9a48e41 100644
--- a/libvdpau-va-gl.spec
+++ b/libvdpau-va-gl.spec
@@ -1,9 +1,9 @@
 Name:           libvdpau-va-gl
 Version:        0.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VDPAU driver with OpenGL/VAAPI back-end
 
-License:        LGPLv3
+License:        MIT
 URL:            https://github.com/i-rinat/libvdpau-va-gl
 Source0:        https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
@@ -24,7 +24,7 @@ VDPAU driver with OpenGL/VAAPI back-end.
 
 
 %prep
-%autosetup -q
+%autosetup
 
 
 %build
@@ -41,7 +41,7 @@ cd build
 %install
 cd build
 %make_install
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -delete
 
 
 %files
@@ -53,6 +53,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Nov 08 2016 Nicolas Chauvet <kwizart at gmail.com> - 0.4.2-2
+- Fixup License and libtool deletion
+
 * Wed Oct 12 2016 Nicolas Chauvet <kwizart at gmail.com> - 0.4.2-1
 - Update to 0.4.2
 - Add %%{?_isa} to Requires libva-intel-driver


More information about the rpmfusion-commits mailing list