diff --git a/apache-commons-vfs.spec b/apache-commons-vfs.spec index 480e402..52a8d30 100644 --- a/apache-commons-vfs.spec +++ b/apache-commons-vfs.spec @@ -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 - 2.1-6 +- Remove build-requires on perl + * Thu Jul 21 2016 gil cattaneo 2.1-5 - add missing BR