packages: root/root.spec - add hist-painter package - files sorting - add m...
lisu
lisu at pld-linux.org
Mon Mar 21 10:57:54 CET 2011
Author: lisu Date: Mon Mar 21 09:57:54 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- add hist-painter package
- files sorting
- add missing dirs
---- Files affected:
packages/root:
root.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.65 packages/root/root.spec:1.66
--- packages/root/root.spec:1.65 Fri Mar 18 16:53:16 2011
+++ packages/root/root.spec Mon Mar 21 10:57:49 2011
@@ -5,6 +5,7 @@
# - separate packages for tutorials/docs
# - xrootd is disabled because of errors - re-enable it in future
# - files
+# - check and set proper groups for subpackages if needed
#
#Conditional build:
%bcond_with krb5 # build with MIT kerberos
@@ -288,7 +289,7 @@
%package hist
Summary: Histogram library for ROOT
Summary(pl.UTF-8): Biblioteka histogramu dla ROOT
-Group: Applications/Engineering
+Group: Libraries
Requires: %{name}-hist-painter = %{version}-%{release}
%description hist
@@ -297,10 +298,21 @@
%description hist -l pl.UTF-8
Ten pakiet zawiera bibliotekę do tworzenia histogramów w ROOT.
+%package hist-painter
+Summary: Histogram painter plugin for ROOT
+Summary(pl.UTF-8): Wtyczka rysownika histogramów dla ROOT
+Group: Libraries
+
+%description hist-painter
+This package contains a painter of histograms for ROOT.
+
+%description hist-painter -l pl.UTF-8
+Ten pakiet zawiera rysownik histogramów dla ROOT.
+
%package proof-pq2
Summary: PROOF Quick Query (pq2)
Summary(pl.UTF-8): Szybkie Zapytanie PROFF (PROOF Quick Query - pq2)
-Group: Applications/Engineering
+Group: Libraries
%description proof-pq2
Shell-based interface to the PROOF dataset handling.
@@ -400,6 +412,8 @@
%postun hbook -p /sbin/ldconfig
%post hist -p /sbin/ldconfig
%postun hist -p /sbin/ldconfig
+%post hist-painter -p /sbin/ldconfig
+%postun hist-painter -p /sbin/ldconfig
%post reflex -p /sbin/ldconfig
%postun reflex -p /sbin/ldconfig
@@ -429,10 +443,6 @@
%attr(755,root,root) %{_bindir}/rlibmap
%attr(755,root,root) %{_bindir}/rmkdepend
%attr(755,root,root) %{_bindir}/root-config
-%{_mandir}/man1/memprobe.1*
-%{_mandir}/man1/rmkdepend.1*
-%{_mandir}/man1/rlibmap.1*
-%{_mandir}/man1/root-config.1*
%attr(755,root,root) %{_libdir}/%{name}/libCore.*
%attr(755,root,root) %{_libdir}/%{name}/libNew.*
%attr(755,root,root) %{_libdir}/%{name}/libRint.*
@@ -445,13 +455,19 @@
%{_datadir}/%{name}/system.rootauthrc
%{_datadir}/%{name}/system.rootdaemonrc
%{_datadir}/%{name}/system.rootrc
-%{_mandir}/man1/system.rootdaemonrc.1*
+%dir %{_datadir}/%{name}/plugins
+%dir %{_datadir}/%{name}/plugins/*
%{_includedir}/%{name}/RConfigOptions.h
%{_includedir}/%{name}/RConfigure.h
%{_includedir}/%{name}/compiledata.h
%{_includedir}/%{name}/rmain.cxx
%dir %{_includedir}/%{name}/Math
%{_aclocaldir}/root.m4
+%{_mandir}/man1/memprobe.1*
+%{_mandir}/man1/rmkdepend.1*
+%{_mandir}/man1/rlibmap.1*
+%{_mandir}/man1/root-config.1*
+%{_mandir}/man1/system.rootdaemonrc.1*
%files cint -f includelist-cint-cint
%defattr(644,root,root,755)
@@ -544,6 +560,13 @@
%attr(755,root,root) %{_libdir}/%{name}/libHist.so
%{_libdir}/%{name}/libHist.rootmap
+%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
+%{_datadir}/%{name}/plugins/TVirtualHistPainter/P010_THistPainter.C
+%{_datadir}/%{name}/plugins/TVirtualGraphPainter/P010_TGraphPainter.C
+
%files proof-pq2 -f includelist-proof-pq2
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/pq2*
@@ -555,6 +578,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2011/03/21 09:57:49 lisu
+- add hist-painter package
+- files sorting
+- add missing dirs
+
Revision 1.65 2011/03/18 15:53:16 lisu
- add root-hist package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list