]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- Release: 2
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 18 Jan 2004 12:56:57 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cpp always in /lib/cpp

Changed files:
    gcc4.spec -> 1.216

gcc4.spec

index 8bdf9349b43a020a924a5cc9b62eac84fca9c839..17d45a1756b2f26eb51ed5d9fb6deec585826876 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -17,7 +17,7 @@ Summary(pl):  Kolekcja Kompilator
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       1
+Release:       2
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -863,7 +863,7 @@ ln -sf libgnat-3.15.so $RPM_BUILD_ROOT%{_libdir}/libgnat.so
 ln -sf libgnarl-3.15.so $RPM_BUILD_ROOT%{_libdir}/libgnarl.so
 %endif
 
-ln -sf %{_bindir}/cpp $RPM_BUILD_ROOT/%{_lib}/cpp
+ln -sf %{_bindir}/cpp $RPM_BUILD_ROOT/lib/cpp
 
 cd ..
 
@@ -1221,7 +1221,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n cpp
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_slibdir}/cpp
+%attr(755,root,root) /lib/cpp
 %attr(755,root,root) %{_bindir}/cpp
 %{_mandir}/man1/cpp.1*
 %lang(ja) %{_mandir}/ja/man1/cpp.1*
This page took 0.051441 seconds and 4 git commands to generate.