--- rpms/ezmlm-web/contribs10/ezmlm-web.spec 2022/03/16 23:50:11 1.2 +++ rpms/ezmlm-web/contribs10/ezmlm-web.spec 2022/03/20 18:07:07 1.3 @@ -1,4 +1,4 @@ -# $Id: ezmlm-web.spec,v 1.1 2022/03/15 19:09:48 jpp Exp $ +# $Id: ezmlm-web.spec,v 1.2 2022/03/16 23:50:11 jpp Exp $ # Authority: gordonr # Name: Gordon Rowell @@ -6,7 +6,7 @@ Summary: Web interface to ezmlm configur %define name ezmlm-web Name: %{name} %define version 3.3.1 -%define release 8 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: BSD-style @@ -16,6 +16,7 @@ Source: https://systemausfall.org/toolfo Patch0: ezmlm-web-3.3.1-smeintegration.patch Patch1: ezmlm-web-3.3.1-cgi.patch Patch2: ezmlm-web-3.3.1-modiffor722.patch +Patch3: ezmlm-web-3.3.1-bz11913-deprecateddefined.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: ezmlm-idx-std Requires: httpd @@ -59,21 +60,24 @@ many new features that have been suggest and hopefully is now useful to a much larger group of people. %changelog +* Sun Mar 20 2022 Jean-Philippe Pialasse 3.3.1-9.sme +- remove deprecated defined array warning [SME: 11913] + * Wed Mar 16 2022 Jean-Philippe Pialasse 3.3.1-8.sme - remove /usr/lib64 from filelist, this conflict with base rpm filesystem -* Fri Apr 22 2016 Jean-Philipe Pialasse 3.3.1-7.sme +* Fri Apr 22 2016 Jean-Philippe Pialasse 3.3.1-7.sme - fix to build against SME 9 centos 6 [SME: 8439] -* Thu Apr 21 2016 Jean-Philipe Pialasse 3.3.1-5.sme +* Thu Apr 21 2016 Jean-Philippe Pialasse 3.3.1-5.sme - remove non available options (always on) in ezmlm-idx 7.2.2 [SME: 9470] - remove setting user access to web, as unecessary in SME - patch ezmlm-web-3.3.1-modiffor722.patch -* Wed Apr 20 2016 Jean-Philipe Pialasse 3.3.1-4.sme +* Wed Apr 20 2016 Jean-Philippe Pialasse 3.3.1-4.sme - small fix to save some config with 7.2.2 idx [SME: 9470] -* Mon Apr 18 2016 Jean-Philipe Pialasse 3.3.1-1.sme +* Mon Apr 18 2016 Jean-Philippe Pialasse 3.3.1-1.sme - update to 3.3.1 [SME: 7588] * Sun Apr 29 2007 Shad L. Lords @@ -116,6 +120,7 @@ and hopefully is now useful to a much la %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build mkdir build @@ -132,9 +137,9 @@ rm -rf $RPM_BUILD_ROOT (cd build ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ | sed -e '/ezmlm-web.cgi.1p/d' \ -| grep -vr '/usr/lib64$' \ -| grep -vr '/usr/lib$' \ -> %{name}-%{version}-%{release}-filelist +| sed -e '/lib64$/d' \ +| sed -e '/lib$/d' \ + > %{name}-%{version}-%{release}-filelist #| sed -e '/ezmlm-web.cgi.1p/d' \ #> %{name}-%{version}-%{release}-filelist