Name: xmlstarlet Summary: Command Line XML Toolkit Version: 1.0.1 Release: 1ssf1 License: MIT Group: Text Tools Source0: http://xmlstar.sourceforge.net/downloads/xmlstarlet-%{version}.tar.gz Patch0: xmlstarlet-1.0.1ssf_x64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libxml2-devel libxslt-devel 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 %patch -p1 %build %configure --libdir=/usr/lib64/ --with-libxml-libs-prefix=/usr/lib64/ --with-libxslt-libs-prefix=/usr/lib64/ --with-libiconv-libs-prefix=/usr/lib64/ 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