rpms/R-tkWidgets/F-7 R-tkWidgets.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pierre-YvesChibon (pingou) fedora-extras-commits at redhat.com
Mon Nov 12 19:19:57 UTC 2007


Author: pingou

Update of /cvs/pkgs/rpms/R-tkWidgets/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4015/F-7

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



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

Name:             R-%{packname}
Version:          1.16.0 
Release:          1%{?dist}
Summary:          Widgets to provide user interfaces

Group:            Applications/Productivity
License:          LGPLv2+
URL:              http://bioconductor.org/packages/bioc/html/tkWidgets.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 R-widgetTools, R-DynDoc
Requires(post):   R
Requires(postun): R
BuildRequires:    R >= 2.5.0, tcl-devel, tk-devel, R-widgetTools, R-DynDoc

%description
Widgets to provide user interfaces. tcltk should have been installed for the 
widgets to run.

%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
# like R-widgetTools, the check says it needs Biobase, but Biobase needs tkWidgets.
# %{_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}/doc
%doc %{_datadir}/R/library/%{packname}/html
%{_datadir}/R/library/%{packname}/CONTENTS
%{_datadir}/R/library/%{packname}/INDEX
%{_datadir}/R/library/%{packname}/NAMESPACE
%{_datadir}/R/library/%{packname}/R
%{_datadir}/R/library/%{packname}/R-ex
%{_datadir}/R/library/%{packname}/Meta
%{_datadir}/R/library/%{packname}/help
%{_datadir}/R/library/%{packname}/testfiles
%{_datadir}/R/library/%{packname}/man

%changelog
* Mon Oct 08 2007 Pingou <pingoufc4 at yahoo.fr> 1.16.0-1 
- Update to bioconductor 2.1 

* Wed Oct 03 2007  Pingou <pingoufc4 at yahoo.fr> 1.14.0-6
- Change in the Requires
* Sun Aug 05 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-5
- Add the Requires(post) and Requires(postun)
* Tue Jul 10 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-4
- Change in the files post and postun to correct the noarch structure
- Change int the post and postun to fit with the packaging guidelines
- Change in the files section to mark the folder
* Mon Jun 24 2007 Pingou <pingoufc4 at yahoo.fr> 1.14.0-3
- Change de %%doc to avoid redundancy
* 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-tkWidgets/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2007 17:27:26 -0000	1.1
+++ .cvsignore	12 Nov 2007 19:19:24 -0000	1.2
@@ -0,0 +1 @@
+tkWidgets_1.16.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-tkWidgets/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2007 17:27:26 -0000	1.1
+++ sources	12 Nov 2007 19:19:24 -0000	1.2
@@ -0,0 +1 @@
+ae191ee6fe69fb757ce81834916b2b06  tkWidgets_1.16.0.tar.gz




More information about the fedora-extras-commits mailing list