|
Last change
on this file since 172 was 168, checked in by Yuri Dario, 14 years ago |
|
spec: massive rebuild due to new rpm lx parser updates (see changeset:167).
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | Name: libc
|
|---|
| 3 | License: BSD; GPL v2 or later; LGPL v2.1 or later
|
|---|
| 4 | Summary: Standard Shared Libraries
|
|---|
| 5 | Group: System/Libraries
|
|---|
| 6 | Version: 0.6.3
|
|---|
| 7 | Release: 4%{?dist}
|
|---|
| 8 | Url: http://svn.netlabs.org/libc
|
|---|
| 9 |
|
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|---|
| 11 | Source: libc-%{version}.zip
|
|---|
| 12 |
|
|---|
| 13 | Source1: libc-os2.zip
|
|---|
| 14 |
|
|---|
| 15 | %description
|
|---|
| 16 | kLIBC is a C runtime library in which the coder is exploring The Single Unix
|
|---|
| 17 | Specification (SUS) and various *BSD, Sun and Linux interfaces used in 'portable'
|
|---|
| 18 | software. While implementing SUS completely and providing a great range of special
|
|---|
| 19 | BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is
|
|---|
| 20 | interesting to play with and what is requested by porters using kLIBC.
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | %package devel
|
|---|
| 24 | License: BSD; GPL v2 or later; LGPL v2.1 or later
|
|---|
| 25 | Summary: Include Files and Libraries Mandatory for Development
|
|---|
| 26 | Group: Development/Libraries/C and C++
|
|---|
| 27 | Requires: libc = %{version}
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | %description devel
|
|---|
| 31 | These libraries are needed to develop programs which use the standard C
|
|---|
| 32 | library.
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | %prep
|
|---|
| 36 | %setup -q -n libc-%{version} -a 1
|
|---|
| 37 |
|
|---|
| 38 | %install
|
|---|
| 39 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 40 | mkdir -p %{buildroot}%{_usr}
|
|---|
| 41 | cp -r "*" %{buildroot}%{_usr}
|
|---|
| 42 | mkdir -p %{buildroot}%{_datadir}/doc/libc-0.6.3
|
|---|
| 43 | mv %{buildroot}%{_usr}/doc/gcc-3.3.5 %{buildroot}%{_datadir}/doc/libc-0.6.3
|
|---|
| 44 | #mv %{buildroot}%{_datadir}/doc/gcc-3.3.5 libc-0.6.3
|
|---|
| 45 |
|
|---|
| 46 | %clean
|
|---|
| 47 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 | %files
|
|---|
| 51 | %defattr(-,root,root)
|
|---|
| 52 | %doc %{_datadir}/doc/*
|
|---|
| 53 | /%{_libdir}/libc06*.dll
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | %files devel
|
|---|
| 57 | %defattr(-,root,root)
|
|---|
| 58 | %doc %{_prefix}/man/man1/*
|
|---|
| 59 | %{_usr}/bin
|
|---|
| 60 | %{_usr}/i386-pc-os2-elf
|
|---|
| 61 | %{_usr}/i386-pc-os2-emx
|
|---|
| 62 | %{_usr}/include
|
|---|
| 63 | %{_usr}/info
|
|---|
| 64 | %{_usr}/lib
|
|---|
| 65 | %{_usr}/share
|
|---|
| 66 |
|
|---|
| 67 | %changelog
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.