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