rpms/R-DynDoc/devel R-DynDoc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pierre-YvesChibon (pingou) fedora-extras-commits at redhat.com
Thu Oct 4 06:49:30 UTC 2007


Author: pingou

Update of /cvs/pkgs/rpms/R-DynDoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13906/devel

Modified Files:
	.cvsignore sources 
Added Files:
	R-DynDoc.spec 
Log Message:



--- NEW FILE R-DynDoc.spec ---
%define packname  DynDoc

Name:             R-%{packname}
Version:          1.14.0 
Release:          5%{?dist}
Summary:          Functions for dynamic documents

Group:            Applications/Productivity
License:          Artistic 2.0
URL:              http://bioconductor.org/packages/bioc/html/DynDoc.html
Source0:          http://bioconductor.org/packages/bioc/src/contrib/%{packname}_%{version}.tar.gz
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:        noarch

Requires:         R
Requires(post):   R
Requires(postun): R
BuildRequires:    R-devel tetex-latex 

%description
A set of functions to create and interact with dynamic documents and 
vignettes.

%prep
%setup -c -q -n %{packname}

%build

%install
%{__rm} -rf %{buildroot}

mkdir -p %{buildroot}%{_datadir}/R/library
R CMD INSTALL %{packname} -l %{buildroot}%{_datadir}/R/library

# Clean up in advance of check
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{__rm} -rf %{buildroot}%{_datadir}/R/library/R.css


%check
%{_bindir}/R CMD check %{packname}

%clean
%{__rm} -rf %{buildroot}

%post 
%{_R_make_search_index}

%postun 
%{_R_make_search_index}

%files
%defattr(-, root, root, -)
%dir %{_datadir}/R/library/%{packname}
%doc %{_datadir}/R/library/%{packname}/DESCRIPTION
%doc %{_datadir}/R/library/%{packname}/latex
%doc %{_datadir}/R/library/%{packname}/html
%doc %{_datadir}/R/library/%{packname}/man
%{_datadir}/R/library/%{packname}/CONTENTS
%{_datadir}/R/library/%{packname}/INDEX
%{_datadir}/R/library/%{packname}/NAMESPACE
%{_datadir}/R/library/%{packname}/Meta
%{_datadir}/R/library/%{packname}/R
%{_datadir}/R/library/%{packname}/R-ex
%{_datadir}/R/library/%{packname}/help


%changelog
* Wed Aug 29 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-5
-Change the license tag
* Fri Jul 13 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-4
- Change in the BR and R to fit the guidelines
* Tue Jul 10 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-3
- Change _libdir to _datadir as it is a noarch package
- Change in the files section to mark the folder
- Change in the post and postun section to fit with the packaging guidelines
- Change in the prep section to fit with the packaging guidelines
* Wed May 23 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-2
- Submitting to Fedora Extras
* Wed May 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.14.0-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R-DynDoc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2007 18:47:46 -0000	1.1
+++ .cvsignore	4 Oct 2007 06:48:57 -0000	1.2
@@ -0,0 +1 @@
+DynDoc_1.14.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-DynDoc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2007 18:47:46 -0000	1.1
+++ sources	4 Oct 2007 06:48:57 -0000	1.2
@@ -0,0 +1 @@
+e625bfc95108de5f68b84b3422f937ec  DynDoc_1.14.0.tar.gz




More information about the fedora-extras-commits mailing list