rpms/libcrystalhd/devel libcrystalhd.spec,1.4,1.5

Jarod Wilson jwilson at fedoraproject.org
Sun Jul 25 16:16:59 UTC 2010


Author: jwilson

Update of /cvs/pkgs/rpms/libcrystalhd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1113

Modified Files:
	libcrystalhd.spec 
Log Message:
* Sun Jul 25 2010 Jarod Wilson <jarod at redhat.com> - 3.5.0-2
- Tarball had object files in it, clean them out before building



Index: libcrystalhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcrystalhd/devel/libcrystalhd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libcrystalhd.spec	24 Jul 2010 16:09:40 -0000	1.4
+++ libcrystalhd.spec	25 Jul 2010 16:16:58 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:        Broadcom Crystal HD device interface library
 Name:           libcrystalhd
 Version:        3.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        LGPLv2
 Group:          System Environment/Libraries
 #Source:         http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20100703.zip
@@ -15,7 +15,7 @@ Source3:        bcm70015fw.bin
 Source4:        LICENSE
 Requires:       crystalhd-firmware
 URL:            http://www.broadcom.com/support/crystal_hd/
-Patch:          libcrystalhd-updates.patch
+Patch0:         libcrystalhd-updates.patch
 ExcludeArch:    s390 s390x
 BuildRequires:  autoconf automake
 
@@ -62,16 +62,20 @@ Gstreamer crystalhd decoder plugin
 
 %prep
 %setup -q -n 07032010
-%patch -p1
+%patch0 -p1
 cp %{SOURCE1} %{SOURCE4} .
 
 %build
 pushd linux_lib/libcrystalhd/ > /dev/null 2>&1
+# Bah. Tarbal contains object files. Remove them.
+make clean
 # FIXME: this doesn't work just yet...
 #make CPPFLAGS="%{optflags}" %{?_smp_mflags}
 make %{?_smp_mflags}
 popd > /dev/null 2>&1
 pushd filters/gst/gst-plugin/ > /dev/null 2>&1
+# Bah. Tarbal contains object files. Remove them.
+make distclean
 %configure
 make %{?_smp_mflags}
 popd > /dev/null 2>&1
@@ -118,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 25 2010 Jarod Wilson <jarod at redhat.com> - 3.5.0-2
+- Tarball had object files in it, clean them out before building
+
 * Sat Jul 24 2010 Jarod Wilson <jarod at redhat.com> - 3.5.0-1
 - Rebase to 07032010 crystalhd sources
 - Large version-bump as driver and lib are now essentially 100%



More information about the scm-commits mailing list