]> git.pld-linux.org Git - packages/gcc-dirs.git/blob - gcc-dirs.spec
- empty debugsource, disable it
[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:        6
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 %description
13 Common dirs for GNU collection of compilers and crosscompilers.
14
15 %description -l pl.UTF-8
16 Katalogi wspólne dla kompilatorów zwykłych i skrośnych z kolekcji GNU.
17
18 %prep
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 # still there's no gpc for gcc >= 3.4
23 install -d $RPM_BUILD_ROOT%{_libdir}/{gcc,gcc-lib}/%{_target_platform}
24
25 %clean
26 rm -rf $RPM_BUILD_ROOT
27
28 %files
29 %defattr(644,root,root,755)
30 %{_libdir}/gcc*
This page took 0.057369 seconds and 3 git commands to generate.