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