Update to r5894 (20130614 snapshot)
and updated instructions to regenerate snapshots (SourceForge has changed their SVN infrastructure)
This commit is contained in:
parent
55f3a3512e
commit
e456ca28a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/mingw-w64-trunk-snapshot-20130509.tar.gz
|
||||
/mingw-w64-trunk-snapshot-20130520.tar.gz
|
||||
/mingw-w64-trunk-snapshot-20130530.tar.gz
|
||||
/mingw-w64-trunk-r5894-snapshot-20130614.zip
|
||||
|
@ -1,4 +1,5 @@
|
||||
%global snapshot_date 20130530
|
||||
%global snapshot_date 20130614
|
||||
%global snapshot_rev 5894
|
||||
%global branch trunk
|
||||
|
||||
# The mingw-w64-headers provide the headers pthread_time.h
|
||||
@ -13,7 +14,7 @@
|
||||
|
||||
Name: mingw-headers
|
||||
Version: 2.0.999
|
||||
Release: 0.25.%{branch}.%{snapshot_date}%{?dist}
|
||||
Release: 0.26.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -22,8 +23,8 @@ Group: Development/Libraries
|
||||
URL: http://mingw-w64.sourceforge.net/
|
||||
%if 0%{?snapshot_date}
|
||||
# To regerenate a snapshot:
|
||||
# wget http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/%{branch}/?view=tar -O mingw-w64-%{branch}-snapshot-$(date '+%Y%m%d').tar.gz
|
||||
Source0: mingw-w64-%{branch}-snapshot-%{snapshot_date}.tar.gz
|
||||
# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip -O mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-$(date '+%Y%m%d').tar.gz
|
||||
Source0: mingw-w64-%{branch}-r%{snapshot_rev}-snapshot-%{snapshot_date}.zip
|
||||
%else
|
||||
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
|
||||
%endif
|
||||
@ -67,8 +68,8 @@ MinGW Windows cross-compiler Win64 header files.
|
||||
rm -rf mingw-w64-v%{version}
|
||||
mkdir mingw-w64-v%{version}
|
||||
cd mingw-w64-v%{version}
|
||||
tar -xf %{S:0}
|
||||
%setup -q -D -T -n mingw-w64-v%{version}/%{branch}
|
||||
unzip %{S:0}
|
||||
%setup -q -D -T -n mingw-w64-v%{version}/mingw-w64-code-%{snapshot_rev}-%{branch}
|
||||
%else
|
||||
%setup -q -n mingw-w64-v%{version}
|
||||
%endif
|
||||
@ -104,6 +105,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 14 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.26.trunk.r5894.20130614
|
||||
- Update to r5894 (20130614 snapshot)
|
||||
- Updated instructions to regenerate snapshots
|
||||
(SourceForge has changed their SVN infrastructure)
|
||||
|
||||
* Thu May 30 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.999-0.25.trunk.20130530
|
||||
- Update to 20130530 snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user