Metadata packages
by Pierre-Yves Chibon
Dear list,
While I have started to package R libraries I needed the package
R-BSgenome.Dmelanogaster.FlyBase.r51 and R-BSgenome.Celegans.UCSC.ce2 as
dependencies, there are nowadays not needed any more and their size and
interest make me dubious of their interest.
Is anyone here using them ?
If so I will invest time to build the new dependencies and the latest
version, else I think I will orphan them.
Stupid question, but is there anyone here using one of the bioconductor
package ? (except Alex who I know test them ;-) )
Thanks && regards,
Pierre
14 years, 9 months
%files section
by Pierre-Yves Chibon
Dear list,
Still in the process of finding a way to create a ready-to-build spec
file I have had some though on the %files section.
I will probably change the actual format of the %files to :
%files
%defattr(-, root, root, -)
%dir %{_libdir}/R/library/%{packname}
%{_libdir}/R/library/%{packname}/*
%exclude %{_libdir}/R/library/%{packname}/doc
%exclude %{_libdir}/R/library/%{packname}/DESCRIPTION
%exclude %{_libdir}/R/library/%{packname}/html
%exclude %{_libdir}/R/library/%{packname}/latex/
%exclude %{_libdir}/R/library/%{packname}/man/
%doc %{_libdir}/R/library/%{packname}/doc
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
%doc %{_libdir}/R/library/%{packname}/html
%doc %{_libdir}/R/library/%{packname}/latex/
%doc %{_libdir}/R/library/%{packname}/man/
I can (more or less) easily check which documentation files are there
while it's much harder to check which files/folders are generated by the
build (ie: R-ex, data, demo...)
How does it sound to you ??
Thanks for your feedback,
Regards,
Pierre
14 years, 9 months