Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37048435
en ru br
ALT Linux repositórios
S:1.6.1-alt1
5.0: 1.0.1-alt2
4.1: 1.0.1-alt2
4.0: 1.0.1-alt2

Group :: Ferramentas de texto
RPM: xmlstarlet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: xmlstarlet
Summary: Command Line XML Toolkit
Version: 1.6.1
Release: alt1
License: MIT
Group: Text tools
URL: http://xmlstar.sourceforge.net/

# http://xmlstar.sourceforge.net/downloads/xmlstarlet-%{version}.tar.gz

Source: %name-%version.tar

Patch1: xmlstarlet-1.6.1-nogit.patch

BuildRequires: xmlto
BuildRequires: libxml2-devel libxslt-devel zlib-devel
BuildRequires: docbook5-schemas

%description
XMLStarlet is a set of command line utilities which can be used
to transform, query, validate, and edit XML documents and files
using simple set of shell commands in similar way it is done for
plain text files using UNIX grep, sed, awk, diff, patch, join, etc
commands.

%prep
%setup
%patch1 -p1

%build
%autoreconf
%configure \
--disable-static-libs \
--with-libxml-include-prefix=%_includedir/libxml2 \
%nil

%make_build

%install
%makeinstall_std
mv %buildroot%_bindir/xml %buildroot%_bindir/%name

# remove duplicate documentation

rm -rf %buildroot%_defaultdocdir/%name

%files
%doc AUTHORS ChangeLog NEWS README Copyright TODO
%doc doc/xmlstarlet.txt doc/xmlstarlet-ug.html doc/html.css
%_bindir/%name
%_man1dir/%{name}.1*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009