]> git.pld-linux.org Git - packages/crossmingw64-headers.git/commitdiff
- adjust desc, install changelogs, drop debuginfo package, release 1. auto/th/crossmingw64-headers-1_0-1
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 26 Sep 2010 11:39:59 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-headers.spec -> 1.2

crossmingw64-headers.spec

index 192f63516feddb0b724e4a5f62fe890230c214f9..45c48d9ca1bef74229062d3842bb5a4840c5e116 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Cross Mingw64 GNU development utilities - headers
 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
@@ -11,8 +11,11 @@ Source0:     mingw64-headers.tar.bz2
 # 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}
 
@@ -21,7 +24,8 @@ crossmingw64 is a complete cross-compiling development system for
 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.
 
@@ -30,7 +34,7 @@ crossmingw64 jest kompletnym systemem do skrośnej kompilacji,
 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.
 
@@ -39,6 +43,8 @@ Ten pakiet zawiera pliki nagłówkowe dla Win64.
 if [ "`svnversion -n`" != "%{_rev}" ]; then
        exit 1
 fi
+cp include/ChangeLog ChangeLog.headers
+cp direct-x/ChangeLog ChangeLog.direct-x-headers
 
 %build
 ./configure \
@@ -47,7 +53,7 @@ fi
        --host=%{target} \
        --with-sdk=all
 
-%{__make} all
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,5 +66,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc README
+%doc ChangeLog ChangeLog.direct-x-headers ChangeLog.headers
 %{arch}/include
This page took 0.119398 seconds and 4 git commands to generate.