diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-09 18:06:02 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-09 18:06:02 +0000 |
commit | 43ced5c60bc596cfb5b12cdcd56269de6d95aa45 (patch) | |
tree | 48649eeeb4dc03d3912aec503f511bae2d2b0de0 /libxslt.spec.in | |
parent | ada89dddea264bb41fd5c0c293ce989eb90ef4da (diff) | |
download | libxslt-43ced5c60bc596cfb5b12cdcd56269de6d95aa45.tar.gz libxslt-43ced5c60bc596cfb5b12cdcd56269de6d95aa45.tar.bz2 libxslt-43ced5c60bc596cfb5b12cdcd56269de6d95aa45.zip |
Fixed the python Makefiles, corrected a bug showing up on ia64, changed
* configure.in libxslt.spec.in python/Makefile.am python/generator.py
python/libxsl.py python/libxslt.c python/tests/Makefile.am:
Fixed the python Makefiles, corrected a bug showing up on ia64,
changed the name of the python internal module too
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 6b3578c0..ef177f70 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -10,6 +10,7 @@ URL: http://xmlsoft.org/XSLT/ Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@ BuildRequires: python python-devel +BuildRequires: libxml2-python Prefix: %{_prefix} Docdir: %{_docdir} @@ -130,10 +131,12 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog NEWS README Copyright FEATURES %{prefix}/lib/python*/site-packages/libxslt.py -%{prefix}/lib/python*/site-packages/_libxslt.so +%{prefix}/lib/python*/site-packages/libxsltmod.so %doc python/TODO %doc python/libxsltclass.txt %doc python/tests/*.py +%doc python/tests/*.xml +%doc python/tests/*.xsl %changelog |