Update to latest version
This commit is contained in:
parent
681cd12a29
commit
3a21c0856e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/xml2_1.3.2.tar.gz
|
||||
/xml2_1.3.3.tar.gz
|
||||
/xml2_1.3.4.tar.gz
|
||||
/xml2_1.3.6.tar.gz
|
||||
|
@ -1,19 +1,17 @@
|
||||
%global packname xml2
|
||||
%global packver 1.3.4
|
||||
%global packver 1.3.6
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 6%{?dist}
|
||||
Release: 0%{?dist}
|
||||
Summary: Parse XML
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
# https://github.com/r-lib/xml2/pull/417
|
||||
Patch0: R-xml2-libxml2-2.12.0-includes.patch
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
@ -51,9 +49,6 @@ Development files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{packname}
|
||||
pushd %{packname}
|
||||
%patch -P 0 -p1
|
||||
popd
|
||||
|
||||
# Don't need coverage; it's not packaged either.
|
||||
sed -i 's/covr, //g' %{packname}/DESCRIPTION
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xml2_1.3.4.tar.gz) = 90b957cc3e380865a95a6e04f7afbb08f1cdc6dc21e51bcd4558d99b69d4778d1defcb299adb052ae834d5cff02861cb3713833a8b61e1ebc0751933dba4a9c7
|
||||
SHA512 (xml2_1.3.6.tar.gz) = 07da83a92c18a3dd61fc14bc9219b7f0352cc2960ee4f20418683d9248442d1f77ceb1cea51f366ca83ba501caf8741faac7ca29b132cf4cf0153b166cc815aa
|
||||
|
Loading…
Reference in New Issue
Block a user