summaryrefslogtreecommitdiffstats
path: root/contrib/cygwin/i386-cygwin-w32api.spec.in
blob: 927f122ea52cc46c340b3569cc9cf7b53b918ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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:        cygwin
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.bz2

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