Changeset 406 for spec/trunk/SPECS


Ignore:
Timestamp:
Apr 8, 2014, 12:27:55 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: libxml2, libxslt, added debug package with symbolic info for exceptq.

Location:
spec/trunk/SPECS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libxml2.spec

    r405 r406  
    6868this includes parsing and validation even with complex DTDs, either
    6969at parse time or later once the document has been modified.
     70
     71%package debug
     72Summary: HLL debug data for exception handling support.
     73
     74%description debug
     75HLL debug data for exception handling support.
    7076
    7177%prep
     
    160166#%doc doc/python.html
    161167
     168%files debug
     169%defattr(-,root,root)
     170%{_bindir}/*.dbg
     171%{_libdir}/*.dbg
     172
    162173%changelog
    163174* Mon Apr 07 2014 yd
    164175- build for python 2.7.
     176- added debug package with symbolic info for exceptq.
    165177
    166178* Mon Jan 16 2012 yd
  • spec/trunk/SPECS/libxslt.spec

    r405 r406  
    5555with XPath functions written in Python.
    5656
     57%package debug
     58Summary: HLL debug data for exception handling support.
     59
     60%description debug
     61HLL debug data for exception handling support.
     62
    5763%prep
    5864%setup -q
     
    6066
    6167%build
    62 export CONFIG_SHELL="/bin/sh"
     68export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe"
    6369export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    6470export LIBS="-lurpo -lmmap -lpthread"
     
    138144%doc python/tests/*.xsl
    139145
     146%files debug
     147%defattr(-,root,root)
     148%{_bindir}/*.dbg
     149%{_libdir}/*.dbg
     150
    140151%changelog
    141152* Mon Apr 07 2014 yd
    142153- build for python 2.7.
     154- added debug package with symbolic info for exceptq.
Note: See TracChangeset for help on using the changeset viewer.