1 |
# $Id: ezmlm-web.spec,v 1.1 2013/05/12 19:37:27 unnilennium Exp $ |
# $Id: ezmlm-web.spec,v 1.2 2016/04/19 03:42:56 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 1 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: BSD-style |
License: BSD-style |
14 |
URL: https://systemausfall.org/toolforge/ezmlm-web/ |
URL: https://systemausfall.org/toolforge/ezmlm-web/ |
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 |
#Patch0: ezmlm-web-3.3.1-smeweb.patch |
Patch1: ezmlm-web-3.3.1-cgi.patch |
|
#Patch0: ezmlm-web-2.3-cgibin.patch |
|
|
#Patch1: ezmlm-web-2.3-helpicon.patch |
|
|
#Patch2: ezmlm-web-2.3-deletebutton.patch2 |
|
|
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: ezmlm-idx-std |
Requires: ezmlm-idx-std |
20 |
Requires: httpd |
Requires: httpd |
57 |
and hopefully is now useful to a much larger group of people. |
and hopefully is now useful to a much larger group of people. |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-2.sme |
61 |
|
- small fix to save some config with 7.2.2 idx [SME: 9470] |
62 |
|
|
63 |
* Mon Apr 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-1.sme |
* Mon Apr 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-1.sme |
64 |
- update to 3.3.1 [SME: 7588] |
- update to 3.3.1 [SME: 7588] |
65 |
|
|
101 |
%prep |
%prep |
102 |
%setup -n %{name}-%{version} |
%setup -n %{name}-%{version} |
103 |
%patch0 -p1 |
%patch0 -p1 |
104 |
|
%patch1 -p1 |
105 |
|
|
106 |
|
|
107 |
%build |
%build |
108 |
mkdir build |
mkdir build |