SPECS: root.spec - BRs: freetype-devel, xorg-lib-libXp-devel - disable buil...

lisu lisu at pld-linux.org
Wed Mar 18 12:30:37 CET 2009


Author: lisu                         Date: Wed Mar 18 11:30:37 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BRs: freetype-devel, xorg-lib-libXp-devel
- disable builtin packages (like freetype, zlib, etc)
- package some files
- more TODO

---- Files affected:
SPECS:
   root.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/root.spec
diff -u SPECS/root.spec:1.17 SPECS/root.spec:1.18
--- SPECS/root.spec:1.17	Wed Mar 18 09:41:08 2009
+++ SPECS/root.spec	Wed Mar 18 12:30:31 2009
@@ -1,17 +1,20 @@
 # $Revision$, $Date$
 #
-# TODO: pass LDFLAGS
+# TODO: - pass LDFLAGS
+#	- BRs, bconds, package files
 #
 Summary:	An object-oriented data analysis environment
 Summary(pl.UTF-8):	Obiektowo zorientowane środowisko do analizowania danych
 Name:		root
 Version:	5.22.00
 Release:	0.1
-License:	LGPL
+License:	LGPL v2.1+
 Group:		Applications
 Source0:	ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz
 # Source0-md5:	0d621315cf82abb02b2db951461be6f3
 URL:		http://root.cern.ch/
+BuildRequires:	freetype-devel
+BuildRequires:	xorg-lib-libXp-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,8 +30,12 @@
 ./configure linux \
 	--prefix="%{_prefix}" \
 	--with-cc="%{__cc} %{rpmcflags}" \
-	--with-cxx="%{__cxx} %{rpmcxxflags}"
-#	--with-ld="%{__cxx} %{rpmldflags}"
+	--with-cxx="%{__cxx} %{rpmcxxflags}" \
+	--disable-builtin-afterimage \
+	--disable-builtin-ftgl \
+	--disable-builtin-freetype \
+	--disable-builtin-pcre \
+	--disable-builtin-zlib
 	
 %{__make}
 
@@ -43,7 +50,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%doc doc tutorials
+%{_datadir}/%{name}
+%{_mandir}/man1/*.1.gz
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +60,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2009/03/18 11:30:31  lisu
+- BRs: freetype-devel, xorg-lib-libXp-devel
+- disable builtin packages (like freetype, zlib, etc)
+- package some files
+- more TODO
+
 Revision 1.17  2009/03/18 08:41:08  lisu
 - up to 5.22.0
 - use architecture depended compilers
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/root.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list