]> git.pld-linux.org Git - packages/gcc-dirs.git/blob - gcc-dirs.spec
- gcc 3.4 compliant (previous version moved to AC-branch).
[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 Requires:       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 install -d $RPM_BUILD_ROOT%{_libdir}/gcc/%{_target_platform}
22
23 %clean
24 rm -rf $RPM_BUILD_ROOT
25
26 %files
27 %defattr(644,root,root,755)
28 %dir %{_libdir}/gcc
29 %dir %{_libdir}/gcc/%{_target_platform}
This page took 0.06182 seconds and 4 git commands to generate.