Changeset 175 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 3, 2011, 6:35:41 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: move db.h, ndbm.h and libintl.h to a different subpackage. ticket:21.

File:
1 edited

Legend:

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

    r168 r175  
    55Group:          System/Libraries
    66Version:        0.6.3
    7 Release:        4%{?dist}
     7Release:        5%{?dist}
    88Url:            http://svn.netlabs.org/libc
    99
     
    1212
    1313Source1:         libc-os2.zip
     14
    1415
    1516%description
     
    2728Requires:       libc = %{version}
    2829
    29 
    3030%description devel
    3131These libraries are needed to develop programs which use the standard C
    3232library.
     33
     34
     35%package -n db1-devel
     36License:        BSD; GPL v2 or later; LGPL v2.1 or later
     37Summary:        Include Files and Libraries Mandatory for Development (db headers)
     38Group:          Development/Libraries/C and C++
     39
     40%description -n db1-devel
     41These libraries are needed to develop programs which use the standard C
     42library (db headers).
     43
     44
     45%package -n gettext-devel
     46License:        BSD; GPL v2 or later; LGPL v2.1 or later
     47Summary:        Include Files and Libraries Mandatory for Development (gettext headers)
     48Group:          Development/Libraries/C and C++
     49
     50%description -n gettext-devel
     51These libraries are needed to develop programs which use the standard C
     52library (gettext headers).
    3353
    3454
     
    5373/%{_libdir}/libc06*.dll
    5474
    55 
    5675%files devel
    5776%defattr(-,root,root)
     
    6180%{_usr}/i386-pc-os2-emx
    6281%{_usr}/include
     82%exclude %{_usr}/include/db.h
     83%exclude %{_usr}/include/ndbm.h
     84%exclude %{_usr}/include/libintl.h
    6385%{_usr}/info
    6486%{_usr}/lib
    6587%{_usr}/share
    6688
     89%files -n db1-devel
     90%defattr(-,root,root)
     91%{_usr}/include/db.h
     92%{_usr}/include/ndbm.h
     93
     94%files -n gettext-devel
     95%defattr(-,root,root)
     96%{_usr}/include/libintl.h
     97
    6798%changelog
Note: See TracChangeset for help on using the changeset viewer.