Blame mingw32-gcc.spec

7274853
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Erik van Pienbroek 0ec7ecc
%global snapshot_date 20120106
eb48a50
eb48a50
Name:           mingw32-gcc
Erik van Pienbroek 0ec7ecc
Version:        4.7.0
Erik van Pienbroek 0ec7ecc
Release:        0.1.%{snapshot_date}%{?dist}
eb48a50
Summary:        MinGW Windows cross-compiler (GCC) for C
eb48a50
8b5fdec
License:        GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
eb48a50
Group:          Development/Languages
9a2ea4c
URL:            http://gcc.gnu.org
Erik van Pienbroek 0ec7ecc
# The source for this package was pulled from upstream's vcs.  Use the
Erik van Pienbroek 0ec7ecc
# following commands to generate the tarball:
Erik van Pienbroek 0ec7ecc
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-4_7-branch@%{SVNREV} gcc-%{version}-%{snapshot_date}
Erik van Pienbroek 0ec7ecc
# tar cf - gcc-%{version}-%{DATE} | bzip2 -9 > gcc-%{version}-%{snapshot_date}.tar.bz2
Erik van Pienbroek 0ec7ecc
Source0:        gcc-%{version}-%{snapshot_date}.tar.bz2
Erik van Pienbroek 0ec7ecc
#Source0:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
4b93699
Patch0:         gcc-1-mingw-float.patch
eb48a50
eb48a50
BuildRequires:  texinfo
Kalev Lember f04325e
BuildRequires:  mingw32-filesystem >= 68
363ceae
# Need mingw32-binutils which support %gnu_unique_object >= 2.19.51.0.14
363ceae
BuildRequires:  mingw32-binutils >= 2.19.51.0.14
4b93699
BuildRequires:  mingw32-runtime >= 3.18-4
eb48a50
BuildRequires:  mingw32-w32api
4d49303
BuildRequires:  mingw32-pthreads
eb48a50
BuildRequires:  gmp-devel
eb48a50
BuildRequires:  mpfr-devel
405a981
BuildRequires:  libmpc-devel
405a981
BuildRequires:  zlib-devel
eb48a50
BuildRequires:  libgomp
c467d3a
BuildRequires:  ppl-devel
c467d3a
BuildRequires:  cloog-ppl-devel
9a2ea4c
BuildRequires:  flex
eb48a50
363ceae
# Need mingw32-binutils which support %gnu_unique_object
363ceae
Requires:       mingw32-binutils >= 2.19.51.0.14
eb48a50
Requires:       mingw32-w32api
eb48a50
Requires:       mingw32-cpp
eb48a50
eb48a50
%description
9a2ea4c
MinGW Windows cross-compiler (GCC) for C.
eb48a50
eb48a50
eb48a50
%package -n mingw32-cpp
9a2ea4c
Summary: MinGW Windows cross-C Preprocessor
eb48a50
Group: Development/Languages
eb48a50
eb48a50
%description -n mingw32-cpp
eb48a50
MinGW Windows cross-C Preprocessor
eb48a50
eb48a50
eb48a50
%package c++
eb48a50
Summary: MinGW Windows cross-compiler for C++
eb48a50
Group: Development/Languages
9a2ea4c
Requires: %{name} = %{version}-%{release}
eb48a50
eb48a50
%description c++
9a2ea4c
MinGW Windows cross-compiler for C++.
9a2ea4c
9a2ea4c
9a2ea4c
%package objc
9a2ea4c
Summary: MinGW Windows cross-compiler support for Objective C
9a2ea4c
Group: Development/Languages
9a2ea4c
Requires: %{name} = %{version}-%{release}
7ecd89b
#Requires: mingw32-libobjc = %{version}-%{release}
9a2ea4c
9a2ea4c
%description objc
9a2ea4c
MinGW Windows cross-compiler support for Objective C.
9a2ea4c
9a2ea4c
9a2ea4c
%package objc++
9a2ea4c
Summary: MinGW Windows cross-compiler support for Objective C++
9a2ea4c
Group: Development/Languages
7ecd89b
Requires: %{name}-c++ = %{version}-%{release}
9a2ea4c
Requires: %{name}-objc = %{version}-%{release}
9a2ea4c
9a2ea4c
%description objc++
9a2ea4c
MinGW Windows cross-compiler support for Objective C++.
9a2ea4c
9a2ea4c
9a2ea4c
%package gfortran
9a2ea4c
Summary: MinGW Windows cross-compiler for FORTRAN
9a2ea4c
Group: Development/Languages
9a2ea4c
Requires: %{name} = %{version}-%{release}
9a2ea4c
9a2ea4c
%description gfortran
9a2ea4c
MinGW Windows cross-compiler for FORTRAN.
eb48a50
eb48a50
eb48a50
%prep
Erik van Pienbroek 0ec7ecc
%setup -q -n gcc-%{version}-%{snapshot_date}
4b93699
%patch0 -p1 -b .float
7274853
echo 'Fedora MinGW %{version}-%{release}' > gcc/DEV-PHASE
eb48a50
405a981
# Install python files into _mingw32_datadir
405a981
sed -i -e '/^pythondir =/ s|$(datadir)|%{_mingw32_datadir}|' libstdc++-v3/python/Makefile.{am,in}
405a981
eb48a50
eb48a50
%build
eb48a50
mkdir -p build
9a2ea4c
pushd build
eb48a50
9a2ea4c
# GNAT is required to build Ada.  Don't build GCJ.
9a2ea4c
#languages="c,c++,objc,obj-c++,java,fortran,ada"
9a2ea4c
languages="c,c++,objc,obj-c++,fortran"
eb48a50
eb48a50
CC="%{__cc} ${RPM_OPT_FLAGS}" \
eb48a50
../configure \
eb48a50
  --prefix=%{_prefix} \
eb48a50
  --bindir=%{_bindir} \
eb48a50
  --includedir=%{_includedir} \
eb48a50
  --libdir=%{_libdir} \
eb48a50
  --mandir=%{_mandir} \
eb48a50
  --infodir=%{_infodir} \
eb48a50
  --datadir=%{_datadir} \
eb48a50
  --build=%_build --host=%_host \
eb48a50
  --target=%{_mingw32_target} \
eb48a50
  --with-gnu-as --with-gnu-ld --verbose \
eb48a50
  --without-newlib \
eb48a50
  --disable-multilib \
Kalev Lember f4b9865
  --disable-plugin \
4d49303
  --enable-libgomp \
c467d3a
  --with-ppl --with-cloog \
eb48a50
  --with-system-zlib \
eb48a50
  --disable-nls --without-included-gettext \
eb48a50
  --disable-win32-registry \
eb48a50
  --enable-version-specific-runtime-libs \
eb48a50
  --with-sysroot=%{_mingw32_sysroot} \
9a2ea4c
  --enable-languages="$languages" \
9a2ea4c
  --with-bugurl=http://bugzilla.redhat.com/bugzilla
eb48a50
c007570
make %{?_smp_mflags} all
eb48a50
9a2ea4c
popd
9a2ea4c
eb48a50
eb48a50
%install
9a2ea4c
pushd build
eb48a50
make DESTDIR=$RPM_BUILD_ROOT install
eb48a50
eb48a50
# These files conflict with existing installed files.
eb48a50
rm -rf $RPM_BUILD_ROOT%{_infodir}
eb48a50
rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty*
eb48a50
rm -f $RPM_BUILD_ROOT%{_mandir}/man7/*
eb48a50
eb48a50
mkdir -p $RPM_BUILD_ROOT/lib
Kalev Lember af06f11
ln -sf ..%{_prefix}/bin/%{_mingw32_target}-cpp \
Kalev Lember af06f11
  $RPM_BUILD_ROOT/lib/%{_mingw32_target}-cpp
eb48a50
Kalev Lember 49c46e1
# Move runtime dll files to _mingw32_bindir.
9a2ea4c
mkdir -p $RPM_BUILD_ROOT%{_mingw32_bindir}
Kalev Lember 49c46e1
mv $RPM_BUILD_ROOT%{_libdir}/gcc/%{_mingw32_target}/%{version}/*.dll \
Kalev Lember 49c46e1
   $RPM_BUILD_ROOT%{_libdir}/gcc/%{_mingw32_target}/*.dll \
4d49303
  $RPM_BUILD_ROOT%{_mingw32_bindir}
9a2ea4c
9a2ea4c
# Don't want the *.la files.
9a2ea4c
find $RPM_BUILD_ROOT -name '*.la' -delete
9a2ea4c
Erik van Pienbroek 0ec7ecc
# For some reason there are wrapper libraries created named $target-$target-gcc-$tool
Erik van Pienbroek 0ec7ecc
# Drop those files for now as this looks like a bug in GCC
Erik van Pienbroek 0ec7ecc
rm -f $RPM_BUILD_ROOT%{_bindir}/%{_mingw32_target}-%{_mingw32_target}-*
Erik van Pienbroek 0ec7ecc
9a2ea4c
popd
9a2ea4c
9a2ea4c
eb48a50
%files
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-gcc
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-gcc-%{version}
Erik van Pienbroek 0ec7ecc
%{_bindir}/%{_mingw32_target}-gcc-ar
Erik van Pienbroek 0ec7ecc
%{_bindir}/%{_mingw32_target}-gcc-nm
Erik van Pienbroek 0ec7ecc
%{_bindir}/%{_mingw32_target}-gcc-ranlib
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-gcov
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/crtbegin.o
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/crtend.o
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/crtfastmath.o
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgcc.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgcc_eh.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgcc_s.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgcov.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgomp.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgomp.dll.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgomp.spec
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libssp.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libssp_nonshared.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libssp.dll.a
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/include
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/include/ssp
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed/README
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include-fixed/*.h
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include/*.h
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include/ssp/*.h
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/install-tools
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/install-tools/*
Kalev Lember af06f11
%dir %{_libexecdir}/gcc/%{_mingw32_target}/%{version}/install-tools
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/install-tools/*
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/lto-wrapper
Kalev Lember 49c46e1
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/lto1
Kalev Lember 49c46e1
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/liblto_plugin.so*
9a2ea4c
%{_mingw32_bindir}/libgcc_s_sjlj-1.dll
4d49303
%{_mingw32_bindir}/libgomp-1.dll
405a981
%{_mingw32_bindir}/libssp-0.dll
Kalev Lember af06f11
%{_mandir}/man1/%{_mingw32_target}-gcc.1*
Kalev Lember af06f11
%{_mandir}/man1/%{_mingw32_target}-gcov.1*
405a981
%{_mingw32_datadir}/gcc-%{version}/
eb48a50
eb48a50
eb48a50
%files -n mingw32-cpp
Kalev Lember af06f11
/lib/%{_mingw32_target}-cpp
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-cpp
Kalev Lember af06f11
%{_mandir}/man1/%{_mingw32_target}-cpp.1*
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/cc1
eb48a50
eb48a50
eb48a50
%files c++
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-g++
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-c++
Kalev Lember af06f11
%{_mandir}/man1/%{_mingw32_target}-g++.1*
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include/c++/
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libstdc++.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libstdc++.dll.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libstdc++.dll.a-gdb.py
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libsupc++.a
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/cc1plus
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/collect2
405a981
%{_mingw32_bindir}/libstdc++-6.dll
eb48a50
eb48a50
9a2ea4c
%files objc
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/include/objc/
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libobjc.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libobjc.dll.a
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/cc1obj
Erik van Pienbroek 0ec7ecc
%{_mingw32_bindir}/libobjc-4.dll
9a2ea4c
9a2ea4c
9a2ea4c
%files objc++
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/cc1objplus
9a2ea4c
9a2ea4c
9a2ea4c
%files gfortran
Kalev Lember af06f11
%{_bindir}/%{_mingw32_target}-gfortran
Kalev Lember af06f11
%{_mandir}/man1/%{_mingw32_target}-gfortran.1*
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgfortran.a
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgfortran.dll.a
Kalev Lember 49c46e1
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgfortran.spec
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libgfortranbegin.a
Erik van Pienbroek 0ec7ecc
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libcaf_single.a
Kalev Lember 49c46e1
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libquadmath.a
Kalev Lember 49c46e1
%{_libdir}/gcc/%{_mingw32_target}/%{version}/libquadmath.dll.a
Kalev Lember af06f11
%dir %{_libdir}/gcc/%{_mingw32_target}/%{version}/finclude
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/finclude/omp_lib.f90
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/finclude/omp_lib.h
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/finclude/omp_lib.mod
Kalev Lember af06f11
%{_libdir}/gcc/%{_mingw32_target}/%{version}/finclude/omp_lib_kinds.mod
Kalev Lember af06f11
%{_libexecdir}/gcc/%{_mingw32_target}/%{version}/f951
405a981
%{_mingw32_bindir}/libgfortran-3.dll
Kalev Lember 49c46e1
%{_mingw32_bindir}/libquadmath-0.dll
9a2ea4c
9a2ea4c
eb48a50
%changelog
Erik van Pienbroek 0ec7ecc
* Tue Jan 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.7.0-0.1.20120106
Erik van Pienbroek 0ec7ecc
- Update to gcc 4.7 20120106 snapshot
Erik van Pienbroek 0ec7ecc
a2b05cb
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4.6.1-3.2
a2b05cb
- rebuild with new gmp without compat lib
a2b05cb
e0c1ca9
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 4.6.1-3.1
e0c1ca9
- rebuild with new gmp
e0c1ca9
4b93699
* Fri Aug 26 2011 Kalev Lember <kalevlember@gmail.com> - 4.6.1-3
4b93699
- Fix float.h inclusion when gcc's headers precede mingrt in include path
4b93699
c467d3a
* Fri Aug 19 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.6.1-2
c467d3a
- Build against ppl and cloog
c467d3a
Kalev Lember 49c46e1
* Mon Jun 27 2011 Kalev Lember <kalev@smartlink.ee> - 4.6.1-1
Kalev Lember 49c46e1
- Update to 4.6.1
Kalev Lember 49c46e1
Kalev Lember f04325e
* Sat May 21 2011 Kalev Lember <kalev@smartlink.ee> - 4.5.3-3
Kalev Lember f04325e
- Rebuilt with automatic dep extraction and removed all manual
Kalev Lember f04325e
  mingw32(...) provides / requires
Kalev Lember 9b22add
- Cleaned up the spec file from cruft not needed with latest rpm
Kalev Lember f04325e
Kalev Lember f4b9865
* Tue May 10 2011 Kalev Lember <kalev@smartlink.ee> - 4.5.3-2
Kalev Lember f4b9865
- Disable plugin support with a configure option, instead of deleting
Kalev Lember f4b9865
  the files in the install section
Kalev Lember af06f11
- Use the %%{_mingw32_target} macro in files section
Kalev Lember f4b9865
Kalev Lember bf9bb7b
* Sat Apr 30 2011 Kalev Lember <kalev@smartlink.ee> - 4.5.3-1
Kalev Lember bf9bb7b
- Update to 4.5.3
Kalev Lember bf9bb7b
3266eb3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.1-2
3266eb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3266eb3
Kalev Lember f8c01fb
* Thu Aug 05 2010 Kalev Lember <kalev@smartlink.ee> - 4.5.1-1
Kalev Lember f8c01fb
- Update to 4.5.1
Kalev Lember f8c01fb
405a981
* Thu May 13 2010 Kalev Lember <kalev@smartlink.ee> - 4.5.0-1
405a981
- Update to vanilla gcc 4.5.0
405a981
- Drop patches specific to Fedora native gcc.
405a981
- BuildRequires libmpc-devel and zlib-devel
405a981
- Added Provides for additional shared language runtime DLLs
405a981
4d49303
* Thu Dec 17 2009 Chris Bagwell <chris@cnpbagwell.com> - 4.4.2-2
4d49303
- Enable libgomp support.
4d49303
6c16939
* Sun Nov 22 2009 Kalev Lember <kalev@smartlink.ee> - 4.4.2-1
6c16939
- Update to gcc 4.4.2 20091114 svn 154179, which includes
6c16939
  VTA backport from 4.5 branch.
6c16939
- Patches taken from native Fedora gcc-4.4.2-10.
6c16939
363ceae
* Fri Sep 18 2009 Kalev Lember <kalev@smartlink.ee> - 4.4.1-3
363ceae
- Require mingw32-binutils >= 2.19.51.0.14 for %%gnu_unique_object support.
363ceae
8b5fdec
* Thu Sep 03 2009 Kalev Lember <kalev@smartlink.ee> - 4.4.1-2
8b5fdec
- Update to gcc 4.4.1 20090902 svn 151328.
8b5fdec
- Patches taken from native Fedora gcc-4.4.1-8.
8b5fdec
- Another license update to keep it in sync with native gcc package.
8b5fdec
7274853
* Sun Aug 23 2009 Kalev Lember <kalev@smartlink.ee> - 4.4.1-1
7274853
- Update to gcc 4.4.1 20090818 svn 150873.
7274853
- Patches taken from native Fedora gcc-4.4.1-6.
7274853
- Replaced %%define with %%global and updated %%defattr.
7274853
- Changed license to match native Fedora gcc package.
7274853
347f29e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.0-0.8
347f29e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
347f29e
c007570
* Mon Mar 23 2009 Richard W.M. Jones <rjones@redhat.com> - 4.4.0-0.7
c007570
- New native Fedora version gcc 4.4.0 20090319 svn 144967.
c007570
- Enable _smp_mflags.
c007570
7ecd89b
* Wed Mar  4 2009 Richard W.M. Jones <rjones@redhat.com> - 4.4.0-0.6
7ecd89b
- Fix libobjc and consequently Objective C and Objective C++ compilers.
7ecd89b
af985a7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.0-0.5
af985a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
af985a7
9a2ea4c
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 4.4.0-0.4
9a2ea4c
- Rebuild for mingw32-gcc 4.4
9a2ea4c
9a2ea4c
* Thu Feb 19 2009 Richard W.M. Jones <rjones@redhat.com> - 4.4.0-0.2
9a2ea4c
- Move to upstream version 4.4.0-20090216 (same as Fedora native version).
9a2ea4c
- Added FORTRAN support.
9a2ea4c
- Added Objective C support.
9a2ea4c
- Added Objective C++ support.
9a2ea4c
eb48a50
* Mon Nov 24 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-12
eb48a50
- Rebuild against latest filesystem package.
eb48a50
eb48a50
* Fri Nov 21 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-11
eb48a50
- Remove obsoletes for a long dead package.
eb48a50
eb48a50
* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-10
eb48a50
- Rebuild against mingw32-filesystem 37
eb48a50
eb48a50
* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-9
eb48a50
- Rebuild against mingw32-filesystem 36
eb48a50
eb48a50
* Thu Oct 30 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-8
eb48a50
- Don't BR mpfr-devel for RHEL/EPEL-5 (Levente Farkas).
eb48a50
eb48a50
* Thu Sep  4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-7
eb48a50
- Rename mingw -> mingw32.
eb48a50
eb48a50
* Thu Sep  4 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-6
eb48a50
- Use RPM macros from mingw-filesystem.
eb48a50
eb48a50
* Mon Jul  7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.2-3
eb48a50
- Initial RPM release, largely based on earlier work from several sources.