# HG changeset patch # User bc99092 # Date 1146505957 0 # Node ID 7a200971c76d9be5408996c2fdd732dbdc56c477 # Parent 78c5c752e433aa07db301e6375e3bd9eacd6b4f2 2006-05-01 Brian Cameron * 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. diff -r 78c5c752e433 -r 7a200971c76d ChangeLog --- 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 + + * 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 * nautilus-cd-burner.spec, diff -r 78c5c752e433 -r 7a200971c76d gst-plugins-base.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 diff -r 78c5c752e433 -r 7a200971c76d gst-plugins-good.spec --- 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.