]> git.pld-linux.org Git - packages/gcc-dirs.git/blob - gcc-dirs.spec
- C: older gcc
[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:        1
6 License:        free
7 Group:          Base
8 Conflicts:      gcc <= 5:3.3.4-5
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,gcc-lib/%{arch}-pld-linux}
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-lib
30 %dir %{_libdir}/gcc-lib/%{arch}-pld-linux
This page took 0.08324 seconds and 4 git commands to generate.