packages (DEVEL): root/root.spec - up to 5.27.04 - fix namespaces by applyi...

lisu lisu at pld-linux.org
Wed Jul 21 11:40:45 CEST 2010


Author: lisu                         Date: Wed Jul 21 09:40:45 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- up to 5.27.04
- fix namespaces by applying -namespaces.patch
- use sed macro
- package main binnary file
- builds, still needs work

---- Files affected:
packages/root:
   root.spec (1.25.2.1 -> 1.25.2.2) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.25.2.1 packages/root/root.spec:1.25.2.2
--- packages/root/root.spec:1.25.2.1	Tue Apr 27 16:38:08 2010
+++ packages/root/root.spec	Wed Jul 21 11:40:40 2010
@@ -8,13 +8,14 @@
 Summary:	An object-oriented data analysis environment
 Summary(pl.UTF-8):	Obiektowo zorientowane środowisko do analizowania danych
 Name:		root
-Version:	5.27.02
+Version:	5.27.04
 Release:	0.1
 License:	LGPL v2.1+
 Group:		Applications
 Source0:	ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz
-# Source0-md5:	636f8337f488c739336f23be59f34eb9
+# Source0-md5:	836ea86cb3beefefe72455fc57a212c3
 Patch0:		%{name}-docs.patch
+Patch1:		%{name}-namespaces.patch
 URL:		http://root.cern.ch/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	fftw3-devel
@@ -67,7 +68,8 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-sed '/check_library/s@ \\$@ %{_libdir} \\@' -i configure
+%patch1 -p1
+%{__sed} -i '/check_library/s@ \\$@ %{_libdir} \\@' configure
 
 %build
 ./configure %{config_target} \
@@ -99,6 +101,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README/{CREDITS,ChangeLog-*,README*} doc tutorials
+%attr(755,root,root) %{_bindir}/root
 %{_datadir}/%{name}
 %{_mandir}/man1/*.1*
 
@@ -108,6 +111,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
================================================================

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



More information about the pld-cvs-commit mailing list