Name: @PACKAGE@ Summary: Command Line XML Toolkit Version: @VERSION@ Release: 1 License: MIT Group: Text Tools Source0: http://xmlstar.sourceforge.net/downloads/xmlstarlet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@ BuildRequires: libxslt-devel >= @LIBXSLT_REQUIRED_VERSION@ URL: http://xmlstar.sourceforge.net/ Prefix: %{_prefix} Docdir: %{_docdir} %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 -q %build %configure make %install rm -fr %{buildroot} %makeinstall %clean rm -fr %{buildroot} %post %postun %files %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README Copyright TODO doc/xmlstarlet.txt doc/xmlstarlet.pdf %doc %{_mandir}/man1/xmlstarlet.1* %{prefix}/bin/xml %changelog