]> git.pld-linux.org Git - packages/crossdjgpp-gcc.git/blobdiff - crossdjgpp-gcc.spec
- mass commit; now req: name = epoch:version
[packages/crossdjgpp-gcc.git] / crossdjgpp-gcc.spec
index 52bbdaa45f13ea4d6a4d63c6597268c008aa3933..7f19882f9f47210415f05bdde99a239bf631ea76 100644 (file)
@@ -6,7 +6,8 @@ Release:        1
 Epoch:         1
 License:       GPL
 Group:         Development/Languages
-Source0:       ftp://ftp.gnu.org/pub/gnu/gcc-%{version}.tar.bz2
+Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
+# Source0-md5: d94d66619d69d9fd27717409c8a67740
 BuildRequires: crossdjgpp-platform
 BuildRequires: crossdjgpp-binutils
 BuildRequires: flex
@@ -41,7 +42,7 @@ Ten pakiet zawiera gcc skompilowane jako kroskompilator.
 Summary:       DJGPP GNU Binary Utility Development Utilities - g++
 Summary(pl):   Narzêdzia programistyczne GNU DJGPP - g++
 Group:         Development/Languages
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description c++
 DJGPP is a port of GNU GCC to the DOS environment. (It stands for DJ's
@@ -62,7 +63,7 @@ Ten pakiet zawiera g++ skompilowane jako kroskompilator oraz
 Summary:       DJGPP GNU Binary Utility Development Utilities - g77
 Summary(pl):   Narzêdzia programistyczne GNU DJGPP - g77
 Group:         Development/Languages
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}
 
 %description g77
 DJGPP is a port of GNU GCC to the DOS environment. (It stands for DJ's
@@ -163,27 +164,27 @@ rm -rf $RPM_BUILD_ROOT
 #%attr(755,root,root) %{arch}/bin/cpp
 #%attr(755,root,root) %{arch}/bin/gcc
 #%attr(755,root,root) %{arch}/bin/gcov
-#%{arch}/include/_G_config.h
+#%%{arch}/include/_G_config.h
 %dir %{gccarch}
 %dir %{gcclib}
 %attr(755,root,root) %{gcclib}/cc1
 %attr(755,root,root) %{gcclib}/tradcpp0
 %attr(755,root,root) %{gcclib}/cpp0
 %attr(755,root,root) %{gcclib}/collect2
-#%{gcclib}/SYSCALLS.c.X
+#%%{gcclib}/SYSCALLS.c.X
 %{gcclib}/libgcc.a
 %{gcclib}/specs*
 %dir %{gcclib}/include
 %{gcclib}/include/*.h
-#%{gcclib}/include/iso646.h
-#%{gcclib}/include/limits.h
-#%{gcclib}/include/proto.h
-#%{gcclib}/include/stdarg.h
-#%{gcclib}/include/stdbool.h
-#%{gcclib}/include/stddef.h
-#%{gcclib}/include/syslimits.h
-#%{gcclib}/include/varargs.h
-#%{gcclib}/include/va-*.h
+#%%{gcclib}/include/iso646.h
+#%%{gcclib}/include/limits.h
+#%%{gcclib}/include/proto.h
+#%%{gcclib}/include/stdarg.h
+#%%{gcclib}/include/stdbool.h
+#%%{gcclib}/include/stddef.h
+#%%{gcclib}/include/syslimits.h
+#%%{gcclib}/include/varargs.h
+#%%{gcclib}/include/va-*.h
 %{_mandir}/man1/%{target}-gcc.1*
 
 %if %{cxx}
This page took 0.148594 seconds and 4 git commands to generate.