commit 7ca5746bbc27df773b701bcb9e27d3d0ae7e52d2
Author: Adam Jackson <ajax(a)fedoraproject.org>
Date: Tue Feb 24 15:37:53 2009 +0000
- Re-enable parallel build. (#486196)
gstreamer.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 9be34c4..47b72b2 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -6,7 +6,7 @@
Name: %{gstreamer}
Version: 0.10.22
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
@@ -114,9 +114,7 @@ popd
--enable-debug \
--disable-tests --disable-examples
-#make %{?_smp_mflags}
-# FIXME: docs building doesn't work with smp yet
-make ERROR_CFLAGS="" LIBTOOL="%{_bindir}/libtool"
+make %{?_smp_mflags} ERROR_CFLAGS="" LIBTOOL="%{_bindir}/libtool"
%install
rm -rf $RPM_BUILD_ROOT
@@ -215,6 +213,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.gstreamer
%changelog
+* Mon Feb 23 2009 Adam Jackson <ajax(a)redhat.com> 0.10.22-2
+- Re-enable parallel build. (#486196)
+
* Tue Jan 20 2009 - Bastien Nocera <bnocera(a)redhat.com> - 0.10.22-1
- Update to 0.10.22
- Remove upstreamed patches, update rpm provides patch
Show replies by date