From 35be2128a60ab665e53755d5181fccccfeaaaea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 18 Aug 2016 03:05:48 +0100 Subject: [PATCH] Clean spec, Vascom patches series, rfbz #4199, add license tag --- x265.spec | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/x265.spec b/x265.spec index ccf0f51..8bb22b8 100644 --- a/x265.spec +++ b/x265.spec @@ -1,9 +1,9 @@ Summary: H.265/HEVC encoder Name: x265 Version: 1.9 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://x265.org/ -Source0: https://ftp.videolan.org/pub/videolan/x265/x265_%{version}.tar.gz +Source0: https://ftp.videolan.org/pub/videolan/x265/%{name}_%{version}.tar.gz # link test binaries with shared library Patch1: x265-test-shared.patch # fix building as PIC @@ -48,10 +48,7 @@ highest performance on a wide variety of hardware platforms. This package contains the shared library development files. %prep -%setup -q -n x265_%{version} -%patch1 -p1 -b .ts -%patch2 -p1 -b .pic -%patch4 -p1 -b .armhfp +%autosetup -p1 -n %{name}_%{version} %build %cmake -G "Unix Makefiles" \ @@ -60,12 +57,11 @@ This package contains the shared library development files. -DENABLE_PIC:BOOL=ON \ -DENABLE_TESTS:BOOL=ON \ source -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install rm %{buildroot}%{_libdir}/libx265.a -install -Dpm644 COPYING %{buildroot}%{_pkgdocdir}/COPYING %check LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || : @@ -78,8 +74,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || : %{_bindir}/x265 %files libs -%dir %{_pkgdocdir} -%{_pkgdocdir}/COPYING +%license COPYING %{_libdir}/libx265.so.79 %files devel @@ -90,6 +85,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || : %{_libdir}/pkgconfig/x265.pc %changelog +* Thu Aug 18 2016 Sérgio Basto - 1.9-3 +- Clean spec, Vascom patches series, rfbz #4199, add license tag + * Tue Jul 19 2016 Dominik Mierzejewski - 1.9-2 - use https for source URL - enable NUMA support