diff --git a/apache-commons-lang3.changes b/apache-commons-lang3.changes index 0680650..dc0b654 100644 --- a/apache-commons-lang3.changes +++ b/apache-commons-lang3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 12:22:44 UTC 2018 - tchvatal@suse.com + +- Format with spec-cleaner + ------------------------------------------------------------------- Mon Oct 9 06:45:42 UTC 2017 - fstrba@suse.com diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 3bea8fd..2667810 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-lang3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Apache Commons Lang Package License: Apache-2.0 Group: Development/Libraries/Java URL: http://commons.apache.org/%{base_name} -Source0: https://archive.apache.org/dist/commons/lang/source/%{short_name}-%{version}-src.tar.gz +Source0: http://archive.apache.org/dist/commons/lang/source/%{short_name}-%{version}-src.tar.gz Patch0: commons-lang3-3.4-javadoc.patch BuildRequires: ant BuildRequires: ant-junit @@ -86,7 +86,8 @@ cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}/ %fdupes -s %{buildroot}%{_javadocdir}/%{name}/ %files -%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt +%license LICENSE.txt +%doc NOTICE.txt RELEASE-NOTES.txt %{_javadir}/%{name}.jar %{_javadir}/%{short_name}.jar %{_mavenpomdir}/*