Changeset 406 for spec/trunk/SPECS
- Timestamp:
- Apr 8, 2014, 12:27:55 PM (12 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 edited
-
libxml2.spec (modified) (2 diffs)
-
libxslt.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libxml2.spec
r405 r406 68 68 this includes parsing and validation even with complex DTDs, either 69 69 at parse time or later once the document has been modified. 70 71 %package debug 72 Summary: HLL debug data for exception handling support. 73 74 %description debug 75 HLL debug data for exception handling support. 70 76 71 77 %prep … … 160 166 #%doc doc/python.html 161 167 168 %files debug 169 %defattr(-,root,root) 170 %{_bindir}/*.dbg 171 %{_libdir}/*.dbg 172 162 173 %changelog 163 174 * Mon Apr 07 2014 yd 164 175 - build for python 2.7. 176 - added debug package with symbolic info for exceptq. 165 177 166 178 * Mon Jan 16 2012 yd -
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.
