Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37815503
en ru br
Репозитории ALT
S:1.0.14-alt1_20jpp11
5.1: 1.0.12-alt2_6jpp5
4.1: 1.0.12-alt1_3jpp1.7
4.0: 1.0.12-alt1_3jpp1.7
3.0: 1.0.11-alt1
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: gnu-getopt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: gnu-getopt
Version: 1.0.11
Release: alt1

Summary: Java getopt implementation
License: LGPL
Group: Development/Java

Url: http://www.urbanophile.com/arenn/hacking/download.html

Source: java-getopt-1.0.11.tar.bz2

BuildPreReq: /proc rpm-build-java
BuildRequires: ant
Buildarch: noarch

%description
The GNU Java getopt classes support short and long argument parsing in
a manner 100% compatible with the version of GNU getopt in glibc 2.0.6
with a mostly compatible programmer's interface as well. Note that this
is a port, not a new implementation. I am currently unaware of any bugs
in this software, but there certainly could be some lying about. I would
appreciate bug reports as well as hearing about positive experiences.

%package javadoc
Summary: Javadoc for %name
Group: Development/Java

%description javadoc
Javadoc for %name.

%prep
%setup -q -c
mv gnu/getopt/buildx.xml build.xml

%build
%__ant jar javadoc

%install
%__mkdir_p %buildroot{%_javadir,%_javadocdir/%name}
# jars
%__install -m 644 build/lib/gnu.getopt.jar %buildroot%_javadir/%name.jar

# javadoc

%__cp -a build/api/* %buildroot%_javadocdir/%name

%files
%defattr(0644,root,root,0755)
%doc gnu/getopt/COPYING.LIB gnu/getopt/README
%_javadir/*

%files javadoc
%defattr(0644,root,root,0755)
%_javadocdir/%name

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin