]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- fixed non-english-man-pages source number
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Oct 2001 22:16:36 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.20010823.2

Changed files:
    gcc4.spec -> 1.100

gcc4.spec

index d827e365b776d19b19303691c95f1b9bb27ac53e..3a8eed4ddd2a47b21da984d00f664759ecfba053 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -6,7 +6,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       2.95.4
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -408,9 +408,9 @@ ln -sf gcc $RPM_BUILD_ROOT%{_bindir}/cc
 
 echo .so g77.1 > $RPM_BUILD_ROOT%{_mandir}/man1/f77.1
 echo .so cccp.1 > $RPM_BUILD_ROOT%{_mandir}/man1/cpp.1
-install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/
-install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1/
-bzip2 -dc %{SOURCE6} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}/
+install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
+install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
+bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 ln -sf g77 $RPM_BUILD_ROOT%{_bindir}/f77
 (cd $RPM_BUILD_ROOT%{_libdir} ; ln -sf libstdc++.so.*.*.* $RPM_BUILD_ROOT%{_libdir}/libstdc++.so)
@@ -418,6 +418,9 @@ ln -sf %{_bindir}/cpp $RPM_BUILD_ROOT/lib/cpp
 
 gzip -9nf ../READ* ../ChangeLog ../gcc/ch/chill.brochure
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -445,9 +448,6 @@ gzip -9nf ../READ* ../ChangeLog ../gcc/ch/chill.brochure
 %post   -p /sbin/ldconfig -n libstdc++
 %postun -p /sbin/ldconfig -n libstdc++
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc READ* ChangeLog.gz
This page took 0.03669 seconds and 4 git commands to generate.