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