summaryrefslogtreecommitdiffstats
path: root/cygwin-w32api-runtime.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-01-16 02:18:43 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2014-01-16 02:18:43 -0600
commit7fddd8e2319a95ecd862dd7989c90bb90395cdae (patch)
treee47f36b4768b230033ccec6ccaa2a77d79326d99 /cygwin-w32api-runtime.spec
parenteee286041e68ed4abbafa5b4c31d7d07decfb467 (diff)
downloadcygwin-w32api-runtime-7fddd8e2319a95ecd862dd7989c90bb90395cdae.tar.gz
cygwin-w32api-runtime-7fddd8e2319a95ecd862dd7989c90bb90395cdae.tar.xz
cygwin-w32api-runtime-7fddd8e2319a95ecd862dd7989c90bb90395cdae.zip
cygwin-w32api-runtime 3.1.0
Diffstat (limited to 'cygwin-w32api-runtime.spec')
-rw-r--r--cygwin-w32api-runtime.spec21
1 files changed, 15 insertions, 6 deletions
diff --git a/cygwin-w32api-runtime.spec b/cygwin-w32api-runtime.spec
index 3cd75d4..da3e0a2 100644
--- a/cygwin-w32api-runtime.spec
+++ b/cygwin-w32api-runtime.spec
@@ -1,11 +1,11 @@
%{?cygwin_package_header}
-%global snapshot_rev 5747
-%global branch trunk
+#%%global snapshot_rev 5747
+#%%global branch trunk
Name: cygwin-w32api-runtime
-Version: 2.0.999
-Release: 0.15.%{branch}.svn%{snapshot_rev}
+Version: 3.1.0
+Release: 1
Summary: Windows API libraries for Cygwin toolchain
License: Public Domain and ZPLv2.1
@@ -13,10 +13,13 @@ Group: Development/Libraries
URL: http://mingw-w64.sourceforge.net/
BuildArch: noarch
+%if 0%{?snapshot_rev}
# To regenerate a snapshot:
# wget http://sourceforge.net/code-snapshots/svn/m/mi/mingw-w64/code/mingw-w64-code-%{snapshot_rev}-%{branch}.zip
Source0: mingw-w64-code-%{snapshot_rev}-%{branch}.zip
-Patch0: w32api-lib64dir.patch
+%else
+Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
+%endif
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
@@ -55,8 +58,11 @@ Windows cross-compiler runtime base libraries for Cygwin64 toolchain.
%prep
+%if 0%{?snapshot_rev}
%setup -q -n mingw-w64-code-%{snapshot_rev}-%{branch}
-%patch0 -p1
+%else
+%setup -q -n mingw-w64-v%{version}
+%endif
%build
@@ -88,6 +94,9 @@ rm -fr $RPM_BUILD_ROOT%{cygwin64_includedir}/w32api/*.c
%changelog
+* Thu Jan 16 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 3.1.0-1
+- Update to latest stable release.
+
* Thu Jun 27 2013 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 2.0.999-0.15.trunk.r5747
- Update to SVN trunk.
- Update to new Cygwin packaging scheme.