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

Группа :: Работа с текстами
Пакет: ltxml

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

Name: ltxml
Version: 1.2.7
Release: alt1
License: GPL
Group: Text tools
Summary: LT XML toolkit

Requires: zlib

URL: http://www.ltg.ed.ac.uk/software/xml/
Source: ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/%{name}-%{version}.tar.gz
Patch: %{name}-1.2.7-configure.in.patch

BuildRequires: autoconf zlib-devel

%description
The LT XML tool-kit includes stand-alone tools for a
wide range of processing of well-formed XML documents,
including searching and extracting, down-translation
(e.g. report generation, formatting), tokenising and sorting.

Sequences of tool applications can be pipelined together
to achieve complex results.

%package devel
Summary: LT XML API libraries and header files
Group: Development/C
Requires: zlib-devel

%description devel
LT XML API libraries and header files.

%prep
%setup -q -n %{name}-%{version}/XML
%patch -p2

%build
%__autoconf
%add_optflags %optflags_shared
%configure --enable-multi-byte
%__make all

%install
%__make install \
prefix=%{buildroot}/%{_prefix} \
includedir=%{buildroot}/%{_includedir} \
libdir=%{buildroot}/%{_libdir} \
bindir=%{buildroot}/%{_bindir} \
MANDIR=%{buildroot}/%{_mandir}

%files
%doc doc ../{00README,00COPYRIGHT,00CHANGES,COPYING}
%{_bindir}/*
%{_libdir}/%{name}*
%{_mandir}/*/*

%files devel
%{_includedir}/*
%{_libdir}/*.a

%changelog

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

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