Blame SPECS/beust-jcommander.spec

68ffcb
%global short_name   jcommander
68ffcb
68ffcb
Name:             beust-%{short_name}
68ffcb
Version:          1.30
68ffcb
Release:          5%{?dist}
68ffcb
Summary:          Java framework for parsing command line parameters
68ffcb
License:          ASL 2.0
68ffcb
Group:            Development/Libraries
68ffcb
URL:              http://jcommander.org/
68ffcb
Source0:          https://github.com/cbeust/%{short_name}/archive/%{short_name}-%{version}.tar.gz
68ffcb
BuildArch:        noarch
68ffcb
BuildRequires:    maven-local
68ffcb
BuildRequires:    beust-jcommander
68ffcb
68ffcb
%description
68ffcb
JCommander is a very small Java framework that makes it trivial to
68ffcb
parse command line parameters (with annotations).
68ffcb
68ffcb
%package javadoc
68ffcb
Summary:          API documentation for %{name}
68ffcb
Group:            Documentation
68ffcb
68ffcb
%description javadoc
68ffcb
This package contains the %{summary}.
68ffcb
68ffcb
%prep
68ffcb
%setup -q -n %{short_name}-%{short_name}-%{version}
68ffcb
chmod -x license.txt
68ffcb
68ffcb
%build
68ffcb
%mvn_file : %{name}
68ffcb
%mvn_build -f
68ffcb
68ffcb
%install
68ffcb
%mvn_install
68ffcb
68ffcb
%files -f .mfiles
68ffcb
%doc license.txt notice.md README.markdown
68ffcb
68ffcb
%files javadoc -f .mfiles-javadoc
68ffcb
%doc license.txt notice.md
68ffcb
68ffcb
%changelog
68ffcb
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.30-5
68ffcb
- Mass rebuild 2013-12-27
68ffcb
68ffcb
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.30-4
68ffcb
- Rebuild to regenerate API documentation
68ffcb
- Resolves: CVE-2013-1571
68ffcb
68ffcb
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.30-3
68ffcb
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
68ffcb
- Replace maven BuildRequires with maven-local
68ffcb
68ffcb
* Wed Feb  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.30-2
68ffcb
- Replace BR: xmvn with maven-local
68ffcb
68ffcb
* Thu Jan 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.30-1
68ffcb
- Update to upstream version 1.30
68ffcb
- Build with xmvn
68ffcb
68ffcb
* Thu Aug 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.17-6
68ffcb
- Install NOTICE files
68ffcb
68ffcb
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-5
68ffcb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
68ffcb
68ffcb
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
68ffcb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
68ffcb
68ffcb
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.17-3
68ffcb
- Use the new maven macro.
68ffcb
68ffcb
* Mon May 16 2011 Jaromir Capik <jcapik@redhat.com> - 1.17-2
68ffcb
- Unwanted comment removal
68ffcb
- Target javadoc:jar replaced with javadoc:aggregate
68ffcb
68ffcb
* Fri May 13 2011 Jaromir Capik <jcapik@redhat.com> - 1.17-1
68ffcb
- Initial version of the package