forked from Imagelibrary/rtems
* i386-cygwin-gcc.spec.in, i386-cygwin-mingw.spec.in, setup.def: Updated to current Cygwin versions and fixed some minor nits in the specifications. 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * setup.def: Update to binutils-20021117-1. * i386-cygwin-binutils.spec.in: Reflect update to binutils-20021127-1. Adaptations to RH-8.0/rpm-4.1. 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. 2001-02-05 Joel Sherrill <joel@OARcorp.com> * i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in: Modified group. 2001-01-22 Joel Sherrill <joel@OARcorp.com> * i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in, setup.def: Updated to reflect latest versions and packaging. 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. 2001-09-13 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Corrected for missing files. 2001-08-31 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Missed in previous commit. 2001-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * Makefile.am, .cvsignore, configure.in, i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-w32api.spec.in, i386-cygwin-mingw.spec.in, setup, setup.def: New files that support building RPMs for Linux hosted cross compilers targeting Cygwin.
48 lines
969 B
RPMSpec
48 lines
969 B
RPMSpec
#
|
|
# spec file for package i386-cygwin-mingw
|
|
#
|
|
|
|
%define mingw_version @MINGW_VERS@
|
|
%define mingw_rpmvers @MINGW_RPMVERS@
|
|
|
|
Vendor: Ralf Corsepius
|
|
Distribution: Linux
|
|
Name: i386-cygwin-mingw
|
|
Release: @MINGW_RPMREL@
|
|
Copyright: Red Hat Inc.
|
|
Group: cygwin
|
|
Provides: i386-cygwin-mingw
|
|
|
|
Autoreqprov: off
|
|
Packager: corsepiu@faw.uni-ulm.de
|
|
Prefix: /opt/cygwin
|
|
BuildRoot: @RPM_BUILD_ROOT@
|
|
|
|
Version: %mingw_rpmvers
|
|
Summary: Cygwin's mingw libs
|
|
|
|
Source0: ftp://sourceware.cygnus.com/pub/cygwin/latest/mingw/mingw-runtime-%{mingw_version}.tar.bz2
|
|
NoSource: 0
|
|
|
|
%description
|
|
Cygwin's mingw libs
|
|
|
|
%prep
|
|
%setup -c
|
|
|
|
%build
|
|
rm -r usr/bin
|
|
mv usr i386-cygwin
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT%{prefix}
|
|
cp -a i386-cygwin $RPM_BUILD_ROOT%{prefix}
|
|
|
|
%clean
|
|
# let rpm --clean remove BuildRoot iff using the default BuildRoot
|
|
test "$RPM_BUILD_ROOT" = "@RPM_BUILD_ROOT@" && \
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%{prefix}/i386-cygwin
|