SPECS: crossmingw32-w32api.spec - up to 3.13 with 3.15.1 runtime (upstream ...

jpc jpc at pld-linux.org
Sun Dec 7 03:56:37 CET 2008


Author: jpc                          Date: Sun Dec  7 02:56:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 3.13 with 3.15.1 runtime (upstream source file name change)
- fix install (we were flattening include/ddk/*.h into include/)

---- Files affected:
SPECS:
   crossmingw32-w32api.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-w32api.spec
diff -u SPECS/crossmingw32-w32api.spec:1.38 SPECS/crossmingw32-w32api.spec:1.39
--- SPECS/crossmingw32-w32api.spec:1.38	Thu Nov 15 18:52:39 2007
+++ SPECS/crossmingw32-w32api.spec	Sun Dec  7 03:56:30 2008
@@ -2,22 +2,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/
@@ -72,7 +72,7 @@
 DirectX z API Win32 dla MinGW.
 
 %prep
-%setup -q -n w32api-%{version} -a1
+%setup -q -n w32api-%{version}-mingw32 -a1
 %patch0 -p1
 %patch1 -p1
 
@@ -91,8 +91,9 @@
 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}
 
@@ -108,7 +109,6 @@
 %{_libdir}/lib[!d]*.a
 %{_libdir}/libdlcapi.a
 %{_libdir}/libdxapi.a
-%exclude %{_libdir}/libglut*.a
 %exclude %{_includedir}/dxerr*.h
 %exclude %{_includedir}/d3d*.h
 
@@ -127,6 +127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2008/12/07 02:56:30  jpc
+- up to 3.13 with 3.15.1 runtime (upstream source file name change)
+- fix install (we were flattening include/ddk/*.h into include/)
+
 Revision 1.38  2007/11/15 17:52:39  qboosh
 - updated glext.h to 39
 - avoid other non-x86 arch-specific flags
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-w32api.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list