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 3 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
15 |
BuildArch: noarch |
BuildArch: noarch |
16 |
Group: Networking/Daemons |
Group: Networking/Daemons |
17 |
Summary: DUREP - Grphic Report for Disk Usage |
Summary: DUREP - Graphic Report for Disk Usage |
18 |
Requires: Perl(Dumper) |
Requires: Perl(Dumper) |
19 |
Requires: Perl(MLDBM) >= 1.21-4 |
Requires: Perl(MLDBM) >= 1.21-4 |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
|
* Fri Aug 31 2012 JP Pialasse <test@pialasse.com> 1.3.0-3.sme |
23 |
|
- build error fix : prep setup |
24 |
|
|
25 |
* 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 |
26 |
- update from 1.03-02sn to comply with SME8 and SME7 |
- update from 1.03-02sn to comply with SME8 and SME7 |
27 |
- moved archives to /var/lib/durep |
- moved archives to /var/lib/durep |
31 |
%description |
%description |
32 |
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 |
33 |
|
|
34 |
|
%prep |
35 |
|
|
36 |
|
%setup |
37 |
|
|
38 |
%install |
%install |
39 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |