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