2006-05-01 Brian Cameron <[email protected]>
authorbc99092
Mon, 01 May 2006 17:52:37 +0000
changeset 7180 7a200971c76d
parent 7179 78c5c752e433
child 7181 77c61cc2510a
2006-05-01 Brian Cameron <[email protected]> * gst-plugins-base.spec, gst-plugins-good.spec: Now use "make DESTDIR=$RPM_BUILD_ROOT install" like the other spec-files do. This fixes a weird libtool issue that was causing my build to fail and cleans up these spec files.
ChangeLog
gst-plugins-base.spec
gst-plugins-good.spec
--- a/ChangeLog	Mon May 01 17:34:39 2006 +0000
+++ b/ChangeLog	Mon May 01 17:52:37 2006 +0000
@@ -1,3 +1,10 @@
+2006-05-01  Brian Cameron  <[email protected]>
+
+	* gst-plugins-base.spec, gst-plugins-good.spec:  Now use 
+	  "make DESTDIR=$RPM_BUILD_ROOT install" like the other spec-files
+	  do.  This fixes a weird libtool issue that was causing my build to
+	  fail and cleans up these spec files.
+
 2006-05-01  Brian Cameron  <[email protected]>
 
         * nautilus-cd-burner.spec,
--- a/gst-plugins-base.spec	Mon May 01 17:34:39 2006 +0000
+++ b/gst-plugins-base.spec	Mon May 01 17:52:37 2006 +0000
@@ -103,20 +103,7 @@
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make prefix=%{?buildroot:%{buildroot}}%{_prefix} \
-     exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \
-     bindir=%{?buildroot:%{buildroot}}%{_bindir} \
-     sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \
-     sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \
-     datadir=%{?buildroot:%{buildroot}}%{_datadir} \
-     includedir=%{?buildroot:%{buildroot}}%{_includedir} \
-     libdir=%{?buildroot:%{buildroot}}%{_libdir} \
-     libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \
-     localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \
-     sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \
-     mandir=%{?buildroot:%{buildroot}}%{_mandir} \
-     infodir=%{?buildroot:%{buildroot}}%{_infodir} \
-  install
+make DESTDIR=$RPM_BUILD_ROOT install
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 install -d $RPM_BUILD_ROOT%{_mandir}/man3
--- a/gst-plugins-good.spec	Mon May 01 17:34:39 2006 +0000
+++ b/gst-plugins-good.spec	Mon May 01 17:52:37 2006 +0000
@@ -95,20 +95,7 @@
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make prefix=%{?buildroot:%{buildroot}}%{_prefix} \
-     exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \
-     bindir=%{?buildroot:%{buildroot}}%{_bindir} \
-     sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \
-     sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \
-     datadir=%{?buildroot:%{buildroot}}%{_datadir} \
-     includedir=%{?buildroot:%{buildroot}}%{_includedir} \
-     libdir=%{?buildroot:%{buildroot}}%{_libdir} \
-     libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \
-     localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \
-     sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \
-     mandir=%{?buildroot:%{buildroot}}%{_mandir} \
-     infodir=%{?buildroot:%{buildroot}}%{_infodir} \
-  install
+make DESTDIR=$RPM_BUILD_ROOT install
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 # Clean out files that should not be part of the rpm.