]> git.pld-linux.org Git - packages/wget.git/blobdiff - wget.spec
- fix version_string in src/version.c
[packages/wget.git] / wget.spec
index 056b84622beb4a8c28be7de11648231751fb6a6d..e907d79c4aceecb5a0a61f539e9e87b0bd101e0d 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -17,7 +17,7 @@ Summary(uk.UTF-8):    Утиліта для отримання файлів по п
 Summary(zh_CN.UTF-8):  [通讯]功能强大的下载程序,支持断点续传
 Name:          wget
 Version:       1.13.4
-Release:       1
+Release:       2
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
@@ -124,6 +124,13 @@ Proxy серверів, настроюваність.
 %patch4 -p1
 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po
 
+# temp hack for 1.13.4
+test -e build-aux/bzr-version-gen || cat <<EOF > build-aux/bzr-version-gen
+#!/bin/sh
+echo -n %{version}
+EOF
+chmod +x build-aux/bzr-version-gen
+
 %build
 %{__gettextize}
 %{__aclocal} -I m4
This page took 0.045013 seconds and 4 git commands to generate.