Update to 4.0rc1
This commit is contained in:
parent
1ea5856b8a
commit
55b098074c
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/mingw-w64-mingw-w64-63dba27341bc2c90c76208765909d560d1ef9978.zip
|
/mingw-w64-mingw-w64-63dba27341bc2c90c76208765909d560d1ef9978.zip
|
||||||
/mingw-w64-mingw-w64-dadc8f83c38992fa4e55e9c90d673c194df70686.zip
|
/mingw-w64-mingw-w64-dadc8f83c38992fa4e55e9c90d673c194df70686.zip
|
||||||
/mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip
|
/mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip
|
||||||
|
/mingw-w64-v4.0-rc1.tar.bz2
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
%global snapshot_date 20141222
|
#%%global snapshot_date 20141222
|
||||||
%global snapshot_rev f7337bdf0d70809e720b4e2671758e0c10c16f60
|
#%%global snapshot_rev f7337bdf0d70809e720b4e2671758e0c10c16f60
|
||||||
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||||
%global branch trunk
|
#%%global branch trunk
|
||||||
|
|
||||||
|
%global pre rc1
|
||||||
|
|
||||||
# The mingw-w64-headers provide the headers pthread_time.h
|
# The mingw-w64-headers provide the headers pthread_time.h
|
||||||
# and pthread_unistd.h by default and are dummy headers.
|
# and pthread_unistd.h by default and are dummy headers.
|
||||||
@ -19,8 +21,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: mingw-headers
|
Name: mingw-headers
|
||||||
Version: 3.9.999
|
Version: 4.0
|
||||||
Release: 0.5.%{branch}.git.%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
Release: 0.1.%{pre}%{?dist}
|
||||||
Summary: Win32/Win64 header files
|
Summary: Win32/Win64 header files
|
||||||
|
|
||||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||||
@ -35,7 +37,7 @@ URL: http://mingw-w64.sourceforge.net/
|
|||||||
# spectool -g mingw-headers.spec
|
# spectool -g mingw-headers.spec
|
||||||
Source0: http://sourceforge.net/code-snapshots/git/m/mi/mingw-w64/mingw-w64.git/mingw-w64-mingw-w64-%{snapshot_rev}.zip
|
Source0: http://sourceforge.net/code-snapshots/git/m/mi/mingw-w64/mingw-w64.git/mingw-w64-mingw-w64-%{snapshot_rev}.zip
|
||||||
%else
|
%else
|
||||||
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}%{?pre:-%{pre}}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Our RPM macros automatically set the environment variable WIDL
|
# Our RPM macros automatically set the environment variable WIDL
|
||||||
@ -86,7 +88,7 @@ cd mingw-w64-v%{version}
|
|||||||
unzip %{S:0}
|
unzip %{S:0}
|
||||||
%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-mingw-w64-%{snapshot_rev}
|
%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-mingw-w64-%{snapshot_rev}
|
||||||
%else
|
%else
|
||||||
%setup -q -n mingw-w64-v%{version}
|
%setup -q -n mingw-w64-v%{version}%{?pre:-%{pre}}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch0 -p0 -b .idl
|
%patch0 -p0 -b .idl
|
||||||
@ -124,6 +126,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 26 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.0-0.1.rc1
|
||||||
|
- Update to 4.0rc1
|
||||||
|
|
||||||
* Mon Dec 22 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.999-0.5.trunk.git.f7337b.20141222
|
* Mon Dec 22 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.999-0.5.trunk.git.f7337b.20141222
|
||||||
- Update to 20141222 snapshot (git rev f7337b)
|
- Update to 20141222 snapshot (git rev f7337b)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user