packages: root/root.spec - new packages: root-matrix and root-net - fix min...

lisu lisu at pld-linux.org
Mon Mar 21 11:27:00 CET 2011


Author: lisu                         Date: Mon Mar 21 10:27:00 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new packages: root-matrix and root-net
- fix minuit's desc and group

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

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.67 packages/root/root.spec:1.68
--- packages/root/root.spec:1.67	Mon Mar 21 11:17:00 2011
+++ packages/root/root.spec	Mon Mar 21 11:26:55 2011
@@ -321,19 +321,41 @@
 %description mathcore -l pl.UTF-8
 Ten pakiet zawiera bibliotekę MathCore dla ROOT.
 
+%package matrix
+Summary:	Matrix library for ROOT
+Summary(pl.UTF-8):	Biblioteka matrix dla ROOT
+Group:		Libraries
+
+%description matrix
+This package contains the Matrix library for ROOT.
+
+%description matrix -l pl.UTF-8
+Ten pakiet zawiera bibliotekę Matrix dla ROOT.
+
 %package minuit
 Summary:	Minuit library for ROOT
 Summary(pl.UTF-8):	Biblioteka minuit dla ROOT
-Group:		Applications/Engineering
+Group:		Libraries
 
 %description minuit
 This package contains the MINUIT library for ROOT. This provides a
 fitting algorithm for ROOT.
 
-%description proof-pq2 -l pl.UTF-8
+%description minuit -l pl.UTF-8
 Ten pakiet zawiera bibliotekę MINUIT dla ROOT. Udostępnia ona algorytm
 dopasowania dla ROOT.
 
+%package net
+Summary:	Net library for ROOT
+Summary(pl.UTF-8):	Biblioteka net dla ROOT
+Group:		Libraries
+
+%description net
+This package contains the ROOT networking library.
+
+%description net -l pl.UTF-8
+Ten pakiet zawiera bibliotekę sieciową dla ROOT.
+
 %package proof-pq2
 Summary:	PROOF Quick Query (pq2)
 Summary(pl.UTF-8):	Szybkie Zapytanie PROFF (PROOF Quick Query - pq2)
@@ -442,8 +464,12 @@
 %postun hist-painter -p /sbin/ldconfig
 %post mathcore -p /sbin/ldconfig
 %postun mathcore -p /sbin/ldconfig
+%post matrix -p /sbin/ldconfig
+%postun matrix -p /sbin/ldconfig
 %post minuit -p /sbin/ldconfig
 %postun minuit -p /sbin/ldconfig
+%post net -p /sbin/ldconfig
+%postun net -p /sbin/ldconfig
 %post reflex -p /sbin/ldconfig
 %postun reflex -p /sbin/ldconfig
 
@@ -603,6 +629,11 @@
 %attr(755,root,root) %{_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
+
 %files minuit -f includelist-math-minuit
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/libMinuit.so
@@ -611,6 +642,16 @@
 %{_datadir}/%{name}/plugins/ROOT@@Math@@Minimizer/P060_TLinearMinimizer.C
 %{_datadir}/%{name}/plugins/TVirtualFitter/P010_TFitter.C
 
+%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
+%{_datadir}/%{name}/plugins/TApplication/P010_TApplicationRemote.C
+%{_datadir}/%{name}/plugins/TApplication/P020_TApplicationServer.C
+%{_datadir}/%{name}/plugins/TFile/P010_TWebFile.C
+%{_datadir}/%{name}/plugins/TSystem/P050_TWebSystem.C
+%{_datadir}/%{name}/plugins/TVirtualMonitoringWriter/P020_TSQLMonitoringWriter.C
+
 %files proof-pq2 -f includelist-proof-pq2
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pq2*
@@ -622,6 +663,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2011/03/21 10:26:55  lisu
+- new packages: root-matrix and root-net
+- fix minuit's desc and group
+
 Revision 1.67  2011/03/21 10:17:00  lisu
 - new packages: root-mathcore, root-minuit
 - enable build minuit2
================================================================

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



More information about the pld-cvs-commit mailing list