]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blobdiff - crossmingw32-gcc.spec
- two more manuals
[packages/crossmingw32-gcc.git] / crossmingw32-gcc.spec
index 07d1effc61aa53b15e5d074bc302316c19a821d2..3322eff930c8c06cabb5ee6394cf8ce794c5aaab 100644 (file)
@@ -1,7 +1,7 @@
 %bcond_with     bootstrap
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
-%define                GCC_VERSION     3.4.0
+%define                GCC_VERSION     3.4.1
 %define        apiver  2.5
 %define        apisrc  w32api-%{apiver}
 %define runver 3.3
@@ -19,7 +19,7 @@ Epoch:                1
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{GCC_VERSION}/gcc-%{GCC_VERSION}.tar.bz2
-# Source0-md5: 85c6fc83d51be0fbb4f8205accbaff59
+# Source0-md5: 31b459062499f9f68d451db9cbf3205c
 Source1:       http://dl.sourceforge.net/mingw/%{apisrc}.tar.gz
 # Source1-md5: be74d8925d1e273336ecb0d9225867f1
 Source2:       http://dl.sourceforge.net/mingw/%{runsrc}.tar.gz
@@ -32,8 +32,8 @@ BuildRequires:        bison
 BuildRequires: crossmingw32-binutils >= 2.14.90.0.4.1-2
 BuildRequires: flex
 %if %{without bootstrap}
-BuildRequires: crossmingw32-runtime >= 3.0
-BuildRequires: crossmingw32-w32api >= 2.3
+BuildRequires: crossmingw32-runtime >= 3.3
+BuildRequires: crossmingw32-w32api >= 2.5
 %endif
 Requires:      crossmingw32-binutils >= 2.14.90.0.4.1-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -305,10 +305,13 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{gcclib}
 %attr(755,root,root) %{gcclib}/cc1
 %{gcclib}/libgcc.a
+%{gcclib}/libgcov.a
 %{gcclib}/specs*
 %{gcclib}/include
 
+%{_mandir}/man1/%{target}-cpp.1*
 %{_mandir}/man1/%{target}-gcc.1*
+%{_mandir}/man1/%{target}-gcov.1*
 
 %files c++
 %defattr(644,root,root,755)
@@ -341,12 +344,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{target}-gcj
 %attr(755,root,root) %{_bindir}/%{target}-gcjh
-%attr(755,root,root) %{_bindir}/%{target}-jcf-dump
-%attr(755,root,root) %{_bindir}/%{target}-jv-scan
 %attr(755,root,root) %{_bindir}/%{target}-grepjar
 %attr(755,root,root) %{_bindir}/%{target}-jar
+%attr(755,root,root) %{_bindir}/%{target}-jcf-dump
+%attr(755,root,root) %{_bindir}/%{target}-jv-scan
 #%attr(755,root,root) %{arch}/bin/grepjar
 #%attr(755,root,root) %{arch}/bin/jar
 %attr(755,root,root) %{gcclib}/jc1
 %attr(755,root,root) %{gcclib}/jvgenmain
 %{_mandir}/man1/%{target}-gcj.1*
+%{_mandir}/man1/%{target}-gcjh.1*
+%{_mandir}/man1/%{target}-grepjar.1*
+%{_mandir}/man1/%{target}-jar.1*
+%{_mandir}/man1/%{target}-jcf-dump.1*
+%{_mandir}/man1/%{target}-jv-scan.1*
This page took 0.066799 seconds and 4 git commands to generate.