forked from pool/mingw32-runtime
spec-cleaner -i
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=28
This commit is contained in:
parent
e5dd95d4f3
commit
76b98fbcb0
@ -22,9 +22,7 @@
|
|||||||
%define __find_requires %{_mingw32_findrequires}
|
%define __find_requires %{_mingw32_findrequires}
|
||||||
%define __find_provides %{_mingw32_findprovides}
|
%define __find_provides %{_mingw32_findprovides}
|
||||||
%define __os_install_post %{_mingw32_install_post}
|
%define __os_install_post %{_mingw32_install_post}
|
||||||
|
|
||||||
%define snapshot -r6638
|
%define snapshot -r6638
|
||||||
|
|
||||||
Name: mingw32-runtime
|
Name: mingw32-runtime
|
||||||
Version: 3.1.99
|
Version: 3.1.99
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -32,37 +30,36 @@ Summary: MinGW-w64 runtime libraries for Win32
|
|||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://mingw-w64.sf.net/
|
Url: http://mingw-w64.sf.net/
|
||||||
|
Source: mingw-w64-crt-%{version}%{snapshot}.tar.xz
|
||||||
Source: mingw-w64-crt-%version%{snapshot}.tar.xz
|
Source100: %{name}-rpmlintrc
|
||||||
Source100: %name-rpmlintrc
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
BuildRequires: mingw32-cross-binutils
|
BuildRequires: mingw32-cross-binutils
|
||||||
BuildRequires: mingw32-cross-gcc-bootstrap >= 4.4.0
|
BuildRequires: mingw32-cross-gcc-bootstrap >= 4.4.0
|
||||||
BuildRequires: mingw32-filesystem
|
BuildRequires: mingw32-filesystem
|
||||||
BuildRequires: mingw32-headers >= %version
|
BuildRequires: mingw32-headers >= %{version}
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
||||||
# longer needed.
|
# longer needed.
|
||||||
Obsoletes: mingw32-runtime-bootstrap
|
Obsoletes: mingw32-runtime-bootstrap
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MinGW Win64 cross-compiler runtime, base libraries.
|
MinGW Win64 cross-compiler runtime, base libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn mingw-w64-crt
|
%setup -q -n mingw-w64-crt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_mingw32_configure --enable-lib32 --disable-lib64
|
%{_mingw32_configure} --enable-lib32 --disable-lib64
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR="%buildroot" install
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
rm -Rfv "%buildroot/%_mingw32_includedir"/*.c
|
rm -Rfv "%{buildroot}/%{_mingw32_includedir}"/*.c
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_mingw32_libdir/
|
%{_mingw32_libdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user