From 93deb7fb6b86795f6436c86b5b760fccefa00d87 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 12 Oct 2015 16:34:58 +0200 Subject: [PATCH] Cleanup spec file --- maven-shade-plugin.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maven-shade-plugin.spec b/maven-shade-plugin.spec index 86c3079..8e674ed 100644 --- a/maven-shade-plugin.spec +++ b/maven-shade-plugin.spec @@ -4,9 +4,10 @@ Release: 1%{?dist} Summary: This plugin provides the capability to package the artifact in an uber-jar License: ASL 2.0 URL: http://maven.apache.org/plugins/%{name} -Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip BuildArch: noarch +Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip + BuildRequires: maven-local BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(commons-io:commons-io) @@ -53,11 +54,10 @@ ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar %mvn_install %files -f .mfiles -%dir %{_javadir}/%{name} -%doc LICENSE NOTICE +%license LICENSE NOTICE %files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE %changelog * Thu Jul 23 2015 Mikolaj Izdebski - 2.4.1-1