Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > cc495357f21476188b135922f76535bb > files > 2

cdf-0.2-3.fc13.src.rpm

Name:           cdf
Version:        0.2
Release:        3%{?dist}
Summary:        A colorized df

Group:          Applications/System
License:        GPLv2+
URL:            http://bmp-plugins.berlios.de/misc/cdf/
Source0:        http://download.berlios.de/bmp-plugins/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
cdf means "colorized df". The main features of cdf are:

* Customizable color schemes
* Eye-friendly capacity bars
* Most similar tools need 3rd party libraries, e.g. a python interpreter. cdf is written in pure C.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README cdfrc.sample
%{_bindir}/cdf


%changelog
* Fri May 28 2010 Damien Durand <splinux@fedoraproject.org> 0.2-3
- Fix typo in %%description

* Mon May 02 2010 Damien Durand <splinux@fedoraproject.org> 0.2-2
- Add cdfrc.sample

* Fri Dec 04 2009 Damien Durand <splinux@fedoraproject.org> 0.2-1
- Initial release