Browse Source

apply vendor patches since 1.3.3

master
parent
commit
d42ee06575
  1. 1574
      punbb/punbb.patch.vendor
  2. 6
      punbb/punbb.spec

1574
punbb/punbb.patch.vendor

File diff suppressed because it is too large Load Diff

6
punbb/punbb.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: CMS
License: GPL
Version: %{V_opkg}
Release: 20091002
Release: 20100507
# list of sources
Source0: http://punbb.informer.com/download/punbb-%{V_dist}.tar.gz
@ -44,6 +44,7 @@ Source1: punbb-apache.conf
Source2: punbb-setup.sh
Source3: rc.punbb
Patch0: punbb.patch
Patch1: punbb.patch.vendor
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101
@ -74,7 +75,8 @@ PreReq: postgresql >= 8.2.4-20070906
%prep
%setup -q -n punbb-%{V_dist}
%patch -p0
%patch -p0 -P 0
%patch -p0 -P 1
%build

Loading…
Cancel
Save