Ignore:
Timestamp:
Jun 2, 2014, 12:38:05 AM (11 years ago)
Author:
Yuri Dario
Message:

spec: zlib, remove dll from devel package.

File:
1 edited

Legend:

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

    r282 r426  
    2727The zlib-devel package contains the header files and libraries needed to
    2828develop programs that use the zlib compression and decompression library.
     29
     30%package debug
     31Summary: HLL debug data for exception handling support.
     32
     33%description debug
     34HLL debug data for exception handling support.
    2935
    3036%prep
     
    8692%defattr(-,root,root)
    8793%_libdir/*.a
    88 %_libdir/z.dll
    8994%_includedir/*
    9095%_mandir/man?/*
     
    9398#%docdir/*.bz2
    9499
     100%files debug
     101%defattr(-,root,root)
     102%{_libdir}/*.dbg
     103
    95104%changelog
     105* Mon Jun 02 2014 yd
     106- remove dll from devel package.
     107- added debug package with symbolic info for exceptq.
     108
    96109* Mon Jan 16 2012 yd
    97110- rebuild with libc 0.6.4 runtime.
Note: See TracChangeset for help on using the changeset viewer.