Summary: Server side module able to apply stylesheets to xml data. Name: mod_xslt Version: 1.3.8 Release: 1%{?dist} License: GPL Group: System Environment/Daemons Source: http://www.mod-xslt2.com/software/archive/2004112100/modxslt-2004112100.tar.gz Patch1: modxslt-noroot.patch URL: http://www.mod-xslt2.com/ BuildRoot: /var/tmp/%{name}-%{version}-root %description mod-xslt2 is a server side module able to apply stylesheets to xml data on the fly. mod-xslt2 as it is today is almost a complete rewrite of the original mod-xslt2 written by Philipp Dunkel, with many new features added and a complete code clean up. mod-xslt2 is Free Software, as it will always be, it is released under the terms of the GPL and anybody is welcome to join its development. %prep %setup -q -n modxslt-2004112100 %patch1 -p1 %build aclocal autoconf ./configure --prefix=/usr --mandir=/usr/share/man \ --with-apr-config=apr-1-config make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc doc/* /usr/lib/httpd/modules/mod_xslt.so /usr/bin/modxslt-config /usr/bin/modxslt-parse /usr/bin/modxslt-perror /usr/include/modxslt0/modxslt-system.h /usr/include/modxslt0/modxslt-table.h /usr/include/modxslt0/modxslt-version.h /usr/include/modxslt0/modxslt.h /usr/lib/libmodxslt0.a /usr/lib/libmodxslt0.la /usr/lib/libmodxslt0.so.0.0.0 /usr/share/man/man1/modxslt-config.1.gz /usr/share/man/man1/modxslt-parse.1.gz /usr/share/man/man1/modxslt-perror.1.gz %changelog * Thu Jun 09 2005 Jan ONDREJ (SAL) - first version of the spec file