From 30eaa3dda62001b51e1ba735f2c7993debb48eea Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 6 Mar 2016 19:40:04 +0000 Subject: [PATCH] upgrading package: libptytty 1.3 -> 1.8 --- libptytty/libptytty.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libptytty/libptytty.spec b/libptytty/libptytty.spec index 7e2121863b..78b1c61b04 100644 --- a/libptytty/libptytty.spec +++ b/libptytty/libptytty.spec @@ -31,11 +31,11 @@ Distribution: OpenPKG Community Class: EVAL Group: System License: GPL -Version: 1.3 -Release: 20090504 +Version: 1.8 +Release: 20160306 # list of sources -Source0: http://dist.schmorp.de/libptytty/libptytty-%{version}.tar.bz2 +Source0: http://dist.schmorp.de/libptytty/libptytty-%{version}.tar.gz # build information BuildPreReq: OpenPKG, openpkg >= 20100101, gcc, gcc::with_cxx = yes, make @@ -49,7 +49,7 @@ PreReq: OpenPKG, openpkg >= 20100101 prog libptytty = { version = %{version} url = http://dist.schmorp.de/libptytty/ - regex = libptytty-(__VER__)\.tar\.bz2 + regex = libptytty-(__VER__)\.tar\.gz } %prep @@ -64,6 +64,7 @@ PreReq: OpenPKG, openpkg >= 20100101 LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ --disable-shared %{l_make} %{l_mflags -O}