d16706
Name:           apache-commons-cli
d16706
Version:        1.4
d16706
Release:        4%{?dist}
d16706
Summary:        Command Line Interface Library for Java
d16706
License:        ASL 2.0
d16706
URL:            http://commons.apache.org/cli/
d16706
BuildArch:      noarch
d16706
d16706
Source0:        http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz
d16706
d16706
# workaround for https://issues.apache.org/jira/browse/CLI-253
d16706
Patch0:         CLI-253-workaround.patch
d16706
d16706
BuildRequires:  maven-local
d16706
BuildRequires:  mvn(junit:junit)
d16706
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
d16706
BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
d16706
d16706
%description
d16706
The CLI library provides a simple and easy to use API for working with the
d16706
command line arguments and options.
d16706
d16706
%{?javadoc_package}
d16706
d16706
%prep
d16706
%autosetup -p1 -n commons-cli-%{version}-src
d16706
d16706
# Compatibility links
d16706
%mvn_alias : org.apache.commons:commons-cli
d16706
%mvn_file : commons-cli %{name}
d16706
d16706
%build
d16706
%mvn_build
d16706
d16706
%install
d16706
%mvn_install
d16706
d16706
%files -f .mfiles
d16706
%license LICENSE.txt NOTICE.txt
d16706
%doc README.md RELEASE-NOTES.txt
d16706
d16706
%changelog
d16706
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d16706
d16706
* Mon Jan 29 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-3
d16706
- Cleanup spec file
d16706
d16706
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d16706
d16706
* Tue Apr 11 2017 Michael Simacek <msimacek@redhat.com> - 1.4-1
d16706
- Update to upstream version 1.4
d16706
d16706
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-6
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d16706
d16706
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 1.3.1-5
d16706
- Remove BR on jacoco
d16706
d16706
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-4
d16706
- Regenerate build-requires
d16706
d16706
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d16706
d16706
* Tue Jun 23 2015 Michal Srb <msrb@redhat.com> - 1.3.1-2
d16706
- Add workaround for CLI-253
d16706
d16706
* Wed Jun 17 2015 Michal Srb <msrb@redhat.com> - 1.3.1-1
d16706
- Update to upstream version 1.3.1
d16706
d16706
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d16706
d16706
* Wed Jun  3 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-1
d16706
- Update to upstream version 1.3
d16706
d16706
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-13
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d16706
d16706
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2-12
d16706
- Use Requires: java-headless rebuild (#1067528)
d16706
d16706
* Mon Aug 05 2013 Mat Booth <fedora@matbooth.co.uk> - 1.2-11
d16706
- Update for newer guidelines
d16706
- Drop ancient obsoletes/provides on old jakarta name
d16706
d16706
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-10
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d16706
d16706
* Tue Feb 19 2013 Mat Booth <fedora@matbooth.co.uk> - 1.2-9
d16706
- Add missing maven-local BuildRequires
d16706
d16706
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d16706
d16706
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d16706
d16706
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d16706
d16706
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2-5
d16706
- Build with maven 3.
d16706
- Adapt to current guidelines.
d16706
d16706
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
d16706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d16706
d16706
* Tue Nov 9 2010 Chris Spike <chris.spike@arcor.de> 1.2-3
d16706
- Removed maven* BRs in favour of apache-commons-parent
d16706
- Added deprecated groupId to depmap for compatibility reasons
d16706
d16706
* Mon Oct 18 2010 Chris Spike <chris.spike@arcor.de> 1.2-2
d16706
- Removed Epoch
d16706
d16706
* Sun Oct 3 2010 Chris Spike <chris.spike@arcor.de> 1.2-1
d16706
- Rename and rebase from jakarta-commons-cli