Browse Source

upgrading package: libptytty 1.3 -> 1.8

master
parent
commit
30eaa3dda6
  1. 9
      libptytty/libptytty.spec

9
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}

Loading…
Cancel
Save