diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-08-21 19:29:32 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-08-21 19:29:32 +0000 |
commit | 1acafc095724e28e8a21250fb03391826d561a78 (patch) | |
tree | ec05536b774335957b385e4c2197f583f04351b1 /libxslt.spec.in | |
parent | 4c95dfde981ff062977331963804e0446be1bb3c (diff) | |
download | libxslt-1acafc095724e28e8a21250fb03391826d561a78.tar.gz libxslt-1acafc095724e28e8a21250fb03391826d561a78.tar.bz2 libxslt-1acafc095724e28e8a21250fb03391826d561a78.zip |
fixed a bug w.r.t. namespace context when doing the evaluation of
* libxslt/templates.c: fixed a bug w.r.t. namespace context when
doing the evaluation of attribute value templates
* libxslt.spec.in python/Makefile.am: fixed some troubles
with "make rpm"
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 569c9031..c56f92c9 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -79,7 +79,8 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_mandir}/man1 install -d $RPM_BUILD_ROOT%{_mandir}/man4 -make prefix=$RPM_BUILD_ROOT%{prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install +make prefix=$RPM_BUILD_ROOT%{prefix} mandir=$RPM_BUILD_ROOT%{_mandir} \ + install # # this is a bit ugly but tries to generate the bindings for all versions @@ -96,7 +97,8 @@ do make PYTHON="%{prefix}/bin/python$py_version" \ PYTHON_VERSION="$py_version" \ prefix=$RPM_BUILD_ROOT%{prefix} \ - mandir=$RPM_BUILD_ROOT%{_mandir} install) + mandir=$RPM_BUILD_ROOT%{_mandir} \ + install) fi done %clean |