2020-02-25 08:09:53 +00:00
|
|
|
%global packname chron
|
2023-03-07 18:57:13 +00:00
|
|
|
%global packver 2.3-60
|
2018-05-08 20:44:18 +00:00
|
|
|
%global rlibdir %{_libdir}/R/library
|
|
|
|
|
|
|
|
# Dependency loops.
|
2024-08-13 00:00:09 +00:00
|
|
|
%bcond_with bootstrap
|
2018-05-08 20:44:18 +00:00
|
|
|
|
|
|
|
Name: R-%{packname}
|
2023-03-07 18:57:13 +00:00
|
|
|
Version: 2.3.60
|
2024-08-13 00:00:09 +00:00
|
|
|
Release: 8.1.riscv64%{?dist}
|
2018-05-08 20:44:18 +00:00
|
|
|
Summary: Chronological Objects which can Handle Dates and Times
|
|
|
|
|
2024-07-29 10:03:21 +00:00
|
|
|
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
|
|
|
License: GPL-2.0-only
|
2019-01-23 00:55:16 +00:00
|
|
|
URL: https://CRAN.R-project.org/package=%{packname}
|
2020-02-25 08:09:53 +00:00
|
|
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
2018-05-08 20:44:18 +00:00
|
|
|
|
|
|
|
# Here's the R view of the dependencies world:
|
|
|
|
# Depends:
|
|
|
|
# Imports: R-graphics, R-stats
|
|
|
|
# Suggests: R-scales, R-ggplot2
|
|
|
|
# LinkingTo:
|
|
|
|
# Enhances:
|
|
|
|
|
|
|
|
BuildRequires: R-devel
|
|
|
|
BuildRequires: tex(latex)
|
|
|
|
BuildRequires: R-graphics
|
|
|
|
BuildRequires: R-stats
|
2020-08-19 07:49:40 +00:00
|
|
|
%if %{without bootstrap}
|
2018-05-08 20:44:18 +00:00
|
|
|
BuildRequires: R-scales
|
|
|
|
BuildRequires: R-ggplot2
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
Provides chronological objects which can handle dates and times.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n %{packname}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{rlibdir}
|
|
|
|
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
|
|
|
|
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
|
|
|
rm -f %{buildroot}%{rlibdir}/R.css
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
2020-08-19 07:49:40 +00:00
|
|
|
%if %{without bootstrap}
|
2018-05-08 20:44:18 +00:00
|
|
|
%{_bindir}/R CMD check %{packname}
|
|
|
|
%else
|
|
|
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{rlibdir}/%{packname}
|
|
|
|
%doc %{rlibdir}/%{packname}/html
|
|
|
|
%{rlibdir}/%{packname}/DESCRIPTION
|
|
|
|
%{rlibdir}/%{packname}/INDEX
|
|
|
|
%{rlibdir}/%{packname}/NAMESPACE
|
|
|
|
%{rlibdir}/%{packname}/Meta
|
|
|
|
%{rlibdir}/%{packname}/R
|
|
|
|
%{rlibdir}/%{packname}/help
|
|
|
|
%dir %{rlibdir}/%{packname}/libs
|
|
|
|
%{rlibdir}/%{packname}/libs/%{packname}.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-08-13 00:00:09 +00:00
|
|
|
* Mon Aug 12 2024 Jason Montleon <jmontleo@redhat.com> - 2.3.60-8.1.riscv64
|
|
|
|
- Turn off bootstrap (riscv64)
|
|
|
|
|
2024-07-29 10:03:21 +00:00
|
|
|
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 2.3.60-8
|
|
|
|
- convert license to SPDX
|
|
|
|
|
2024-07-17 15:24:42 +00:00
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.60-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
2024-04-25 11:20:13 +00:00
|
|
|
* Thu Apr 25 2024 Iñaki Úcar <iucar@fedoraproject.org> - 2.3.60-6
|
|
|
|
- R-maint-sig mass rebuild
|
|
|
|
|
2024-01-22 21:27:20 +00:00
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.60-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 10:38:17 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.60-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-19 11:41:18 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.60-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-04-21 11:15:24 +00:00
|
|
|
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 2.3.60-2
|
|
|
|
- R-maint-sig mass rebuild
|
|
|
|
|
2023-03-07 18:57:13 +00:00
|
|
|
* Tue Mar 7 2023 Tom Callaway <spot@fedoraproject.org> - 2.3.60-1
|
|
|
|
- update to 2.3-60
|
|
|
|
|
2023-01-18 20:18:37 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.57-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-08-02 23:39:21 +00:00
|
|
|
* Tue Aug 2 2022 Tom Callaway <spot@fedoraproject.org> - 2.3.57-1
|
|
|
|
- update to 2.3-57
|
|
|
|
- rebuild for R 4.2.1
|
|
|
|
- bootstrap on
|
|
|
|
|
2022-07-20 19:18:58 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.56-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-19 19:52:32 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.56-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 16:16:27 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.56-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-17 20:30:58 +00:00
|
|
|
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 2.3.56-4
|
|
|
|
- bootstrap off
|
|
|
|
|
2021-06-07 19:16:32 +00:00
|
|
|
* Mon Jun 7 2021 Tom Callaway <spot@fedoraproject.org> - 2.3.56-3
|
|
|
|
- rebuild for R 4.1.0
|
|
|
|
|
2021-01-25 22:51:46 +00:00
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.56-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-19 07:49:40 +00:00
|
|
|
* Wed Aug 19 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.56-1
|
|
|
|
- Update to latest version (#1869685)
|
|
|
|
|
2020-07-27 10:49:13 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.55-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-03 19:08:46 +00:00
|
|
|
* Wed Jun 3 2020 Tom Callaway <spot@fedoraproject.org> - 2.3.55-2
|
|
|
|
- rebuild for R 4
|
|
|
|
|
2020-02-25 08:09:53 +00:00
|
|
|
* Mon Feb 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.55-1
|
|
|
|
- Update to latest version
|
|
|
|
|
2020-01-28 09:58:56 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.54-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-08-27 01:26:22 +00:00
|
|
|
* Mon Aug 26 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.54-1
|
|
|
|
- Update to latest version
|
|
|
|
|
2019-08-12 05:00:40 +00:00
|
|
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.53-4
|
|
|
|
- Remove explicit dependencies provided by automatic dependency generator
|
|
|
|
|
2019-07-24 16:22:01 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.53-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 12:05:11 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.53-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-11 04:03:57 +00:00
|
|
|
* Mon Sep 10 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.53-1
|
|
|
|
- Update to latest version
|
|
|
|
|
2018-07-12 19:23:10 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.52-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-30 03:06:49 +00:00
|
|
|
* Tue May 29 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.52-2
|
|
|
|
- Rebuild for R 3.5.0
|
|
|
|
|
2018-05-08 20:44:18 +00:00
|
|
|
* Sun May 06 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.52-1
|
|
|
|
- initial package for Fedora
|