Changeset 175 for spec/trunk/SPECS
- Timestamp:
- Sep 3, 2011, 6:35:41 PM (14 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libc.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r168 r175 5 5 Group: System/Libraries 6 6 Version: 0.6.3 7 Release: 4%{?dist}7 Release: 5%{?dist} 8 8 Url: http://svn.netlabs.org/libc 9 9 … … 12 12 13 13 Source1: libc-os2.zip 14 14 15 15 16 %description … … 27 28 Requires: libc = %{version} 28 29 29 30 30 %description devel 31 31 These libraries are needed to develop programs which use the standard C 32 32 library. 33 34 35 %package -n db1-devel 36 License: BSD; GPL v2 or later; LGPL v2.1 or later 37 Summary: Include Files and Libraries Mandatory for Development (db headers) 38 Group: Development/Libraries/C and C++ 39 40 %description -n db1-devel 41 These libraries are needed to develop programs which use the standard C 42 library (db headers). 43 44 45 %package -n gettext-devel 46 License: BSD; GPL v2 or later; LGPL v2.1 or later 47 Summary: Include Files and Libraries Mandatory for Development (gettext headers) 48 Group: Development/Libraries/C and C++ 49 50 %description -n gettext-devel 51 These libraries are needed to develop programs which use the standard C 52 library (gettext headers). 33 53 34 54 … … 53 73 /%{_libdir}/libc06*.dll 54 74 55 56 75 %files devel 57 76 %defattr(-,root,root) … … 61 80 %{_usr}/i386-pc-os2-emx 62 81 %{_usr}/include 82 %exclude %{_usr}/include/db.h 83 %exclude %{_usr}/include/ndbm.h 84 %exclude %{_usr}/include/libintl.h 63 85 %{_usr}/info 64 86 %{_usr}/lib 65 87 %{_usr}/share 66 88 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 67 98 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.
