/[smecontribs]/rpms/ezmlm-web/contribs10/ezmlm-web.spec
ViewVC logotype

Diff of /rpms/ezmlm-web/contribs10/ezmlm-web.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by jpp, Wed Mar 16 23:50:11 2022 UTC Revision 1.3 by jpp, Sun Mar 20 18:07:07 2022 UTC
# Line 1  Line 1 
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    
# Line 6  Summary: Web interface to ezmlm configur Line 6  Summary: Web interface to ezmlm configur
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
# Line 16  Source: https://systemausfall.org/toolfo Line 16  Source: https://systemausfall.org/toolfo
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
# Line 59  many new features that have been suggest Line 60  many new features that have been suggest
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>
# Line 116  and hopefully is now useful to a much la Line 120  and hopefully is now useful to a much la
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
# Line 132  rm -rf $RPM_BUILD_ROOT Line 137  rm -rf $RPM_BUILD_ROOT
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed