1 |
# $Id: ezmlm-web.spec,v 1.4 2016/04/20 10:46:39 unnilennium Exp $ |
# $Id: ezmlm-web.spec,v 1.5 2016/04/20 10:54:10 unnilennium 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 4 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: BSD-style |
License: BSD-style |
15 |
Source: https://systemausfall.org/toolforge/ezmlm-web/download/ezmlm-web-3.3.1.tar.gz |
Source: https://systemausfall.org/toolforge/ezmlm-web/download/ezmlm-web-3.3.1.tar.gz |
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 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: ezmlm-idx-std |
Requires: ezmlm-idx-std |
21 |
Requires: httpd |
Requires: httpd |
58 |
and hopefully is now useful to a much larger group of people. |
and hopefully is now useful to a much larger group of people. |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Thu Apr 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-5.sme |
62 |
|
- remove non available options (always on) in ezmlm-idx 7.2.2 [SME: 9470] |
63 |
|
- remove setting user access to web, as unecessary in SME |
64 |
|
- patch ezmlm-web-3.3.1-modiffor722.patch |
65 |
|
|
66 |
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-4.sme |
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-4.sme |
67 |
- 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] |
68 |
|
|
108 |
%setup -n %{name}-%{version} |
%setup -n %{name}-%{version} |
109 |
%patch0 -p1 |
%patch0 -p1 |
110 |
%patch1 -p1 |
%patch1 -p1 |
111 |
|
%patch2 -p1 |
112 |
|
|
113 |
%build |
%build |
114 |
mkdir build |
mkdir build |