]> git.pld-linux.org Git - packages/gcc-dirs.git/blobdiff - gcc-dirs.spec
- rel 5
[packages/gcc-dirs.git] / gcc-dirs.spec
index c7428eec76fc0b097ada45b4e30d16b49fd7707f..38718eb63f95c2c64a8542f83fcbf0a1145c14a8 100644 (file)
@@ -1,29 +1,30 @@
 Summary:       Common dirs for GCC compilers and crosscompilers
-Summary(pl):   Katalogi wspólne dla kompilatorów zwyk³ych i skro¶nych z kolekcji GNU
+Summary(pl.UTF-8):     Katalogi wspólne dla kompilatorów zwykłych i skrośnych z kolekcji GNU
 Name:          gcc-dirs
 Version:       1.0
-Release:       3
+Release:       5
 License:       free
 Group:         Base
-Requires:      gcc >= 5:3.4.0
+Requires:      FHS
+Conflicts:     gcc < 5:3.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Common dirs for GNU collection of compilers and crosscompilers.
 
-%description -l pl
-Katalogi wspólne dla kompilatorów zwyk³ych i skro¶nych z kolekcji GNU.
+%description -l pl.UTF-8
+Katalogi wspólne dla kompilatorów zwykłych i skrośnych z kolekcji GNU.
 
 %prep
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/gcc/%{_target_platform}
+# still there's no gpc for gcc >= 3.4
+install -d $RPM_BUILD_ROOT%{_libdir}/{gcc,gcc-lib}/%{_target_platform}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%dir %{_libdir}/gcc
-%dir %{_libdir}/gcc/%{_target_platform}
+%{_libdir}/gcc*
This page took 0.066524 seconds and 4 git commands to generate.