[takari-archiver] Pre-review spec file cleanup

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Mar 12 13:15:21 UTC 2015


commit 4788a9b86f40d646cce4fa0fdd769aa932f3f674
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Mar 11 12:12:24 2015 +0100

    Pre-review spec file cleanup

 takari-archiver.spec | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/takari-archiver.spec b/takari-archiver.spec
index b590a1a..4687d6b 100644
--- a/takari-archiver.spec
+++ b/takari-archiver.spec
@@ -3,12 +3,13 @@
 Name:           takari-archiver
 Version:        0.1.8
 Release:        1%{?dist}
-Summary:        TBD
+Summary:        Takari Archiver
 License:        EPL
 URL:            http://takari.io
 BuildArch:      noarch
 
 Source0:        https://github.com/takari/%{name}/archive/%{name}-%{version}.tar.gz
+Source1:        http://www.eclipse.org/legal/epl-v10.html
 
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.google.guava:guava)
@@ -23,7 +24,8 @@ BuildRequires:  mvn(io.takari:takari:pom:)
 
 
 %description
-TODO
+Takari Archiver is replacement for Maven Archiver for use with Takari
+Lifecycle Plugin.
 
 %package javadoc
 Summary:        API documentation for %{name}
@@ -35,6 +37,8 @@ This package provides %{summary}.
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 
+cp -a %{SOURCE1} .
+
 %if %{with bootstrap}
 %pom_remove_parent
 %pom_xpath_set pom:project/pom:packaging jar
@@ -53,10 +57,11 @@ This package provides %{summary}.
 %mvn_install
 
 
-# TODO license
 %files -f .mfiles
+%license epl-v10.html
 
 %files javadoc -f .mfiles-javadoc
+%license epl-v10.html
 
 
 %changelog


More information about the scm-commits mailing list