Author: pluto Date: Sun Sep 26 11:40:04 2010 GMT Module: packages Tag: HEAD ---- Log message: - adjust desc, install changelogs, drop debuginfo package, release 1.
---- Files affected: packages/crossmingw64-headers: crossmingw64-headers.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/crossmingw64-headers/crossmingw64-headers.spec diff -u packages/crossmingw64-headers/crossmingw64-headers.spec:1.1 packages/crossmingw64-headers/crossmingw64-headers.spec:1.2 --- packages/crossmingw64-headers/crossmingw64-headers.spec:1.1 Sun Sep 26 13:09:04 2010 +++ packages/crossmingw64-headers/crossmingw64-headers.spec Sun Sep 26 13:39:59 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla Mingw64 - pliki nagłowkowe Name: crossmingw64-headers Version: 1.0 -Release: 0.1 +Release: 1 License: ZPL v2.1 with parts on Public Domain, BSD and LGPL. Group: Development/Tools # svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/branches/releases/v1.0/mingw-w64-headers mingw64-headers @@ -12,8 +12,11 @@ # Source0-md5: 900f8604d077d904f5236b89a88ed416 URL: http://mingw-w64.sourceforge.net/ BuildRequires: automake +AutoReqProv: no BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _enable_debug_packages 0 + %define target x86_64-pc-mingw32 %define arch %{_prefix}/%{target} @@ -22,7 +25,8 @@ building stand-alone Microsoft Windows applications under Linux using the Mingw64 build libraries. This includes a binutils, gcc with g++ and objc, and libstdc++, all cross targeted to x86_64-pc-mingw32, -along with supporting Win64 libraries in PE+ format from free sources. +along with supporting Win64 libraries in PE32+ format from free +sources. This package contains cross targeted headers for Win64. @@ -31,7 +35,7 @@ pozwalającym budować aplikacje MS Windows pod Linuksem używając bibliotek mingw64. System składa się z binutils, gcc z g++ i objc, libstdc++ - wszystkie generujące kod dla platformy x86_64-pc-mingw32, -oraz z bibliotek w PE+. +oraz z bibliotek w formacie PE32+. Ten pakiet zawiera pliki nagłówkowe dla Win64. @@ -40,6 +44,8 @@ if [ "`svnversion -n`" != "%{_rev}" ]; then exit 1 fi +cp include/ChangeLog ChangeLog.headers +cp direct-x/ChangeLog ChangeLog.direct-x-headers %build ./configure \ @@ -48,7 +54,7 @@ --host=%{target} \ --with-sdk=all -%{__make} all +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -61,7 +67,7 @@ %files %defattr(644,root,root,755) -#%doc README +%doc ChangeLog ChangeLog.direct-x-headers ChangeLog.headers %{arch}/include %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -70,5 +76,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/09/26 11:39:59 pluto +- adjust desc, install changelogs, drop debuginfo package, release 1. + Revision 1.1 2010/09/26 11:09:04 pluto - initial dropin. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-headers/crossmingw64-headers.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
