]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- added paths patch, it fixes finding cpp0 and tradcpp0 by gcc
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 23 Dec 2001 20:34:48 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- relase 1

Changed files:
    gcc.spec -> 1.81.2.42

gcc.spec

index bb3ddea13aa538c23db9558c579f3d72fe95fcb5..c11e6f84bddcf869c83f6cbd5503c72a1a271be9 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -5,13 +5,14 @@ Summary:      GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
 Group(pl):     Programowanie/Jêzyki
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/%{name}-%{GCC_VERSION}.tar.bz2
 Patch0:                gcc-DESTDIR.patch
+Patch1:                gcc-paths.patch
 BuildRequires: bison
 BuildRequires: texinfo
 BuildRequires: zlib-devel
@@ -364,7 +365,8 @@ Preprocesor C umo
 
 %prep
 %setup -q -n %{name}-%{GCC_VERSION}
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 # cd gcc && autoconf; cd ..
@@ -600,6 +602,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_slibdir}/cpp
 %attr(755,root,root) %{_bindir}/cpp
 %attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/cpp0
-%attr(755,root,root) %{_libdir}/gcc-lib/%{_target_cpu}*/*/tradcpp0
 %{_mandir}/man1/cpp.1*
 %{_infodir}/cpp*
This page took 0.038678 seconds and 4 git commands to generate.