packages: root/root.spec - new packages: root-io, root-tree - drop attribut...

lisu lisu at pld-linux.org
Mon Mar 21 12:00:32 CET 2011


Author: lisu                         Date: Mon Mar 21 11:00:32 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new packages: root-io, root-tree
- drop attributes for *.rootmaps

---- Files affected:
packages/root:
   root.spec (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.68 packages/root/root.spec:1.69
--- packages/root/root.spec:1.68	Mon Mar 21 11:26:55 2011
+++ packages/root/root.spec	Mon Mar 21 12:00:27 2011
@@ -309,6 +309,17 @@
 %description hist-painter -l pl.UTF-8
 Ten pakiet zawiera rysownik histogramów dla ROOT.
 
+%package io
+Summary:	Input/output of ROOT objects
+Summary(pl.UTF-8):	Wejście/wyjście dla obiektów ROOT
+Group:		Libraries
+
+%description io
+This package provides I/O routines for ROOT objects.
+
+%description io -l pl.UTF-8
+Ten pakiet zawiera procedury wejścia/wyjścia dla obiektów ROOT.
+
 %package mathcore
 Summary:	Core mathematics library for ROOT
 Summary(pl.UTF-8):	Główna biblioteka matematyczna dla ROOT
@@ -367,6 +378,17 @@
 %description proof-pq2 -l pl.UTF-8
 Konsolowy interfejs do obsługi zestawów danych PROFF.
 
+%package tree
+Summary:	Tree library for ROOT
+Summary(pl.UTF-8):	Biblioteka tree dla ROOT
+Group:		Applications/Engineering
+
+%description tree
+This package contains the Tree library for ROOT.
+
+%description tree -l pl.UTF-8
+Ten pakiet zawiera bibliotekę Tree dla ROOT.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -462,6 +484,8 @@
 %postun hist -p /sbin/ldconfig
 %post hist-painter -p /sbin/ldconfig
 %postun hist-painter -p /sbin/ldconfig
+%post io -p /sbin/ldconfig
+%postun io -p /sbin/ldconfig
 %post mathcore -p /sbin/ldconfig
 %postun mathcore -p /sbin/ldconfig
 %post matrix -p /sbin/ldconfig
@@ -472,6 +496,8 @@
 %postun net -p /sbin/ldconfig
 %post reflex -p /sbin/ldconfig
 %postun reflex -p /sbin/ldconfig
+%post tree -p /sbin/ldconfig
+%postun tree -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -619,25 +645,32 @@
 %files hist-painter -f includelist-hist-histpainter
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libHistPainter.so
-%attr(755,root,root) %{_libdir}/%{name}/libHistPainter.rootmap
+%{_libdir}/%{name}/libHistPainter.rootmap
 %{_datadir}/%{name}/plugins/TVirtualHistPainter/P010_THistPainter.C
 %{_datadir}/%{name}/plugins/TVirtualGraphPainter/P010_TGraphPainter.C
 
+%files io -f includelist-io-io
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/libRIO.so
+%{_libdir}/%{name}/libRIO.rootmap
+%{_datadir}/%{name}/plugins/TArchiveFile/P010_TZIPFile.C
+%{_datadir}/%{name}/plugins/TVirtualStreamerInfo/P010_TStreamerInfo.C
+
 %files mathcore -f includelist-math-mathcore
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libMathCore.so
-%attr(755,root,root) %{_libdir}/%{name}/libMathCore.rootmap
+%{_libdir}/%{name}/libMathCore.rootmap
 %dir %{_includedir}/%{name}/Fit
 
 %files matrix -f includelist-math-matrix
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libMatrix.so
-%attr(755,root,root) %{_libdir}/%{name}/libMatrix.rootmap
+%{_libdir}/%{name}/libMatrix.rootmap
 
 %files minuit -f includelist-math-minuit
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libMinuit.so
-%attr(755,root,root) %{_libdir}/%{name}/libMinuit.rootmap
+%{_libdir}/%{name}/libMinuit.rootmap
 %{_datadir}/%{name}/plugins/ROOT@@Math@@Minimizer/P020_TMinuitMinimizer.C
 %{_datadir}/%{name}/plugins/ROOT@@Math@@Minimizer/P060_TLinearMinimizer.C
 %{_datadir}/%{name}/plugins/TVirtualFitter/P010_TFitter.C
@@ -645,7 +678,7 @@
 %files net -f includelist-net-net
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libNet.so
-%attr(755,root,root) %{_libdir}/%{name}/libNet.rootmap
+%{_libdir}/%{name}/libNet.rootmap
 %{_datadir}/%{name}/plugins/TApplication/P010_TApplicationRemote.C
 %{_datadir}/%{name}/plugins/TApplication/P020_TApplicationServer.C
 %{_datadir}/%{name}/plugins/TFile/P010_TWebFile.C
@@ -657,12 +690,21 @@
 %attr(755,root,root) %{_bindir}/pq2*
 %{_mandir}/man1/pq2*.1*
 
+%files tree -f includelist-tree-tree
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/libTree.so
+%{_libdir}/%{name}/libTree.rootmap
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.69  2011/03/21 11:00:27  lisu
+- new packages: root-io, root-tree
+- drop attributes for *.rootmaps
+
 Revision 1.68  2011/03/21 10:26:55  lisu
 - new packages: root-matrix and root-net
 - fix minuit's desc and group
================================================================

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



More information about the pld-cvs-commit mailing list