From 93688eba9ad2dbf655a5a98da1ff45dffb0aa782 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 Aug 2001 15:25:18 +0000 Subject: 2001-08-31 Ralf Corsepius * 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. --- contrib/cygwin/i386-cygwin-w32api.spec.in | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 contrib/cygwin/i386-cygwin-w32api.spec.in (limited to 'contrib/cygwin/i386-cygwin-w32api.spec.in') diff --git a/contrib/cygwin/i386-cygwin-w32api.spec.in b/contrib/cygwin/i386-cygwin-w32api.spec.in new file mode 100644 index 0000000000..1136215153 --- /dev/null +++ b/contrib/cygwin/i386-cygwin-w32api.spec.in @@ -0,0 +1,47 @@ +# +# spec file for package i386-cygwin-w32api +# + +%define w32api_version @W32API_VERS@ +%define w32api_rpmvers @W32API_RPMVERS@ + +Vendor: Ralf Corsepius +Distribution: Linux +Name: i386-cygwin-w32api +Release: @W32API_RPMREL@ +Copyright: Red Hat Inc. +Group: Development/Libraries +Provides: i386-cygwin-w32api + +Autoreqprov: off +Packager: corsepiu@faw.uni-ulm.de +Prefix: /opt/cygwin +BuildRoot: @RPM_BUILD_ROOT@ + +Version: %w32api_rpmvers +Summary: Cygwin's w32api libs +Source0: ftp://sourceware.cygnus.com/pub/cygwin/latest/w32api/w32api-%{w32api_version}.tar.gz + +NoSource: 0 + +%description +Cygwin's w32api libs + +%prep +%setup -c + +%build + rm -rf 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 -- cgit v1.2.3