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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.