[joda-convert] Install NOTICE file with javadoc as well

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue May 28 13:53:40 UTC 2013


commit f366c829cda993d25450f16c09289736dab8edc3
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue May 28 15:42:21 2013 +0200

    Install NOTICE file with javadoc as well

 joda-convert.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/joda-convert.spec b/joda-convert.spec
index 9dad7af..cfa699d 100644
--- a/joda-convert.spec
+++ b/joda-convert.spec
@@ -1,14 +1,13 @@
 Name:           joda-convert
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java library for conversion to and from standard string formats
 
 Group:          Development/Libraries
 License:        ASL 2.0 
 
 URL:            https://github.com/JodaOrg/joda-convert/
-# wget -O joda-convert-1.3.tar.gz https://github.com/JodaOrg/joda-convert/tarball/v1.3
-Source0:        joda-convert-1.3.tar.gz
+Source0:        https://github.com/JodaOrg/joda-convert/tarball/v1.3#/joda-convert-1.3.tar.gz
 
 BuildArch:      noarch
 
@@ -74,10 +73,14 @@ install -pm 644 pom.xml \
 %{_javadir}/%{name}.jar
 
 %files javadoc
-%doc LICENSE.txt
+%doc LICENSE.txt NOTICE.txt
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue May 28 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.3-2
+- Install NOTICE file with javadoc as well
+- Use full URL for Source0
+
 * Fri Feb 22 2013 Andy Grimm <agrimm at gmail.com> - 1.3-1
 - Update to 1.3
 


More information about the scm-commits mailing list