Changeset 406 for spec/trunk/SPECS/libxml2.spec
- Timestamp:
- Apr 8, 2014, 12:27:55 PM (11 years ago)
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.