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

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

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

Revision 1.2 by unnilennium, Fri Apr 22 15:32:36 2016 UTC Revision 1.3 by unnilennium, Fri Apr 22 15:58:18 2016 UTC
# Line 1  Line 1 
1  # $Id: ezmlm-web.spec,v 1.1 2016/04/22 09:24:36 unnilennium Exp $  # $Id: ezmlm-web.spec,v 1.2 2016/04/22 15:32:36 unnilennium 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 6  %define release 7
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: BSD-style  License: BSD-style
# Line 59  many new features that have been suggest Line 59  many new features that have been suggest
59  and hopefully is now useful to a much larger group of people.  and hopefully is now useful to a much larger group of people.
60    
61  %changelog  %changelog
62  * Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-6.sme  * Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-7.sme
63  - fix to build against SME 9 centos 6  [SME: 8439]  - fix to build against SME 9 centos 6  [SME: 8439]
 - new path for bins /usr/local/bin  
64    
65  * Thu Apr 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-5.sme  * Thu Apr 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.1-5.sme
66  - 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]
# Line 117  and hopefully is now useful to a much la Line 116  and hopefully is now useful to a much la
116    
117  %build  %build
118  mkdir build  mkdir build
119  perl Makefile.PL DESTDIR=build REALINSTALLBIN=/usr/local/bin/ezmlm-web  perl Makefile.PL DESTDIR=build  PREFIX=/usr
120    # REALINSTALLBIN=/usr/bin/ezmlm-web
121  make  make
122  make install  make install
123    
# Line 128  rm -rf $RPM_BUILD_ROOT Line 128  rm -rf $RPM_BUILD_ROOT
128    
129  (cd build ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd build ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
130  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
131    | sed -e '/ezmlm-web.cgi.1p/d' \
132  >        %{name}-%{version}-%{release}-filelist  >        %{name}-%{version}-%{release}-filelist
133  #| sed -e '/ezmlm-web.cgi.1p/d' \  #| sed -e '/ezmlm-web.cgi.1p/d' \
134  #>       %{name}-%{version}-%{release}-filelist  #>       %{name}-%{version}-%{release}-filelist
135    
136  # creating the cgi index to the suid wrapper  # creating the cgi index to the suid wrapper
137  cp -a $RPM_BUILD_ROOT/usr/local/bin/ezmlm-web.wrapper $RPM_BUILD_ROOT/usr/local/share/ezmlm-web/www-data/index.cgi  cp -a $RPM_BUILD_ROOT/usr/bin/ezmlm-web.wrapper $RPM_BUILD_ROOT/usr/local/share/ezmlm-web/www-data/index.cgi
138    
139  %clean  %clean
140  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 155  grep '^ezmlm:' /etc/passwd > /dev/null | Line 156  grep '^ezmlm:' /etc/passwd > /dev/null |
156  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
157  %defattr(-,root,root)  %defattr(-,root,root)
158  %attr(104755,ezmlm,ezmlm) /usr/local/share/ezmlm-web/www-data/index.cgi  %attr(104755,ezmlm,ezmlm) /usr/local/share/ezmlm-web/www-data/index.cgi
159  #%doc   /usr/share/man/man1/ezmlm-web.cgi.1p  %doc   /usr/share/man/man1/ezmlm-web.cgi.1p.gz


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