]> git.pld-linux.org Git - packages/gcc-dirs.git/blob - gcc-dirs.spec
- updated comment (libdir/gcc is used since 3.4.0)
[packages/gcc-dirs.git] / gcc-dirs.spec
1 Summary:        Common dirs for GCC compilers and crosscompilers
2 Summary(pl):    Katalogi wspólne dla kompilatorów zwyk³ych i skro¶nych z kolekcji GNU
3 Name:           gcc-dirs
4 Version:        1.0
5 Release:        3
6 License:        free
7 Group:          Base
8 Conflicts:      gcc < 5:3.4.0
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Common dirs for GNU collection of compilers and crosscompilers.
13
14 %description -l pl
15 Katalogi wspólne dla kompilatorów zwyk³ych i skro¶nych z kolekcji GNU.
16
17 %prep
18
19 %install
20 rm -rf $RPM_BUILD_ROOT
21 # still there's no gpc for gcc >= 3.4
22 install -d $RPM_BUILD_ROOT%{_libdir}/{gcc,gcc-lib}/%{_target_platform}
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(644,root,root,755)
29 %{_libdir}/gcc*
This page took 0.059662 seconds and 3 git commands to generate.