packages: root/root.spec - add root-reflex and root-proof-pq2 packages

lisu lisu at pld-linux.org
Fri Mar 18 13:06:14 CET 2011


Author: lisu                         Date: Fri Mar 18 12:06:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add root-reflex and root-proof-pq2 packages

---- Files affected:
packages/root:
   root.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.53 packages/root/root.spec:1.54
--- packages/root/root.spec:1.53	Fri Mar 18 12:03:37 2011
+++ packages/root/root.spec	Fri Mar 18 13:06:09 2011
@@ -153,6 +153,28 @@
 Ten pakiet zawiera bibliotekę Hbook dla ROOT, umożliwiającą dostęp do
 starszych plików Hbooka (NTuples i Histograms z PAW).
 
+%package proof-pq2
+Summary:	PROOF Quick Query (pq2)
+Summary(pl.UTF-8):	Szybkie Zapytanie PROFF (PROOF Quick Query - pq2)
+Group:		Applications/Engineering
+
+%description proof-pq2
+Shell-based interface to the PROOF dataset handling.
+
+%description proof-pq2 -l pl.UTF-8
+Konsolowy interfejs do obsługi zestawów danych PROFF.
+
+%package reflex
+Summary:	Reflex dictionary generator
+Summary(pl.UTF-8):	Generator słownika reflex
+Group:		Libraries
+
+%description reflex
+This package contains the reflex dictionary generator for ROOT.
+
+%description reflex -l pl.UTF-8
+Ten pakiet zawiera generator słownika reflex dla ROOT.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -178,6 +200,7 @@
 	--disable-xrootd \
 	%{!?with_krb5:--disable-krb5} \
 	--enable-gsl-shared \
+	--enable-reflex \
 	--with-cc="%{__cc} %{rpmcflags}" \
 	--with-cxx="%{__cxx} %{rpmcxxflags}" \
 	--with-x11-libdir=%{_libdir} \
@@ -226,6 +249,8 @@
 %postun graf-asimage -p /sbin/ldconfig
 %post hbook -p /sbin/ldconfig
 %postun hbook -p /sbin/ldconfig
+%post reflex -p /sbin/ldconfig
+%postun reflex -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -291,12 +316,37 @@
 %{_libdir}/%{name}/libHbook.so
 %{_libdir}/%{name}/libHbook.rootmap
 
+%files proof-pq2 -f includelist-proof-pq2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pq2*
+%{_mandir}/man1/pq2*.1*
+
+%files reflex -f includelist-cint-reflex
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/genmap
+%attr(755,root,root) %{_bindir}/genreflex
+%attr(755,root,root) %{_bindir}/genreflex-rootcint
+%{_mandir}/man1/genmap.1*
+%{_mandir}/man1/genreflex.1*
+%{_mandir}/man1/genreflex-rootcint.1*
+%{_libdir}/%{name}/libReflex.so
+%{_libdir}/%{name}/libReflex.rootmap
+%{_libdir}/%{name}/libReflexDict.so
+%{_libdir}/%{name}/libReflexDict.so.rootmap
+%{_libdir}/%{name}/python
+%dir %{_includedir}/%{name}/Reflex
+%dir %{_includedir}/%{name}/Reflex/Builder
+%dir %{_includedir}/%{name}/Reflex/internal
+
 %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.54  2011/03/18 12:06:09  lisu
+- add root-reflex and root-proof-pq2 packages
+
 Revision 1.53  2011/03/18 11:03:37  lisu
 - drop bogus file
 
================================================================

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



More information about the pld-cvs-commit mailing list