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

Pierre-YvesChibon (pingou) fedora-extras-commits at redhat.com
Thu Jul 12 22:34:14 UTC 2007


Author: pingou

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

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



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

Name:             R-%{packname}
Version:          1.12.0 
Release:          12%{?dist}
Summary:          Tools to support the construction of tcltk widgets

Group:            Applications/Productivity
License:          LGPL
URL:              http://bioconductor.org/packages/bioc/html/widgetTools.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 >= 2.5.0, tcl-devel, tk-devel

%description
This package contains tools to support the construction of tcltk widgets.

%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

# PDF doesn't need to be executable
chmod -x %{packname}/inst/doc/widget.pdf

%check
# Can't run this. It says we need Biobase. Biobase really needs this, and tkWidgets to run its check.
# %{_bindir}/R CMD check %{packname}

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

%post 
%{_R_make_search_index}

%postun
%{_R_make_search_index}

%files
%defattr(-, root, root, -)
#%{_datadir}/R/library/%{packname}
%dir %{_datadir}/R/library/%{packname}
%doc %{_datadir}/R/library/%{packname}/latex
%doc %{_datadir}/R/library/%{packname}/doc
%doc %{_datadir}/R/library/%{packname}/html
%doc %{_datadir}/R/library/%{packname}/DESCRIPTION
%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
* Tue Jul 10 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-12
- Add the requires on R
* Thu Jul 05 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-11
- Change in the post 
* Thu Jul 05 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-10
- Put the man pages as doc
- Correction on the post and postun macro (to fit with the new
R packaging guidelines)
* Tue Jul 03 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-9
- Test on the postun
* Tue Jul 03 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-8
- Change in the files section to add the dir
* Sun Jul 01 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-7
- Change in the files section
* Sat Jun 30 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-6
- Mark the html file as doc file
* Wed Jun 27 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-5
- Remove the DESCRIPTION file in /R/library
* Tue Jun 26 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-4
- Change _libdir to _datadir as it is a noarch package
* Mon Jun 25 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-3
- Change de %%doc to avoid redundancy
* Wed May 23 2007 Pingou <pingoufc4 at yahoo.fr> 1.12.0-2
- Submitting to Fedora Extras
* Wed May 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.12.0-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R-widgetTools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 02:22:28 -0000	1.1
+++ .cvsignore	12 Jul 2007 22:33:42 -0000	1.2
@@ -0,0 +1 @@
+widgetTools_1.12.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-widgetTools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 02:22:28 -0000	1.1
+++ sources	12 Jul 2007 22:33:42 -0000	1.2
@@ -0,0 +1 @@
+48f5c54251fdb716f015df9ea4817411  widgetTools_1.12.0.tar.gz




More information about the scm-commits mailing list