From c20f1a6332153857598ee787be0c5de0f3796b6b Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 6 Nov 2017 14:09:18 +0200 Subject: [PATCH] Disable tests, they need internet --- jsoup.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jsoup.spec b/jsoup.spec index 153f1a2..b08a9bd 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -9,12 +9,7 @@ BuildArch: noarch Source0: https://github.com/jhy/%{name}/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local -BuildRequires: mvn(com.google.code.gson:gson) -BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: mvn(org.eclipse.jetty:jetty-server) -BuildRequires: mvn(org.eclipse.jetty:jetty-servlet) %description jsoup is a Java library for working with real-world HTML. @@ -49,7 +44,7 @@ API documentation for %{name}. %pom_remove_plugin :maven-javadoc-plugin %build -%mvn_build +%mvn_build -f %install %mvn_install