Ignore:
Timestamp:
Sep 10, 2014, 5:18:49 PM (11 years ago)
Author:
Yuri Dario
Message:

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

File:
1 edited

Legend:

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

    r457 r458  
    1313Name:           git
    1414Version:        2.0.0
    15 Release:        1%{?dist}
     15Release:        2%{?dist}
    1616Summary:        Fast Version Control System
    1717License:        GPLv2
     
    234234
    235235%endif
     236
     237%package debug
     238Summary: HLL debug data for exception handling support.
     239
     240%description debug
     241HLL debug data for exception handling support.
    236242
    237243
     
    538544# No files for you!
    539545
     546%files debug
     547%defattr(-,root,root)
     548%{_bindir}/*.dbg
     549%{gitcoredir}/*.dbg
     550
    540551%changelog
     552* Wed Sep 10 2014 yd
     553- added debug package with symbolic info for exceptq.
     554
    541555* Wed Sep 10 2014 Dmitriy Kuminov <coding@dmik.org> 2.0.0-1
    542556- Update git to version 2.0.0.
Note: See TracChangeset for help on using the changeset viewer.