From f815519f449d70959694c37215841af89f8fc3cc Mon Sep 17 00:00:00 2001 From: Matthias Dahl Date: Thu, 16 May 2002 10:23:30 +0000 Subject: Fixing %configure trouble. Miguel and Daniel, could you please try again and see if those problems still exist? They should be gone... CVS patchset: 1897 CVS date: 2002/05/16 10:23:30 --- misc/xine-lib.spec.in | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'misc/xine-lib.spec.in') diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 03b7e13e7..54ff3f709 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -74,9 +74,20 @@ complies to the GPL. %build if [ ! -f configure ]; then - ./cvscompile.sh + NO_CONFIGURE=1 ./cvscompile.sh fi -%configure + +# +# currently we do not use %%configure as it seems to cause trouble with +# certain automake produced configure scripts - depending on automake version. +# +./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \ + --bindir=%{_bindir} --sbindir=%{_sbindir} \ + --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} \ + --includedir=%{_includedir} --libdir=%{_libdir} \ + --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \ + --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \ + --infodir=%{_infodir} make %install @@ -113,6 +124,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 16 2002 Matthias Dahl +- replaced %configure because it was causing trouble on certain configurations * Sat May 11 2002 Matthias Dahl - reworked/revamped spec file, still needs some tuning (BuildPreReq, ...) * Thu May 2 2002 Daniel Caujolle-Bert -- cgit v1.2.3