Changeset 406 for spec/trunk/SPECS/libxslt.spec
- Timestamp:
- Apr 8, 2014, 12:27:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libxslt.spec
r405 r406 55 55 with XPath functions written in Python. 56 56 57 %package debug 58 Summary: HLL debug data for exception handling support. 59 60 %description debug 61 HLL debug data for exception handling support. 62 57 63 %prep 58 64 %setup -q … … 60 66 61 67 %build 62 export CONFIG_SHELL="/ bin/sh"68 export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe" 63 69 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 64 70 export LIBS="-lurpo -lmmap -lpthread" … … 138 144 %doc python/tests/*.xsl 139 145 146 %files debug 147 %defattr(-,root,root) 148 %{_bindir}/*.dbg 149 %{_libdir}/*.dbg 150 140 151 %changelog 141 152 * Mon Apr 07 2014 yd 142 153 - build for python 2.7. 154 - added debug package with symbolic info for exceptq.
Note:
See TracChangeset
for help on using the changeset viewer.