Last change
on this file since 321 was 219, checked in by dmik, 14 years ago |
libgcc452: Spec for release 4.5.2-1.
This is a temporary package, until the complete gcc 4.5 bundle is made.
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | #
|
---|
2 | # Temporary libgcc package, until a complete GCC 4.5 bundle is made
|
---|
3 | #
|
---|
4 |
|
---|
5 | Summary: Various compilers (C, C++, Objective-C, Java, ...)
|
---|
6 | Name: gcc
|
---|
7 | Version: 4.5.2
|
---|
8 | Release: 1%{?dist}
|
---|
9 |
|
---|
10 | # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
---|
11 | # GCC Runtime Exception.
|
---|
12 | License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
|
---|
13 | Group: Development/Languages
|
---|
14 | URL: http://gcc.gnu.org
|
---|
15 |
|
---|
16 | Source: libgcc-%{version}.zip
|
---|
17 |
|
---|
18 | %description
|
---|
19 | The gcc package contains the GNU Compiler Collection version 4.4.
|
---|
20 | You'll need this package in order to compile C code.
|
---|
21 |
|
---|
22 | %package -n libgcc452
|
---|
23 | Summary: GCC version 4.5 shared support library
|
---|
24 | Group: System Environment/Libraries
|
---|
25 |
|
---|
26 | %description -n libgcc452
|
---|
27 | This package contains GCC shared support library which is needed
|
---|
28 | e.g. for exception handling support.
|
---|
29 |
|
---|
30 | %files -n libgcc452
|
---|
31 | %defattr(-,root,root,-)
|
---|
32 | %{_libdir}/gcc452.dll
|
---|
33 |
|
---|
34 | %prep
|
---|
35 |
|
---|
36 | %setup -q -n "libgcc-%{version}"
|
---|
37 |
|
---|
38 | %build
|
---|
39 |
|
---|
40 | %install
|
---|
41 |
|
---|
42 | rm -rf "%{buildroot}"
|
---|
43 |
|
---|
44 | mkdir -p "%{buildroot}/%{_libdir}/"
|
---|
45 | cp -dp gcc452.dll "%{buildroot}/%{_libdir}/"
|
---|
46 |
|
---|
47 | %clean
|
---|
48 |
|
---|
49 | rm -rf "%{buildroot}"
|
---|
50 |
|
---|
51 | %changelog
|
---|
Note:
See
TracBrowser
for help on using the repository browser.