1 |
# $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 $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
6 |
%define name ezmlm-web |
%define name ezmlm-web |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 3.3.1 |
%define version 3.3.1 |
9 |
%define release 8 |
%define release 9 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: BSD-style |
License: BSD-style |
16 |
Patch0: ezmlm-web-3.3.1-smeintegration.patch |
Patch0: ezmlm-web-3.3.1-smeintegration.patch |
17 |
Patch1: ezmlm-web-3.3.1-cgi.patch |
Patch1: ezmlm-web-3.3.1-cgi.patch |
18 |
Patch2: ezmlm-web-3.3.1-modiffor722.patch |
Patch2: ezmlm-web-3.3.1-modiffor722.patch |
19 |
|
Patch3: ezmlm-web-3.3.1-bz11913-deprecateddefined.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: ezmlm-idx-std |
Requires: ezmlm-idx-std |
22 |
Requires: httpd |
Requires: httpd |
60 |
and hopefully is now useful to a much larger group of people. |
and hopefully is now useful to a much larger group of people. |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Sun Mar 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-9.sme |
64 |
|
- remove deprecated defined array warning [SME: 11913] |
65 |
|
|
66 |
* Wed Mar 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-8.sme |
* Wed Mar 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-8.sme |
67 |
- remove /usr/lib64 from filelist, this conflict with base rpm filesystem |
- remove /usr/lib64 from filelist, this conflict with base rpm filesystem |
68 |
|
|
69 |
* Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-7.sme |
* Fri Apr 22 2016 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-7.sme |
70 |
- fix to build against SME 9 centos 6 [SME: 8439] |
- fix to build against SME 9 centos 6 [SME: 8439] |
71 |
|
|
72 |
* Thu Apr 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-5.sme |
* Thu Apr 21 2016 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-5.sme |
73 |
- remove non available options (always on) in ezmlm-idx 7.2.2 [SME: 9470] |
- remove non available options (always on) in ezmlm-idx 7.2.2 [SME: 9470] |
74 |
- remove setting user access to web, as unecessary in SME |
- remove setting user access to web, as unecessary in SME |
75 |
- patch ezmlm-web-3.3.1-modiffor722.patch |
- patch ezmlm-web-3.3.1-modiffor722.patch |
76 |
|
|
77 |
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-4.sme |
* Wed Apr 20 2016 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-4.sme |
78 |
- small fix to save some config with 7.2.2 idx [SME: 9470] |
- small fix to save some config with 7.2.2 idx [SME: 9470] |
79 |
|
|
80 |
* Mon Apr 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-1.sme |
* Mon Apr 18 2016 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.1-1.sme |
81 |
- update to 3.3.1 [SME: 7588] |
- update to 3.3.1 [SME: 7588] |
82 |
|
|
83 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
120 |
%patch0 -p1 |
%patch0 -p1 |
121 |
%patch1 -p1 |
%patch1 -p1 |
122 |
%patch2 -p1 |
%patch2 -p1 |
123 |
|
%patch3 -p1 |
124 |
|
|
125 |
%build |
%build |
126 |
mkdir build |
mkdir build |
137 |
(cd build ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd build ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
138 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
139 |
| sed -e '/ezmlm-web.cgi.1p/d' \ |
| sed -e '/ezmlm-web.cgi.1p/d' \ |
140 |
| grep -vr '/usr/lib64$' \ |
| sed -e '/lib64$/d' \ |
141 |
| grep -vr '/usr/lib$' \ |
| sed -e '/lib$/d' \ |
142 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
143 |
#| sed -e '/ezmlm-web.cgi.1p/d' \ |
#| sed -e '/ezmlm-web.cgi.1p/d' \ |
144 |
#> %{name}-%{version}-%{release}-filelist |
#> %{name}-%{version}-%{release}-filelist |
145 |
|
|