2016-12-14 10:59:25 +00:00
|
|
|
Name: beust-jcommander
|
2017-06-13 12:23:12 +00:00
|
|
|
Version: 1.71
|
2018-07-12 21:02:48 +00:00
|
|
|
Release: 4%{?dist}
|
2016-12-14 10:59:25 +00:00
|
|
|
Summary: Java framework for parsing command line parameters
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://jcommander.org/
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Source0: https://github.com/cbeust/jcommander/archive/%{version}.tar.gz
|
|
|
|
# Adapted from earlier version that still shipped poms. It uses kobalt for building now
|
|
|
|
Source1: %{name}.pom
|
2016-04-08 21:16:44 +00:00
|
|
|
|
2017-06-13 12:23:12 +00:00
|
|
|
Patch0: 0001-ParseValues-NullPointerException-patch.patch
|
|
|
|
|
2016-04-08 21:16:44 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.testng:testng)
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%description
|
2013-01-10 09:55:00 +00:00
|
|
|
JCommander is a very small Java framework that makes it trivial to
|
|
|
|
parse command line parameters (with annotations).
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%package javadoc
|
2016-12-14 10:59:25 +00:00
|
|
|
Summary: API documentation for %{name}
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%description javadoc
|
2013-01-10 09:55:00 +00:00
|
|
|
This package contains the %{summary}.
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%prep
|
2016-12-14 10:59:25 +00:00
|
|
|
%setup -q -n jcommander-%{version}
|
2017-06-13 12:23:12 +00:00
|
|
|
%patch0 -p1
|
2016-12-14 10:59:25 +00:00
|
|
|
|
2011-05-20 11:23:51 +00:00
|
|
|
chmod -x license.txt
|
2016-12-14 10:59:25 +00:00
|
|
|
cp -p %SOURCE1 pom.xml
|
|
|
|
sed -i 's/@VERSION@/%{version}/g' pom.xml
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%build
|
2013-01-10 09:55:00 +00:00
|
|
|
%mvn_file : %{name}
|
2015-01-28 10:19:21 +00:00
|
|
|
%mvn_build
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%install
|
2013-01-10 09:55:00 +00:00
|
|
|
%mvn_install
|
2011-05-20 11:23:51 +00:00
|
|
|
|
2013-01-10 09:55:00 +00:00
|
|
|
%files -f .mfiles
|
2012-08-16 14:59:43 +00:00
|
|
|
%doc license.txt notice.md README.markdown
|
2011-05-20 11:23:51 +00:00
|
|
|
|
2013-01-10 09:55:00 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2012-08-16 14:59:43 +00:00
|
|
|
%doc license.txt notice.md
|
2011-05-20 11:23:51 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-07-12 21:02:48 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 03:46:14 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 03:54:17 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-13 12:23:12 +00:00
|
|
|
* Tue Jun 13 2017 Roman Vais <rvais@redhat.com> - 1.71-1
|
|
|
|
- Update to upstream version 1.71
|
|
|
|
- Add patch for issue https://github.com/cbeust/jcommander/issues/367
|
|
|
|
|
2017-03-10 13:00:44 +00:00
|
|
|
* Fri Mar 10 2017 Roman Vais <rvais@redhat.com> - 1.66-1
|
|
|
|
- Update to upstream version 1.66
|
|
|
|
|
2017-02-17 13:54:45 +00:00
|
|
|
* Fri Feb 17 2017 Roman Vais <rvais@redhat.com> - 1.65-1
|
|
|
|
- Update to upstream version 1.65
|
|
|
|
|
2017-02-06 10:01:46 +00:00
|
|
|
* Thu Jan 26 2017 Roman Vais <rvais@redhat.com> - 1.62-1
|
|
|
|
- Update to upstream version 1.62
|
|
|
|
|
2016-12-14 10:59:25 +00:00
|
|
|
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 1.60-1
|
|
|
|
- Update to upstream version 1.60
|
|
|
|
|
2016-11-01 09:06:40 +00:00
|
|
|
* Tue Nov 01 2016 Roman Vais <rvais@redhat.com> - 1.58-1
|
|
|
|
- Update to upstream version 1.58
|
|
|
|
|
2016-09-30 09:33:54 +00:00
|
|
|
* Fri Sep 30 2016 Roman Vais <rvais@redhat.com> - 1.57-1
|
|
|
|
- Update to upstream version 1.57
|
|
|
|
- Correct directory setup in prep section
|
|
|
|
- Change of tarball name in source url to correspond to upstream
|
|
|
|
|
2016-09-27 08:42:30 +00:00
|
|
|
* Tue Sep 27 2016 Roman Vais <rvais@redhat.com> - 1.56-1
|
|
|
|
- New version release.
|
|
|
|
|
2016-02-03 16:59:04 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.47-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 01:45:13 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.47-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-28 10:19:21 +00:00
|
|
|
* Wed Jan 28 2015 Michael Simacek <msimacek@redhat.com> - 1.47-1
|
|
|
|
- Update to upstream version 1.47
|
|
|
|
- Enable tests
|
|
|
|
|
2014-10-13 06:39:32 +00:00
|
|
|
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.45-1
|
|
|
|
- Update to upstream version 1.45
|
|
|
|
|
2014-06-07 02:52:29 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-26 12:49:04 +00:00
|
|
|
* Wed Feb 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.35-1
|
|
|
|
- Update to upstream version 1.35
|
|
|
|
|
2013-08-03 03:20:50 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.30-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-06 18:37:56 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.30-3
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2013-02-06 11:57:14 +00:00
|
|
|
* Wed Feb 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.30-2
|
|
|
|
- Replace BR: xmvn with maven-local
|
|
|
|
|
2013-01-10 09:55:00 +00:00
|
|
|
* Thu Jan 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.30-1
|
|
|
|
- Update to upstream version 1.30
|
|
|
|
- Build with xmvn
|
|
|
|
|
2012-08-16 14:59:43 +00:00
|
|
|
* Thu Aug 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.17-6
|
|
|
|
- Install NOTICE files
|
|
|
|
|
2012-07-18 17:46:52 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 22:27:23 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-30 21:10:16 +00:00
|
|
|
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.17-3
|
|
|
|
- Use the new maven macro.
|
|
|
|
|
2011-05-20 11:23:51 +00:00
|
|
|
* Mon May 16 2011 Jaromir Capik <jcapik@redhat.com> - 1.17-2
|
|
|
|
- Unwanted comment removal
|
|
|
|
- Target javadoc:jar replaced with javadoc:aggregate
|
|
|
|
|
|
|
|
* Fri May 13 2011 Jaromir Capik <jcapik@redhat.com> - 1.17-1
|
|
|
|
- Initial version of the package
|