Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37788337
en ru br
Репозитории ALT
S:1.11-alt1
D:1.03-alt1
5.1: 1.03-alt1
www.altlinux.org/Changes

Группа :: Разработка/ML
Пакет: ocaml-zip

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

Name: ocaml-zip
Version: 1.03
Release: alt1

%define camlver 3.09

Group: Development/ML
Summary: Zip library for OCaml
Summary(ru_RU.UTF-8): Zip library for OCaml
License: Distributable
Url: http://pauillac.inria.fr/~xleroy/software.html
Packager: Veaceslav Grecea <slavutich at altlinux.org>
Source: %name-%version.tar.gz

# Automatically added by buildreq on Thu Feb 21 2008

BuildRequires: ocaml zlib-devel

BuildRequires(pre): ocaml
Requires: ocaml = %{get_version ocaml}

%package ocaml-zip
Group: Development/ML
Summary: ocamlzip runtime libraries


%description
This Objective Caml library provides easy access to compressed files in ZIP and
GZIP format, as well as to Java JAR files. It provides functions for reading
from and writing to compressed files in these formats.

%description ocaml-zip
OcamlZip library runtime parts

%prep

%setup

%build
%make_build all
%make_build allopt

%install
%define _compress_method skip
%define ocamlsitelib %_libdir/ocaml/site-lib
%set_strip_method executable,shared
%set_verify_elf_method textrel=relaxed,rpath=strict,unresolved=relaxed

mkdir -p %buildroot%_libdir/ocaml/site-lib/zip/

cp *.{mli,cmi,a,cma,so} %buildroot%_libdir/ocaml/site-lib/zip
cp META %buildroot%_libdir/ocaml/site-lib/zip

%files
%ocamlsitelib/zip

%doc Changes README LICENSE

%changelog

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

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