Hello community, here is the log from the commit of package crystalhd-libs for openSUSE:Factory checked in at 2018-04-16 12:47:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crystalhd-libs (Old) and /work/SRC/openSUSE:Factory/.crystalhd-libs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crystalhd-libs" Mon Apr 16 12:47:24 2018 rev:14 rq:595426 version:3.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/crystalhd-libs/crystalhd-libs.changes 2012-03-12 08:53:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.crystalhd-libs.new/crystalhd-libs.changes 2018-04-16 12:47:33.340240931 +0200 @@ -1,0 +2,10 @@ +Tue Apr 10 20:51:39 UTC 2018 - [email protected] + +- Fix SRPM group. + +------------------------------------------------------------------- +Tue Apr 10 13:04:04 UTC 2018 - [email protected] + +- Cleanup with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crystalhd-libs.spec ++++++ --- /var/tmp/diff_new_pack.Owhk1a/_old 2018-04-16 12:47:34.700191457 +0200 +++ /var/tmp/diff_new_pack.Owhk1a/_new 2018-04-16 12:47:34.708191166 +0200 @@ -1,7 +1,7 @@ # # spec file for package crystalhd-libs # -# Copyright (c) 2012 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 @@ -17,20 +17,19 @@ Name: crystalhd-libs -BuildRequires: gcc-c++ -Summary: Broadcom Crystal HD device interface library -License: LGPL-2.1+ -Group: System/Libraries Version: 3.6.5 Release: 0 +Summary: Broadcom Crystal HD device interface library +License: LGPL-2.1-or-later +Group: Hardware/Other +URL: http://www.broadcom.com/support/crystal_hd/ Source0: crystalhd-libs_%{version}-1.tar.bz2 Source1: README Source2: LICENSE Source3: baselibs.conf -Patch0: %name-define-first.patch -Url: http://www.broadcom.com/support/crystal_hd/ +Patch0: %{name}-define-first.patch +BuildRequires: gcc-c++ ExclusiveArch: %ix86 x86_64 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the library to support the hardware decoding of @@ -38,17 +37,16 @@ %package -n libcrystalhd3 Summary: Broadcom Crystal HD device interface library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n libcrystalhd3 This package contains the library to support the hardware decoding of H.264 video stream with Broadcom Crystal HD chips. - %package -n libcrystalhd-devel Summary: Development package for libcrystalhd -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/C and C++ Requires: libcrystalhd3 = %{version}-%{release} @@ -70,30 +68,27 @@ cp %{SOURCE2} . %build -export CXXFLAGS="%optflags" +export CXXFLAGS="%{optflags}" make %{?_smp_mflags} %install -make LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install -mkdir -p $RPM_BUILD_ROOT/lib/firmware -cp *.bin $RPM_BUILD_ROOT/lib/firmware/ +%make_install LIBDIR=%{_libdir} +mkdir -p %{buildroot}/lib/firmware +cp *.bin %{buildroot}/lib/firmware/ %post -n libcrystalhd3 -p /sbin/ldconfig - %postun -n libcrystalhd3 -p /sbin/ldconfig %files -n libcrystalhd3 -%defattr(-,root,root) %{_libdir}/libcrystalhd.so.* %files -n libcrystalhd-devel -%defattr(-,root,root) -%doc README* LICENSE +%license LICENSE +%doc README* %{_includedir}/libcrystalhd %{_libdir}/libcrystalhd.so %files -n crystalhd-firmware -%defattr(-,root,root) /lib/firmware/* %changelog
