commit e6cd32afbb907ec4644840cdfa73da84eeec181f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Aug 18 03:24:38 2016 +0100
Add license tag also to x264-libs
x264.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 77ea5e9..25a44f4 100644
--- a/x264.spec
+++ b/x264.spec
@@ -22,7 +22,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL:
http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -150,12 +150,13 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h
%{buildroot}%{_incl
%postun libs -p /sbin/ldconfig
%files
-%{!?_licensedir:%global license %doc}
%doc generic/AUTHORS
%license generic/COPYING
%{_bindir}/x264
%files libs
+%doc generic/AUTHORS
+%license generic/COPYING
%{_libdir}/libx264.so.%{api}
%ifarch i686
%{_libdir}/sse2/libx264.so.%{api}
@@ -174,6 +175,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h
%{buildroot}%{_incl
%{_libdir}/libx26410b.so
%changelog
+* Thu Aug 18 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-10.20160614gita5e06b9
+- Add license tag also to x264-libs
+
* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-9.20160614gita5e06b9
- Enable asm in build with 10bit on i686