rebuild for R 3.4.0

This commit is contained in:
Tom Callaway 2017-05-18 13:51:49 -04:00
parent 859f33f38a
commit b19a947446
1 changed files with 6 additions and 9 deletions

View File

@ -3,24 +3,21 @@
Name: R-%{packname}
Version: 1.0.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Functions for Bitwise operations
Group: Applications/Productivity
License: GPLv2+
URL: http://cran.r-project.org/web/packages/bitops/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
#Patch0: R-bitops-armfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: R-core >= 3.0.0
BuildRequires: R-devel >= 3.0.0, tex(latex)
Requires: R-core >= 3.4.0
BuildRequires: R-devel >= 3.4.0, tex(latex)
%description
Functions for Bitwise operations on integer vectors.
%prep
%setup -c -q -n %{packname}
#%patch0 -p1 -b .armfix
%build
%install
@ -34,9 +31,6 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%check
%{_bindir}/R CMD check %{packname}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, -)
%dir %{_libdir}/R/library/%{packname}
@ -50,6 +44,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
%{_libdir}/R/library/%{packname}/libs
%changelog
* Thu May 18 2017 Tom Callaway <spot@fedoraproject.org> - 1.0.6-5
- rebuild for R 3.4.0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild