Remove build-requires on perl

This commit is contained in:
Mikolaj Izdebski 2016-10-03 08:08:08 +02:00
parent a0aa8fd1bf
commit 0d5c8b683b

View File

@ -30,7 +30,7 @@
Name: slf4j
Version: 1.7.21
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 0
Summary: Simple Logging Facade for Java
Group: Development/Libraries
@ -57,7 +57,6 @@ BuildRequires: maven-plugin-build-helper
BuildRequires: log4j
BuildRequires: apache-commons-logging
BuildRequires: cal10n
BuildRequires: perl
%description
The Simple Logging Facade for Java or (SLF4J) is intended to serve
@ -149,7 +148,7 @@ cp -p %{SOURCE1} APACHE-LICENSE
# dos2unix
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
%{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'
%{_bindir}/xargs -t sed -i 's/ $//'
# Remove wagon-ssh build extension
%pom_xpath_remove pom:extensions
@ -211,6 +210,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
%{_defaultdocdir}/%{name}-manual
%changelog
* Mon Oct 3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-3
- Remove build-requires on perl
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-2
- Fix build issue with maven-jar-plugin 3.0.0