Replace the patch for zlibbioc by a couple of sed command

This commit is contained in:
Pierre-Yves Chibon 2014-06-10 08:46:30 +02:00
parent f45bcf73de
commit fe26f92d09
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@ Group: Applications/Engineering
License: LGPLv2+
URL: http://bioconductor.org/packages/release/bioc/html/affyio.html
Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Patch0: R-affyio-1.22.0-no-zlibbioc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: R-core >= %{Rversion} R-methods
@ -29,7 +28,8 @@ CEL ou CDF.
%prep
%setup -q -c -n %{packname}
%patch0 -p0 -b .zlibbioc
sed -i '/Imports: zlibbioc/d' %{packname}/DESCRIPTION
sed -i '/import(zlibbioc)/d' %{packname}/NAMESPACE
%build