Remove build-requires on perl
This commit is contained in:
parent
a0aa8fd1bf
commit
0d5c8b683b
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: slf4j
|
Name: slf4j
|
||||||
Version: 1.7.21
|
Version: 1.7.21
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Simple Logging Facade for Java
|
Summary: Simple Logging Facade for Java
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -57,7 +57,6 @@ BuildRequires: maven-plugin-build-helper
|
|||||||
BuildRequires: log4j
|
BuildRequires: log4j
|
||||||
BuildRequires: apache-commons-logging
|
BuildRequires: apache-commons-logging
|
||||||
BuildRequires: cal10n
|
BuildRequires: cal10n
|
||||||
BuildRequires: perl
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
||||||
@ -149,7 +148,7 @@ cp -p %{SOURCE1} APACHE-LICENSE
|
|||||||
|
|
||||||
# dos2unix
|
# dos2unix
|
||||||
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
|
%{_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
|
# Remove wagon-ssh build extension
|
||||||
%pom_xpath_remove pom:extensions
|
%pom_xpath_remove pom:extensions
|
||||||
@ -211,6 +210,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
|||||||
%{_defaultdocdir}/%{name}-manual
|
%{_defaultdocdir}/%{name}-manual
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-2
|
||||||
- Fix build issue with maven-jar-plugin 3.0.0
|
- Fix build issue with maven-jar-plugin 3.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user