/[smecontribs]/rpms/smeserver-durep/contribs10/smeserver-durep.spec
ViewVC logotype

Diff of /rpms/smeserver-durep/contribs10/smeserver-durep.spec

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

Revision 1.1 by brianr, Fri Oct 23 10:38:16 2020 UTC Revision 1.5 by jpp, Thu Mar 4 20:55:47 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-durep.spec,v 1.5 2019/12/28 19:10:45 jpp Exp $  # $Id: smeserver-durep.spec,v 1.4 2021/03/04 10:17:00 michel Exp $
2  # Authority: unnilennnium  # Authority: unnilennnium
3  # Name: JP Pialasse  # Name: JP Pialasse
4    
# Line 6  Line 6 
6  Name:          %{name}  Name:          %{name}
7  %define version 1.5.0  %define version 1.5.0
8  Version:       %{version}  Version:       %{version}
9  %define release 4  %define release 8
10  Release:       %{release}%{?dist}  Release:       %{release}%{?dist}
11  License:       GPL  License:       GPL
12  Source:  %{name}-%{version}.tar.gz  Source:  %{name}-%{version}.tar.gz
13    
14  Patch0: smeserver-durep-1.5.0-bz10118-more_paths.patch  Patch0: smeserver-durep-1.5.0-bz10118-more_paths.patch
15  Patch1: smeserver-durep-1.5.0-dfposix.patch  Patch1: smeserver-durep-1.5.0-dfposix.patch
16    Patch2: smeserver-durep-1.5.0-Add-creatlinks-to-alter-link-to-wrapper.patch
17    Patch3: smeserver-durep-1.5.0-bz10893-noreboot.patch
18    Patch4: smeserver-durep-1.5.0-permissions.patch
19    
20  BuildRoot: /var/tmp/%{name}-%{version}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-buildroot
21  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
22  BuildArch: noarch  BuildArch: noarch
# Line 24  Obsoletes:      e-smith-durep Line 29  Obsoletes:      e-smith-durep
29    
30    
31  %changelog  %changelog
32    * Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-8.sme
33    - fix permissions of cgi inside spec file too
34    
35    * Thu Mar 04 2021 Michel Begue <mab974@gmail.com> 1.5.0-7.sme
36    - fix permissions of cgi and data files
37    
38    * Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-6.sme
39    - add smeserver-durep-update event [SME: 10893]
40      make up spec file
41    
42    * Fri Oct 23 2020 Brian Read <brianr@bjsystems.co.uk> 1.5.0-5.sme
43    - Initial import to SME10 tree [SME: 10893]
44    - Add in link to wrapper in createlinks
45    
46  * Sat Dec 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-4.sme  * Sat Dec 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.5.0-4.sme
47  - output all mounted points with df on one line using Posix  - output all mounted points with df on one line using Posix
48    
# Line 64  DUREP is a  Report Generator that create Line 83  DUREP is a  Report Generator that create
83  %setup  %setup
84  %patch0 -p1  %patch0 -p1
85  %patch1 -p1  %patch1 -p1
86    %patch2 -p1
87    %patch3 -p1
88    %patch4 -p1
89    
90    %build
91    perl createlinks
92    
93  %install  %install
94  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
95  (cd root;  /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  (cd root;  /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
96  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
97  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
98            --file "/usr/local/bin/durep" 'attr(0755,root,root)'  \
99            --file "/usr/sbin/durep.daily" 'attr(0755,root,root)' \
100            --file '/etc/e-smith/web/panels/manager/html/durep/durep.cgi' 'attr(0750,root,admin)' \
101    > %{name}-%{version}-filelist
102    
103    
104  %clean  %clean
# Line 78  DUREP is a  Report Generator that create Line 107  DUREP is a  Report Generator that create
107  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
108  %defattr(-,root,root)  %defattr(-,root,root)
109    
 #%attr(0644 root root) "/etc/e-smith/templates/etc/crontab/durep"  
 #%attr(4750 root admin) "/etc/e-smith/web/functions/durep"  
 #%attr(0777 root root) "/etc/e-smith/web/panels/manager/cgi-bin/durep"  
 #%attr(0644 root root) "/usr/local/bin/durep"  
 #%dir %attr(0755 root root) "/usr/local/man"  
 #%dir %attr(0755 root root) "/usr/local/man/man1"  
 #%attr(0644 root root) "/usr/local/man/man1/durep.1"  
 #%dir %attr(0755 root root) "/usr/sbin"  
 #%attr(0644 root root) "/usr/sbin/durep.daily"  
 #%dir %attr(0755 root root) "/var/lib/durep"  
 #%dir %attr(0755 root root) "/etc/e-smith/web/panels/manager/html/durep"  
 #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/bar.png"  
 #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/durep.cgi"  
 #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/style.css"  
   
110  %pre -p /bin/sh  %pre -p /bin/sh
111    
112  %post -p /bin/sh  %post -p /bin/sh
 chmod 755 /usr/local/bin/durep  
 chmod 755 /usr/sbin/durep.daily  
 /sbin/e-smith/expand-template /etc/crontab  
 echo "Initial run of durep ... please wait."  
 /usr/sbin/durep.daily >/dev/null  
 /etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1  
113    
114  %preun -p /bin/sh  %preun -p /bin/sh
115    
116  %postun -p /bin/sh  %postun -p /bin/sh
 if [ "$1" = 0 ]; then  
     /sbin/e-smith/expand-template /etc/crontab  
     /etc/e-smith/events/actions/navigation-conf 2>/dev/null  
 fi  
117    


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