source: spec/trunk/SPECS/libc.spec@ 168

Last change on this file since 168 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
2Name: libc
3License: BSD; GPL v2 or later; LGPL v2.1 or later
4Summary: Standard Shared Libraries
5Group: System/Libraries
6Version: 0.6.3
7Release: 4%{?dist}
8Url: http://svn.netlabs.org/libc
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-build
11Source: libc-%{version}.zip
12
13Source1: libc-os2.zip
14
15%description
16kLIBC is a C runtime library in which the coder is exploring The Single Unix
17Specification (SUS) and various *BSD, Sun and Linux interfaces used in 'portable'
18software. While implementing SUS completely and providing a great range of special
19BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is
20interesting to play with and what is requested by porters using kLIBC.
21
22
23%package devel
24License: BSD; GPL v2 or later; LGPL v2.1 or later
25Summary: Include Files and Libraries Mandatory for Development
26Group: Development/Libraries/C and C++
27Requires: libc = %{version}
28
29
30%description devel
31These libraries are needed to develop programs which use the standard C
32library.
33
34
35%prep
36%setup -q -n libc-%{version} -a 1
37
38%install
39rm -rf $RPM_BUILD_ROOT
40mkdir -p %{buildroot}%{_usr}
41cp -r "*" %{buildroot}%{_usr}
42mkdir -p %{buildroot}%{_datadir}/doc/libc-0.6.3
43mv %{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
47rm -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.