Name: xml2 Version: 0.4 Release: 1%{?dist} Summary: XML/Unix Processing Tools Group: Applications/Text License: GPLv2+ URL: http://dan.egnor.name/xml2/ Source0: http://download.ofb.net/gale/xml2-0.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml-devel BuildRequires: symlinks %description These tools are used to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools, like grep, sed, awk, cut, shell scripts, and so forth. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} # cleanup symlinks symlinks -c %{buildroot}%{_bindir} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/2csv %{_bindir}/2html %{_bindir}/2xml %{_bindir}/csv2 %{_bindir}/xml2 %{_bindir}/html2 %doc COPYING %changelog * Sat Mar 28 2009 Thomas Moschny - 0.4-1 - New package.