From 1b7cf23b4a8306e43d8f5b209f33b02bcdfe241ee7190c883d45e042c307c9de Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Oct 2009 22:14:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=3 --- mingw-w64-crt-0.0.20090827.2.tar.bz2 | 3 --- mingw-w64-runtime-1.0b.tar.bz2 | 3 +++ ....20090827.2-rpmlintrc => mingw32-runtime-1.0b-rpmlintrc | 0 mingw32-runtime.spec | 7 +++---- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 mingw-w64-crt-0.0.20090827.2.tar.bz2 create mode 100644 mingw-w64-runtime-1.0b.tar.bz2 rename mingw32-runtime-0.0.20090827.2-rpmlintrc => mingw32-runtime-1.0b-rpmlintrc (100%) diff --git a/mingw-w64-crt-0.0.20090827.2.tar.bz2 b/mingw-w64-crt-0.0.20090827.2.tar.bz2 deleted file mode 100644 index 3696184..0000000 --- a/mingw-w64-crt-0.0.20090827.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:301e56370e7de40541756b58556610ab665e1f3c07fb3171ee90d8603a049347 -size 1559501 diff --git a/mingw-w64-runtime-1.0b.tar.bz2 b/mingw-w64-runtime-1.0b.tar.bz2 new file mode 100644 index 0000000..57b7beb --- /dev/null +++ b/mingw-w64-runtime-1.0b.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5369ab362e8d706f1496150ec519f864dcd7095dd4ef6cb751c5e054e272275d +size 1542087 diff --git a/mingw32-runtime-0.0.20090827.2-rpmlintrc b/mingw32-runtime-1.0b-rpmlintrc similarity index 100% rename from mingw32-runtime-0.0.20090827.2-rpmlintrc rename to mingw32-runtime-1.0b-rpmlintrc diff --git a/mingw32-runtime.spec b/mingw32-runtime.spec index 38a7c78..27498c8 100644 --- a/mingw32-runtime.spec +++ b/mingw32-runtime.spec @@ -6,14 +6,14 @@ %define __os_install_post %{_mingw32_install_post} Name: mingw32-runtime -Version: 0.0.20090827.2 +Version: 1.0b Release: 0 Summary: MinGW-W64 runtime for win32 License: Public Domain Group: Development/Libraries URL: http://www.mingw.org/ -Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-crt-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/mingw-w64/mingw-w64-runtime-%{version}.tar.bz2 Source100: %{name}-%{version}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,10 +35,9 @@ MinGW Win64 cross-compiler runtime, base libraries. %prep -%setup -q -c +%setup -q -n mingw-w64-runtime-%{version} %build -cd mingw-w64-crt ./configure --host=%{_mingw32_target} --prefix=%{_prefix} --with-sysroot=%{_mingw32_sysroot} --enable-lib32 --disable-lib64 make