mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Remove.
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
%define mingw32_version @MINGW32_VERS@
|
||||
%define mingw32_rpmvers %{expand:%(echo @MINGW32_VERS@ | tr - _)}
|
||||
|
||||
Name: @rpmprefix@@tool_target@
|
||||
Release: @MINGW32_RPMREL@%{?dist}
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
Version: %mingw32_rpmvers
|
||||
Summary: MinGW Libraries
|
||||
|
||||
Source0: http://downloads.sourceforge.net/mingw/mingw-runtime-%{mingw32_version}.tar.gz
|
||||
%{?_without_sources:NoSource: 0}
|
||||
|
||||
%description
|
||||
Mingw libraries.
|
||||
|
||||
%prep
|
||||
%setup -c -q
|
||||
|
||||
%build
|
||||
rm -rf @tool_target@
|
||||
|
||||
# Setup sys-root (Usable for gcc >= 3.4)
|
||||
mkdir -p @tool_target@/sys-root/mingw
|
||||
cp -a include lib @tool_target@/sys-root/mingw
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}
|
||||
cp -a @tool_target@ $RPM_BUILD_ROOT%{_prefix}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
%package sys-root
|
||||
Group: Development/Tools
|
||||
Summary: @tool_target@ target files for gcc >= 3.4
|
||||
|
||||
%description sys-root
|
||||
@tool_target@ target files for gcc >= 3.4
|
||||
|
||||
%files sys-root
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_prefix}/@tool_target@
|
||||
%{_prefix}/@tool_target@/sys-root
|
||||
Reference in New Issue
Block a user