Accepting request 603108 from Java:packages

- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/603108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-lang3?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-05-07 12:51:36 +00:00 committed by Git OBS Bridge
commit 5a61f9ff81
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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}/*