diff --git a/libxslt.spec b/libxslt.spec index 1f6369b..5d4addf 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Summary: Library providing XSLT support. Name: libxslt Version: 1.0.7 -Release: 2 +Release: 3 Copyright: LGPL Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -11,6 +11,7 @@ Requires: libxml2 >= 2.4.10 BuildRequires: libxml2-devel >= 2.4.10 Prefix: %{_prefix} Docdir: %{_docdir} +Patch0: libxslt_header.diff %description This C library lets you transform XML files into other XML files (or @@ -32,6 +33,7 @@ installed. %prep %setup -q +%patch0 -p0 %build # Needed for snapshot releases.