1 |
# $Id: smeserver-durep.spec,v 1.3 2012/08/15 22:15:30 unnilennium Exp $ |
# $Id: smeserver-durep-1.3.0.spec,v 1.4 2012/09/11 05:53:14 unnilennium Exp $ |
2 |
# Authority: unnilennnium |
# Authority: unnilennnium |
3 |
# Name: JP Pialasse |
# Name: JP Pialasse |
4 |
|
|
6 |
Name: %{name} |
Name: %{name} |
7 |
%define version 1.3.0 |
%define version 1.3.0 |
8 |
Version: %{version} |
Version: %{version} |
9 |
%define release 3 |
%define release 6 |
10 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
11 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
13 |
|
Patch1: smeserver-durep-1.3.0-df.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
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 - Graphic 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 |
|
Obsoletes: smeserver-durep-saco |
22 |
|
Obsoletes: e-smith-durep |
23 |
|
|
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Fri Aug 31 2012 JP Pialasse <test@pialasse.com> 1.3.0-3.sme |
* Wed Sep 12 2012 JP Pialasse <test@pialasse.com> 1.3.0-6.sme |
27 |
|
- add Obsoletes smeserver-durep-saco e-smith-durep |
28 |
|
|
29 |
|
* Tue Sep 11 2012 JP Pialasse <test@pialasse.com> 1.3.0-5.sme |
30 |
|
- fix do not copy files and filelist |
31 |
|
- corrected patch to df of plugged disk |
32 |
|
|
33 |
|
* Sun Sep 09 2012 JP Pialasse <test@pialasse.com> 1.3.0-3.sme |
34 |
|
- dependencies resolution |
35 |
|
|
36 |
|
* Fri Aug 31 2012 JP Pialasse <test@pialasse.com> 1.3.0-2.sme |
37 |
- build error fix : prep setup |
- build error fix : prep setup |
38 |
|
|
39 |
* 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 |
46 |
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 |
47 |
|
|
48 |
%prep |
%prep |
|
|
|
49 |
%setup |
%setup |
50 |
|
%patch1 -p1 |
51 |
|
|
52 |
%install |
%install |
53 |
rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |
54 |
( find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
55 |
rm -f %{name}-%{version}-filelist |
/bin/rm -f %{name}-%{version}-filelist |
56 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
57 |
|
|
58 |
%clean |
%clean |
59 |
rm -rf $RPM_BUILD_ROOT |
/bin/rm -rf $RPM_BUILD_ROOT |
60 |
|
|
61 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
62 |
%defattr(-,root,root) |
%defattr(-,root,root) |
63 |
|
|
|
#%attr(0644 root root) "/etc/e-smith/templates/etc/crontab/durep" |
|
64 |
#%attr(4750 root admin) "/etc/e-smith/web/functions/durep" |
#%attr(4750 root admin) "/etc/e-smith/web/functions/durep" |
65 |
#%attr(0777 root root) "/etc/e-smith/web/panels/manager/cgi-bin/durep" |
#%attr(0777 root root) "/etc/e-smith/web/panels/manager/cgi-bin/durep" |
66 |
#%attr(0644 root root) "/usr/local/bin/durep" |
#%attr(0644 root root) "/usr/local/bin/durep" |
74 |
#%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" |
75 |
#%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" |
76 |
#%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" |
77 |
|
|
78 |
%pre -p /bin/sh |
%pre -p /bin/sh |
79 |
|
|
80 |
%post -p /bin/sh |
%post -p /bin/sh |
81 |
chmod 755 /usr/local/bin/durep |
chmod 755 /usr/local/bin/durep |
82 |
chmod 755 /usr/sbin/durep.daily |
chmod 755 /usr/sbin/durep.daily |
84 |
echo "Initial run of durep ... please wait." |
echo "Initial run of durep ... please wait." |
85 |
/usr/sbin/durep.daily >/dev/null |
/usr/sbin/durep.daily >/dev/null |
86 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
87 |
|
|
88 |
%preun -p /bin/sh |
%preun -p /bin/sh |
89 |
|
|
90 |
%postun -p /bin/sh |
%postun -p /bin/sh |
91 |
if [ "$1" = 0 ]; then |
if [ "$1" = 0 ]; then |
92 |
/sbin/e-smith/expand-template /etc/crontab |
/sbin/e-smith/expand-template /etc/crontab |