Name: args4j Version: 2.0.16 Release: 13%{?dist} Summary: Small Java lib that makes it easy to parse command line options/args in CUI apps License: MIT and BSD # http://args4j.java.net/ URL: http://%{name}.java.net/ # Upload Your personal ssh key to java.net (otherwise the export fails) # svn export https://svn.java.net/svn/args4j~svn/tags/args4j-site-2_0_16 args4j-2.0.16 # tar caf args4j-2.0.16.tar.xz args4j-2.0.16 Source0: %{name}-%{version}.tar.xz Patch0: %{name}-wagon-svn-removal.patch Patch1: %{name}-ant-removal.patch Patch2: %{name}-osgi.patch # https://github.com/kohsuke/args4j/commit/fc85e79 + some additions Patch3: %{name}-srcencoding.patch BuildArch: noarch BuildRequires: maven-local %description args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. - It makes the command line parsing very easy by using annotations. - You can generate the usage screen very easily. - You can generate HTML/XML that lists all options for your documentation. - Fully supports localization. - It is designed to parse javac like options (as opposed to GNU-style where ls -lR is considered to have two options l and R.) args4j-tools are development-time tools for generating additional artifacits. %package javadoc Summary: API documentation for %{name} %description javadoc This package contains the API documentation for %{name}. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 # removing classpath addition sed -i 's/true/false/g' %{name}-tools/pom.xml # removing bundled stuff rm -rf repo rm -rf www rm -rf %{name}/lib # Remove system-scoped dependency on tools.jar %pom_remove_dep jdk:tools args4j-tools %pom_add_dep com.sun:tools args4j-tools %mvn_file ":{*}" @1 %build %mvn_build %install %mvn_install %files -f .mfiles %doc %{name}/LICENSE.txt %files javadoc -f .mfiles-javadoc %doc %{name}/LICENSE.txt %changelog * Fri Dec 27 2013 Daniel Mach - 2.0.16-13 - Mass rebuild 2013-12-27 * Wed Nov 13 2013 Mikolaj Izdebski - 2.0.16-12 - Build with XMvn - Remove system-scoped dependency on tools.jar - Update to current packaging guidelines * Wed Feb 13 2013 Fedora Release Engineering - 2.0.16-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG - 2.0.16-10 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Thu Dec 13 2012 Roland Grunberg - 2.0.16-9 - Update to conform with latest Java packaging guidelines. * Wed Jul 18 2012 Fedora Release Engineering - 2.0.16-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jan 31 2012 Ville Skyttä - 2.0.16-7 - Apply upstream source encoding patch to fix build with java 1.7. * Thu Jan 12 2012 Fedora Release Engineering - 2.0.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 13 2011 Jaromir Capik - 2.0.16-4 - OSGi metadata generated * Mon May 30 2011 Jaromir Capik - 2.0.16-3 - Removal of bundled stuff in args4j/lib * Wed May 25 2011 Jaromir Capik - 2.0.16-2 - Removal of unused ant dependency * Tue May 24 2011 Jaromir Capik - 2.0.16-1 - Initial version of the package