Browse Source

upgrading package: txr 189 -> 190

master
parent
commit
8f2295ba68
  1. 8
      txr/txr.spec

8
txr/txr.spec

@ -31,15 +31,15 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Searching
License: BSD
Version: 189
Release: 20180207
Version: 190
Release: 20180219
# list of sources
Source0: http://www.kylheku.com/cgit/txr/snapshot/txr-%{version}.tar.bz2
Patch0: txr.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20160101
BuildPreReq: OpenPKG, openpkg >= 20160101, flex, bison
PreReq: OpenPKG, openpkg >= 20160101
%description
@ -66,7 +66,7 @@ PreReq: OpenPKG, openpkg >= 20160101
--prefix=%{l_prefix} \
--install_prefix=$RPM_BUILD_ROOT \
--mandir=%{l_prefix}/man
%{l_make} %{l_mflags -O}
%{l_make} %{l_mflags}
%install
%{l_make} %{l_mflags} install

Loading…
Cancel
Save