From bce5b966788b7d38e7235291e155272f1dc42d6a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Added _mingw32_cxx macro. New filesystem version 30. --- example/mingw32-example.spec | 2 +- filesystem/mingw32-filesystem.spec | 5 ++++- filesystem/mingw32-macros.mingw32 | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/example/mingw32-example.spec b/example/mingw32-example.spec index 9ccb23f..1e4e5f4 100644 --- a/example/mingw32-example.spec +++ b/example/mingw32-example.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 26 +BuildRequires: mingw32-filesystem >= 30 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils # Any additional BuildRequires. diff --git a/filesystem/mingw32-filesystem.spec b/filesystem/mingw32-filesystem.spec index 1426f9a..52fd7a5 100644 --- a/filesystem/mingw32-filesystem.spec +++ b/filesystem/mingw32-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw32-filesystem -Version: 29 +Version: 30 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 6 2008 Richard Jones - 30-1 +- Added _mingw32_cxx. + * Thu Sep 25 2008 Richard Jones - 29-1 - Added _mingw32_as, _mingw32_dlltool, _mingw32_windres. diff --git a/filesystem/mingw32-macros.mingw32 b/filesystem/mingw32-macros.mingw32 index e5d9368..8552b9a 100644 --- a/filesystem/mingw32-macros.mingw32 +++ b/filesystem/mingw32-macros.mingw32 @@ -32,6 +32,8 @@ %_mingw32_strip i686-pc-mingw32-strip %_mingw32_objdump i686-pc-mingw32-objdump %_mingw32_windres i686-pc-mingw32-windres +%_mingw32_cxx i686-pc-mingw32-g++ + %_mingw32_findprovides /usr/lib/rpm/mingw32-find-provides.sh %_mingw32_findrequires /usr/lib/rpm/mingw32-find-requires.sh -- 1.8.3.1