Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:fmccarthy:AI:pulsar:java
args4j
args4j.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File args4j.spec of Package args4j
# # spec file for package args4j # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_with tests Name: args4j Version: 2.33 Release: 0 Summary: Java command line arguments parser License: MIT Group: Development/Libraries/Java URL: https://args4j.kohsuke.org Source0: https://github.com/kohsuke/%{name}/archive/%{name}-site-%{version}.tar.gz Source1: %{name}-build.tar.xz BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local >= 6 BuildArch: noarch %if %{with tests} BuildRequires: ant-junit BuildRequires: mockito %endif %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) %package tools Summary: Development-time tool for generating additional artifacts Group: Development/Libraries/Java Requires: %{name} = %{version} %description tools This package contains args4j development-time tool for generating additional artifacts. %package javadoc Summary: API documentation for %{name} Group: Documentation/HTML %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{name}-%{name}-site-%{version} -a 1 # removing classpath addition sed -i 's/<addClasspath>true/<addClasspath>false/g' %{name}-tools/pom.xml # fix ant group id sed -i 's/<groupId>ant/<groupId>org.apache.ant/g' %{name}-tools/pom.xml # removing bundled stuff find -name '*.class' -exec rm -f '{}' \; find -name '*.jar' -exec rm -f '{}' \; %pom_remove_plugin :maven-shade-plugin %{name}-tools %pom_remove_plugin -r :maven-site-plugin # XMvn cannot generate requires on dependecies with scope "system" %pom_xpath_remove "pom:profile[pom:id[text()='jdk-tools-jar']]" %{name}-tools # we don't need these now %pom_disable_module args4j-maven-plugin %pom_disable_module args4j-maven-plugin-example %build mkdir -p lib %if %{with tests} build-jar-repository -s lib cglib/cglib mockito/mockito-core objectweb-asm/asm objenesis/objenesis ant package javadoc %else ant -Dtest.skip=true package javadoc %endif %install # jar install -dm 0755 %{buildroot}%{_javadir}/%{name} install -pm 0644 %{name}/target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}.jar (cd %{buildroot}%{_javadir} && ln -s %{name}/%{name}.jar %{name}.jar) install -pm 0644 %{name}-tools/target/%{name}-tools-%{version}.jar %{buildroot}%{_javadir}/%{name}/%{name}-tools.jar (cd %{buildroot}%{_javadir} && ln -s %{name}/%{name}-tools.jar %{name}-tools.jar) # pom install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name} %{mvn_install_pom} %{name}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom %add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar %{mvn_install_pom} %{name}-tools/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-tools.pom %add_maven_depmap %{name}/%{name}-tools.pom %{name}/%{name}-tools.jar -f tools # javadoc install -dm 0755 %{buildroot}%{_javadocdir}/%{name} cp -r %{name}/target/site/apidocs %{buildroot}%{_javadocdir}/%{name}/%{name} cp -r %{name}-tools/target/site/apidocs %{buildroot}%{_javadocdir}/%{name}/%{name}-tools %fdupes -s %{buildroot}%{_javadocdir} %files -f .mfiles %{_javadir}/%{name}*.jar %license %{name}/LICENSE.txt %files tools -f .mfiles-tools %files javadoc %{_javadocdir}/%{name} %license %{name}/LICENSE.txt %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor