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

Annotation of /rpms/smeserver-durep/contribs8/smeserver-durep-1.3.0.spec

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


Revision 1.5 - (hide annotations) (download)
Tue Sep 11 05:40:56 2012 UTC (11 years, 8 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-durep-1_3_0-5_el5_sme
Changes since 1.4: +17 -6 lines
* Mon Sep 10 2012 JP Pialasse <test@pialasse.com> 1.3.0-5.sme
- fix do not copy files  and filelist
- patch df of plugged disk

1 slords 1.1 # $Id: smeserver-durep.spec,v 1.3 2012/08/15 22:15:30 unnilennium Exp $
2     # Authority: unnilennnium
3     # Name: JP Pialasse
4    
5     %define name smeserver-durep
6     Name: %{name}
7     %define version 1.3.0
8     Version: %{version}
9 unnilennium 1.5 %define release 5
10 slords 1.1 Release: %{release}%{?dist}
11     License: GPL
12     Source: %{name}-%{version}.tgz
13 unnilennium 1.5 Patch1: smeserver-durep-1.3.0-df.patch
14 unnilennium 1.2 BuildRoot: /var/tmp/%{name}-%{version}-buildroot
15 slords 1.1 BuildRequires: e-smith-devtools
16     BuildArch: noarch
17     Group: Networking/Daemons
18 unnilennium 1.2 Summary: DUREP - Graphic Report for Disk Usage
19 unnilennium 1.4 Requires: perl(Data::Dumper)
20     Requires: perl(MLDBM) >= 1.21-4
21 slords 1.1
22     %changelog
23 unnilennium 1.5 * Mon Sep 10 2012 JP Pialasse <test@pialasse.com> 1.3.0-5.sme
24     - fix do not copy files and filelist
25     - patch df of plugged disk
26    
27 unnilennium 1.4 * Sun Sep 09 2012 JP Pialasse <test@pialasse.com> 1.3.0-4.sme
28     - dependencies resolution
29    
30 unnilennium 1.3 * Fri Aug 31 2012 JP Pialasse <test@pialasse.com> 1.3.0-3.sme
31     - build error fix : prep setup
32 unnilennium 1.2
33 slords 1.1 * Wed Aug 15 2012 JP Pialasse <test@pialasse.com> 1.3.0-1.sme
34     - update from 1.03-02sn to comply with SME8 and SME7
35     - moved archives to /var/lib/durep
36     - moved web files to manager/html
37     - cleaned spec
38    
39     %description
40     DUREP is a Report Generator that creates graphical Output for the "du" command
41    
42 unnilennium 1.3 %prep
43     %setup
44 unnilennium 1.5 %patch1 -p1
45 slords 1.1
46     %install
47 unnilennium 1.5 /bin/rm -rf $RPM_BUILD_ROOT
48     (cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
49     /bin/rm -f %{name}-%{version}-filelist
50 slords 1.1 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
51 unnilennium 1.5
52    
53 slords 1.1 %clean
54 unnilennium 1.5 /bin/rm -rf $RPM_BUILD_ROOT
55 slords 1.1
56     %files -f %{name}-%{version}-filelist
57     %defattr(-,root,root)
58    
59     #%attr(0644 root root) "/etc/e-smith/templates/etc/crontab/durep"
60     #%attr(4750 root admin) "/etc/e-smith/web/functions/durep"
61     #%attr(0777 root root) "/etc/e-smith/web/panels/manager/cgi-bin/durep"
62     #%attr(0644 root root) "/usr/local/bin/durep"
63     #%dir %attr(0755 root root) "/usr/local/man"
64     #%dir %attr(0755 root root) "/usr/local/man/man1"
65     #%attr(0644 root root) "/usr/local/man/man1/durep.1"
66     #%dir %attr(0755 root root) "/usr/sbin"
67     #%attr(0644 root root) "/usr/sbin/durep.daily"
68     #%dir %attr(0755 root root) "/var/lib/durep"
69     #%dir %attr(0755 root root) "/etc/e-smith/web/panels/manager/html/durep"
70     #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/bar.png"
71     #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/durep.cgi"
72     #%attr(0644 root root) "/etc/e-smith/web/panels/manager/html/durep/style.css"
73 unnilennium 1.5
74 slords 1.1 %pre -p /bin/sh
75 unnilennium 1.5
76 slords 1.1 %post -p /bin/sh
77     chmod 755 /usr/local/bin/durep
78     chmod 755 /usr/sbin/durep.daily
79     /sbin/e-smith/expand-template /etc/crontab
80     echo "Initial run of durep ... please wait."
81     /usr/sbin/durep.daily >/dev/null
82     /etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1
83 unnilennium 1.5
84 slords 1.1 %preun -p /bin/sh
85 unnilennium 1.5
86 slords 1.1 %postun -p /bin/sh
87     if [ "$1" = 0 ]; then
88     /sbin/e-smith/expand-template /etc/crontab
89     /etc/e-smith/events/actions/navigation-conf 2>/dev/null
90     fi
91    

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