]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- up to 3.13 with 3.15.1 runtime (upstream source file name change) auto/th/crossmingw32-w32api-3_13-1
authorjpc <jpc@pld-linux.org>
Sun, 7 Dec 2008 02:56:30 +0000 (02:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix install (we were flattening include/ddk/*.h into include/)

Changed files:
    crossmingw32-w32api.spec -> 1.39

crossmingw32-w32api.spec

index 6da677be3aab56b2f30c8dcfc57339e479ab95bb..a44e42e8f630bf696c25f0d90c8711f0930c3807 100644 (file)
@@ -1,22 +1,22 @@
 Summary:       Mingw32 Binary Utility Development Utilities - Win32 API libraries
 Summary(pl.UTF-8):     Zestaw narzÄ™dzi mingw32 - biblioteki API Win32
 Name:          crossmingw32-w32api
-Version:       3.10
+Version:       3.13
 %define        apiver  %{version}
-%define        apisrc  w32api-%{apiver}
-%define runver 3.13
-%define        runsrc  mingw-runtime-%{runver}
+%define        apisrc  w32api-%{apiver}-mingw32
+%define runver 3.15.1
+%define        runsrc  mingwrt-%{runver}-mingw32
 Release:       1
 Epoch:         1
 License:       Free
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/mingw/%{apisrc}-src.tar.gz
-# Source0-md5: 1323a47f1f0d9f44b12a20abedda4017
+# Source0-md5: 8eae788a09a589414b83adc91bb0c069
 # only for headers
 Source1:       http://dl.sourceforge.net/mingw/%{runsrc}-src.tar.gz
-# Source1-md5: f7f61ed33e1bd485e97a765c7945cb2a
+# Source1-md5: 0411b98fd5eeac0706e2abb7122526bb
 Source2:       http://www.opengl.org/registry/api/glext.h
-# NoSource2-md5:       2e0c1c691b518b06691eba826a97cf3b
+# NoSource2-md5:       b0cd2cc51ed747b755c3136eaa4be47c
 Patch0:                %{name}-include_fix.patch
 Patch1:                %{name}-mmsystem.patch
 URL:           http://www.mingw.org/
@@ -71,7 +71,7 @@ DirectX from MinGW Win32 API.
 DirectX z API Win32 dla MinGW.
 
 %prep
-%setup -q -n w32api-%{version} -a1
+%setup -q -n w32api-%{version}-mingw32 -a1
 %patch0 -p1
 %patch1 -p1
 
@@ -90,8 +90,9 @@ cp /usr/share/automake/config.sub .
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       inst_libdir=$RPM_BUILD_ROOT%{_libdir} \
-       inst_includedir=$RPM_BUILD_ROOT%{_includedir}
+       libdir=$RPM_BUILD_ROOT%{_libdir} \
+       includedir=$RPM_BUILD_ROOT%{_includedir}
+
 
 %{!?debug:%{target}-strip -g $RPM_BUILD_ROOT%{_libdir}/*.a}
 
@@ -107,7 +108,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib[!d]*.a
 %{_libdir}/libdlcapi.a
 %{_libdir}/libdxapi.a
-%exclude %{_libdir}/libglut*.a
 %exclude %{_includedir}/dxerr*.h
 %exclude %{_includedir}/d3d*.h
 
This page took 0.045193 seconds and 4 git commands to generate.