diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-03-13 19:44:17 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-03-13 19:44:17 +0000 |
commit | 91cf35d84df69a384c69bac73ed3ab04a67e3d55 (patch) | |
tree | 2956afe1a8a0b3c041a89a18552a52e1f2f66da5 /libxslt.spec.in | |
parent | dde18909b41dc06b0c295ba76019ed81e7b6bfe1 (diff) | |
download | libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.gz libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.bz2 libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.zip |
preparing 1.1.13, updated and rebuilt the docs. trying to fix some build
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt
the docs.
* tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix
some build problems.
* libxslt.spec.in: adding a build require and a require for
libgcrypt-devel, c.f. Red Hat bug #133211
* libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong.
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 3186255e..0142972d 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -11,6 +11,7 @@ Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@ BuildRequires: python python-devel BuildRequires: libxml2-python +BuildRequires: libgcrypt-devel Prefix: %{_prefix} Docdir: %{_docdir} @@ -25,6 +26,7 @@ Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2-devel >= 2.5.6 +Requires: libgcrypt-devel %description devel This C library allows to transform XML files into other XML files |