]> git.pld-linux.org Git - packages/R-IRanges.git/blame - R-IRanges.spec
- x32 rebuild
[packages/R-IRanges.git] / R-IRanges.spec
CommitLineData
a7fe7184
JR
1%define packname IRanges
2
3Summary: Low-level containers for storing sets of integer ranges
4Name: R-%{packname}
d11c897b 5Version: 1.20.6
e4f9013a 6Release: 2
a7fe7184
JR
7License: Artistic 2.0
8Group: Applications/Engineering
9Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
d11c897b 10# Source0-md5: 4aa479a111bb6784b283ea56cde79012
a7fe7184 11URL: http://bioconductor.org/packages/release/bioc/html/IRanges.html
e1a2f06b 12BuildRequires: R-BiocGenerics >= 0.5.6
a7fe7184
JR
13BuildRequires: R
14BuildRequires: texlive-latex
e1a2f06b 15Requires: R-BiocGenerics >= 0.5.6
a7fe7184
JR
16Requires: R
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The IRanges class and its extensions are low-level containers for
21storing sets of integer ranges. A typical use of these containers in
22biology is for representing a set of chromosome regions. More specific
23extensions of the IRanges class will typically allow the storage of
24additional information attached to each chromosome region as well as a
25hierarchical relationship between these regions.
26
27%package devel
28Summary: Development files for %{name}
29Group: Development/Libraries
30Requires: %{name} = %{version}-%{release}
31
32%description devel
33The %{name}-devel package contains libraries and header files for
34developing applications that use %{name}.
35
36%prep
37%setup -q -c -n %{packname}
38
39%build
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT%{_libdir}/R/library
44
45R CMD INSTALL %{packname} -l $RPM_BUILD_ROOT%{_libdir}/R/library
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%dir %{_libdir}/R/library/%{packname}/
53%doc %{_libdir}/R/library/%{packname}/doc
54%doc %{_libdir}/R/library/%{packname}/html
55%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
56%doc %{_libdir}/R/library/%{packname}/NEWS
57%{_libdir}/R/library/%{packname}/INDEX
58%{_libdir}/R/library/%{packname}/NAMESPACE
59%{_libdir}/R/library/%{packname}/extdata
60%{_libdir}/R/library/%{packname}/Meta
61%{_libdir}/R/library/%{packname}/help
62%{_libdir}/R/library/%{packname}/R
63%{_libdir}/R/library/%{packname}/libs
64%{_libdir}/R/library/%{packname}/unitTests
65
66%files devel
67%defattr(644,root,root,755)
68%{_libdir}/R/library/%{packname}/include
This page took 0.448147 seconds and 4 git commands to generate.