packages: root/root.spec - up to 5.28.00 (DEVEL merge)

lisu lisu at pld-linux.org
Wed Dec 15 14:22:52 CET 2010


Author: lisu                         Date: Wed Dec 15 13:22:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 5.28.00 (DEVEL merge)

---- Files affected:
packages/root:
   root.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.28 packages/root/root.spec:1.29
--- packages/root/root.spec:1.28	Tue Oct 19 10:51:32 2010
+++ packages/root/root.spec	Wed Dec 15 14:22:47 2010
@@ -4,18 +4,20 @@
 #	- BRs, bconds, package files
 #	- separate packages for tutorials/docs
 #	- xrootd is disabled because of errors - re-enable it in future
+#	- files
 #
 Summary:	An object-oriented data analysis environment
 Summary(pl.UTF-8):	Obiektowo zorientowane środowisko do analizowania danych
 Name:		root
-Version:	5.26.00e
+Version:	5.28.00
 Release:	0.1
 License:	LGPL v2.1+
 Group:		Applications
 Source0:	ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz
-# Source0-md5:	555cfaefef72bbc159174a78f0319298
+# Source0-md5:	fc30b6410295ae2df9e74064fc84539d
 Patch0:		%{name}-docs.patch
-Patch1:		%{name}-make_version.patch
+Patch1:		%{name}-namespaces.patch
+Patch2:		%{name}-make_version.patch
 URL:		http://root.cern.ch/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	fftw3-devel
@@ -69,7 +71,8 @@
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
-%{__sed} '/check_library/s@ \\$@ %{_libdir} \\@' -i configure
+%patch2 -p1
+%{__sed} -i '/check_library/s@ \\$@ %{_libdir} \\@' configure
 
 %build
 ./configure %{config_target} \
@@ -101,7 +104,11 @@
 %files
 %defattr(644,root,root,755)
 %doc README/{CREDITS,ChangeLog-*,README*} doc tutorials
+%attr(755,root,root) %{_bindir}/root
+%attr(755,root,root) %{_bindir}/root.exe
 %{_datadir}/%{name}
+%dir %{_libdir}/root
+%attr(755,root,root) %{_libdir}/root/*.so
 %{_mandir}/man1/*.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -110,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2010/12/15 13:22:47  lisu
+- up to 5.28.00 (DEVEL merge)
+
 Revision 1.28  2010/10/19 08:51:32  lisu
 - up to 5.26.00e
 - doesn't build (conflicting types)
@@ -124,6 +134,24 @@
 - 5.26.00c
 - - enable linking against shared libraries for gsl (merged from DEVEL)
 - doesn't build
+
+Revision 1.25.2.4  2010/07/21 10:18:06  lisu
+- package root.exe and shared libraries, which are needed to run application
+
+Revision 1.25.2.3  2010/07/21 09:41:51  lisu
+- more TODO
+
+Revision 1.25.2.2  2010/07/21 09:40:40  lisu
+- up to 5.27.04
+- fix namespaces by applying -namespaces.patch
+- use sed macro
+- package main binnary file
+- builds, still needs work
+
+Revision 1.25.2.1  2010/04/27 14:38:08  lisu
+- up to 5.27.02
+- enable linking against shared libraries for gsl
+- doesn't build yet (undefined references)
 
 Revision 1.25  2010/02/11 07:52:04  lisu
 - up to 5.26.00b
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list