Remove build-requires on perl

This commit is contained in:
Mikolaj Izdebski 2016-10-03 08:01:44 +02:00
commit 4a177e2587

View file

@ -2,7 +2,7 @@
%bcond_with hadoop
Name: apache-commons-vfs
Version: 2.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Commons Virtual File System
License: ASL 2.0
Url: http://commons.apache.org/vfs/
@ -32,7 +32,6 @@ BuildRequires: mvn(org.apache.httpcomponents:httpcore-nio)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on)
BuildRequires: mvn(org.slf4j:slf4j-api)
BuildRequires: /usr/bin/perl
BuildArch: noarch
Provides: %{name}2 = %{version}-%{release}
@ -83,7 +82,7 @@ This package contains javadoc for %{name}.
%prep
%setup -q -n commons-vfs-%{version}
perl -pi -e 's/\r$//g;' *.txt
sed -i 's/ //g;' *.txt
# Disable unwanted module
%pom_disable_module dist
@ -201,6 +200,9 @@ install -p -m 644 commons-vfs %{buildroot}%{_sysconfdir}/ant.d/commons-vfs
%config %{_sysconfdir}/ant.d/commons-vfs
%changelog
* Mon Oct 3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1-6
- Remove build-requires on perl
* Thu Jul 21 2016 gil cattaneo <puntogil@libero.it> 2.1-5
- add missing BR