From d7e58975c26665377a8af1f1229fb7408906e3ca Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 3 Oct 2016 08:04:02 +0200 Subject: [PATCH] Remove build-requires on perl --- hamcrest.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hamcrest.spec b/hamcrest.spec index 7c0bc39..cbea5ff 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -42,7 +42,7 @@ Name: hamcrest Version: 1.3 -Release: 14%{?dist} +Release: 15%{?dist} Epoch: 0 Summary: Library of matchers for building test expressions License: BSD @@ -81,7 +81,6 @@ BuildRequires: ant >= 0:1.6.5 BuildRequires: ant-junit BuildRequires: zip BuildRequires: easymock >= 3.0 -BuildRequires: perl %if %with jarjar BuildRequires: jarjar %endif @@ -153,7 +152,7 @@ ln -sf $(build-classpath testng-jdk15) lib/integration/ %patch3 -p1 %patch4 -p1 -perl -pi -e 's/\r$//g' LICENSE.txt +sed -i 's/ //' LICENSE.txt %build export CLASSPATH=$(build-classpath qdox) @@ -251,6 +250,9 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/ %{_datadir}/%{name} %changelog +* Mon Oct 3 2016 Mikolaj Izdebski - 0:1.3-15 +- Remove build-requires on perl + * Wed Feb 03 2016 Fedora Release Engineering - 0:1.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild