packages: root/root.spec - new packages: root-mathcore, root-minuit - enabl...
lisu
lisu at pld-linux.org
Mon Mar 21 11:17:05 CET 2011
Author: lisu Date: Mon Mar 21 10:17:05 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- new packages: root-mathcore, root-minuit
- enable build minuit2
---- Files affected:
packages/root:
root.spec (1.66 -> 1.67)
---- Diffs:
================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.66 packages/root/root.spec:1.67
--- packages/root/root.spec:1.66 Mon Mar 21 10:57:49 2011
+++ packages/root/root.spec Mon Mar 21 11:17:00 2011
@@ -309,6 +309,31 @@
%description hist-painter -l pl.UTF-8
Ten pakiet zawiera rysownik histogramów dla ROOT.
+%package mathcore
+Summary: Core mathematics library for ROOT
+Summary(pl.UTF-8): Główna biblioteka matematyczna dla ROOT
+Group: Libraries
+Requires: %{name}-minuit = %{version}-%{release}
+
+%description mathcore
+This package contains the MathCore library for ROOT.
+
+%description mathcore -l pl.UTF-8
+Ten pakiet zawiera bibliotekę MathCore dla ROOT.
+
+%package minuit
+Summary: Minuit library for ROOT
+Summary(pl.UTF-8): Biblioteka minuit dla ROOT
+Group: Applications/Engineering
+
+%description minuit
+This package contains the MINUIT library for ROOT. This provides a
+fitting algorithm for ROOT.
+
+%description proof-pq2 -l pl.UTF-8
+Ten pakiet zawiera bibliotekę MINUIT dla ROOT. Udostępnia ona algorytm
+dopasowania dla ROOT.
+
%package proof-pq2
Summary: PROOF Quick Query (pq2)
Summary(pl.UTF-8): Szybkie Zapytanie PROFF (PROOF Quick Query - pq2)
@@ -349,6 +374,7 @@
--disable-xrootd \
%{!?with_krb5:--disable-krb5} \
--enable-gsl-shared \
+ --enable-minuit2 \
--enable-reflex \
--with-cc="%{__cc} %{rpmcflags}" \
--with-cxx="%{__cxx} %{rpmcxxflags}" \
@@ -414,6 +440,10 @@
%postun hist -p /sbin/ldconfig
%post hist-painter -p /sbin/ldconfig
%postun hist-painter -p /sbin/ldconfig
+%post mathcore -p /sbin/ldconfig
+%postun mathcore -p /sbin/ldconfig
+%post minuit -p /sbin/ldconfig
+%postun minuit -p /sbin/ldconfig
%post reflex -p /sbin/ldconfig
%postun reflex -p /sbin/ldconfig
@@ -567,6 +597,20 @@
%{_datadir}/%{name}/plugins/TVirtualHistPainter/P010_THistPainter.C
%{_datadir}/%{name}/plugins/TVirtualGraphPainter/P010_TGraphPainter.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
+%dir %{_includedir}/%{name}/Fit
+
+%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
+%{_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
+
%files proof-pq2 -f includelist-proof-pq2
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/pq2*
@@ -578,6 +622,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.67 2011/03/21 10:17:00 lisu
+- new packages: root-mathcore, root-minuit
+- enable build minuit2
+
Revision 1.66 2011/03/21 09:57:49 lisu
- add hist-painter package
- files sorting
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.66&r2=1.67&f=u
More information about the pld-cvs-commit
mailing list