Changeset 456 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 8, 2014, 5:35:07 PM (11 years ago)
Author:
Yuri Dario
Message:

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

File:
1 edited

Legend:

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

    r452 r456  
    44Name: expat
    55Version: 2.1.0
    6 Release: 11%{?dist}
     6Release: 12%{?dist}
    77Group: System Environment/Libraries
    88#Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.gz
     
    4545The expat-static package contains the static version of the expat library.
    4646Install it if you need to link statically with expat.
     47
     48%package debug
     49Summary: HLL debug data for exception handling support.
     50
     51%description debug
     52HLL debug data for exception handling support.
    4753
    4854%prep
     
    104110%{_libdir}/*.a
    105111
     112%files debug
     113%defattr(-,root,root)
     114%{_libdir}/*.dbg
     115
    106116%changelog
     117* Mon Sep 08 2014 yd
     118- added debug package with symbolic info for exceptq.
     119
    107120* Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 2.1.0-11
    108121- Rebuild with high memory support.
Note: See TracChangeset for help on using the changeset viewer.