di/di.spec

Name: di
Summary: Disk Information Utility
Version: 4.34
Release: 1
License: GPL
Group: System Environment/Base
URL: http://www.gentoo.com/di/
Description: 'di' is a disk information utility, displaying everything (and more) that your 'df' command does. It features the ability to display your disk usage in whatever format you prefer. It is designed to be portable across many platforms. Great for heterogenous networks. di Manual Page

CentOS 7 x86_64

The build was not successful.

Build Status

CentOS 6 x86_64

The build was not successful.

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Disk Information Utility
Name: di
Version: 4.34
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
URL: http://www.gentoo.com/di/

Source: http://www.gentoo.com/di/di-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
'di' is a disk information utility, displaying everything (and more) that
your 'df' command does. It features the ability to display your disk usage
in whatever format you prefer. It is designed to be portable across many
platforms. Great for heterogenous networks. di Manual Page

%prep
%setup

%build
#configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir}
%{__make} install prefix="%{buildroot}%{_prefix}"
%find_lang %{name}

%{__ln_s} -f di.1.gz %{buildroot}%{_mandir}/man1/mi.1.gz

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc LICENSE MANIFEST README
%doc %{_mandir}/man1/di.1*
%doc %{_mandir}/man1/mi.1*
%{_bindir}/di
%{_bindir}/mi

%changelog
* Tue Feb 12 2013 Dag Wieers <dag@wieers.com> - 4.34-1
- Updated to release 4.34.

* Tue Nov 20 2012 Dag Wieers <dag@wieers.com> - 4.33-1
- Updated to release 4.33.

* Thu Nov 24 2011 Dag Wieers <dag@wieers.com> - 4.31-1
- Updated to release 4.31.

* Mon Oct 10 2011 Dag Wieers <dag@wieers.com> - 4.30-1
- Updated to release 4.30.

* Fri Sep 16 2011 Dag Wieers <dag@wieers.com> - 4.28-1
- Updated to release 4.28.

* Mon Jul 26 2010 Dag Wieers <dag@wieers.com> - 4.26-1
- Initial package. (using DAR)