Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
ea17ecb2855b
Commit
ea17ecb2855b
authored
22 years ago
by
Daniel Veillard
Browse files
Options
Downloads
Patches
Plain Diff
fixes libary path for x86_64 AMD Daniel
* libxslt.spec.in: fixes libary path for x86_64 AMD Daniel
parent
993e21678c73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
libxslt.spec.in
+19
-14
19 additions, 14 deletions
libxslt.spec.in
with
23 additions
and
14 deletions
ChangeLog
+
4
−
0
View file @
ea17ecb2
Mon Sep 9 14:06:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxslt.spec.in: fixes libary path for x86_64 AMD
Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
* python/Makefile.am: applied patch from Christophe Merlet to
...
...
This diff is collapsed.
Click to expand it.
libxslt.spec.in
+
19
−
14
View file @
ea17ecb2
...
...
@@ -55,5 +55,5 @@
# Needed for snapshot releases.
if [ ! -f configure ]; then
%ifarch alpha
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --host=alpha-redhat-linux --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --host=alpha-redhat-linux --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
--libdir=%{_libdir}
%else
...
...
@@ -59,5 +59,5 @@
%else
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
--libdir=%{_libdir}
%endif
else
%ifarch alpha
...
...
@@ -61,5 +61,5 @@
%endif
else
%ifarch alpha
CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
--libdir=%{_libdir}
%else
...
...
@@ -65,5 +65,5 @@
%else
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir="/etc" --mandir=%{_mandir}
--libdir=%{_libdir}
%endif
fi
...
...
@@ -79,8 +79,8 @@
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
install
# make prefix=$RPM_BUILD_ROOT%{prefix} mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir}
install
#
# this is a bit ugly but tries to generate the bindings for all versions
...
...
@@ -98,6 +98,7 @@
PYTHON_VERSION="$py_version" \
prefix=$RPM_BUILD_ROOT%{prefix} \
mandir=$RPM_BUILD_ROOT%{_mandir} \
libdir=$RPM_BUILD_ROOT%{_libdir} \
install)
fi
done
...
...
@@ -115,10 +116,10 @@
%doc doc/*.html doc/html doc/tutorial doc/*.gif doc/*.png
%doc %{_mandir}/man1/xsltproc.1*
%{
prefix}/lib
/lib*.so.*
%{
_libdir}
/lib*.so.*
%{prefix}/bin/xsltproc
%files devel
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
...
...
@@ -119,11 +120,11 @@
%{prefix}/bin/xsltproc
%files devel
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
%{
prefix}/lib
/lib*.so
%{
prefix}/lib
/*a
%{
prefix}/lib
/*.sh
%{
_libdir}
/lib*.so
%{
_libdir}
/*a
%{
_libdir}
/*.sh
%{prefix}/include/*
%{prefix}/bin/xslt-config
...
...
@@ -128,7 +129,7 @@
%{prefix}/include/*
%{prefix}/bin/xslt-config
%{
prefix}/lib
/pkgconfig/libxslt.pc
%{
_libdir}
/pkgconfig/libxslt.pc
%files python
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
...
...
@@ -131,9 +132,9 @@
%files python
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
%{
prefix}/lib
/python*/site-packages/libxslt.py
%{
prefix}/lib
/python*/site-packages/libxsltmod.so
%{
_libdir}
/python*/site-packages/libxslt.py
%{
_libdir}
/python*/site-packages/libxsltmod.so
%doc python/TODO
%doc python/libxsltclass.txt
%doc python/tests/*.py
...
...
@@ -142,6 +143,10 @@
%changelog
* Wed Sep 4 2002 Daniel Veillard <veillard@redhat.com>
- library paths fixed for x86-64
* Fri Feb 8 2002 Daniel.Veillard <veillard@redhat.com>
- added the python module
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment