]> git.pld-linux.org Git - packages/wget.git/commitdiff
- fix version_string in src/version.c auto/th/wget-1_13_4-2 auto/ti/wget-1_13_4-2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2011 20:29:29 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget.spec -> 1.159

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.075015 seconds and 4 git commands to generate.