SPECS: texlive.spec - more fixes; tetex needed for bootstrap (todo: add deps)

arekm arekm at pld-linux.org
Tue Nov 25 22:34:31 CET 2008


Author: arekm                        Date: Tue Nov 25 21:34:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more fixes; tetex needed for bootstrap (todo: add deps)

---- Files affected:
SPECS:
   texlive.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/texlive.spec
diff -u SPECS/texlive.spec:1.8 SPECS/texlive.spec:1.9
--- SPECS/texlive.spec:1.8	Tue Nov 25 21:51:48 2008
+++ SPECS/texlive.spec	Tue Nov 25 22:34:25 2008
@@ -37,7 +37,9 @@
 Source4:	%{name}.cron
 Source5:	xdvi.desktop
 Source6:	xdvi.png
+Patch0:		%{name}-am.patch
 URL:		http://www.tug.org/texlive/
+BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
 BuildRequires:	clisp
@@ -48,7 +50,10 @@
 BuildRequires:	freetype-devel
 BuildRequires:	freetype1-devel
 BuildRequires:	gd-devel >= 2.0.33
+BuildRequires:	libtool
 BuildRequires:	libpng-devel >= 1.2.8
+# should this be somewhere in clisp?
+BuildRequires:	libsigsegv
 BuildRequires:	libstdc++-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	rpm-perlprov
@@ -3094,6 +3099,14 @@
 %prep
 %setup -q -c -T -n %{name}-%{version}-source
 lzma -dc %{SOURCE0} | tar xf - -C ..
+%patch0 -p1
+
+cd libs/teckit
+cat ax*.m4 > acinclude.m4
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 
 %build
 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
@@ -6123,6 +6136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/11/25 21:34:25  arekm
+- more fixes; tetex needed for bootstrap (todo: add deps)
+
 Revision 1.8  2008/11/25 20:51:48  arekm
 - rtti is needed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list