rpms/cdf/F-13 cdf.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Damien Durand splinux at fedoraproject.org
Fri May 28 15:36:21 UTC 2010


Author: splinux

Update of /cvs/pkgs/rpms/cdf/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14546/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	cdf.spec import.log 
Log Message:
Initial import



--- NEW FILE cdf.spec ---
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 at fedoraproject.org> 0.2-3
- Fix typo in %%description

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

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


--- NEW FILE import.log ---
cdf-0_2-3_fc13:F-13:cdf-0.2-3.fc13.src.rpm:1275067810


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cdf/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 May 2010 20:57:15 -0000	1.1
+++ .cvsignore	28 May 2010 15:36:21 -0000	1.2
@@ -0,0 +1 @@
+cdf-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cdf/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 May 2010 20:57:16 -0000	1.1
+++ sources	28 May 2010 15:36:21 -0000	1.2
@@ -0,0 +1 @@
+1afd130f6c562700e8ad05724c6e1a9d  cdf-0.2.tar.gz



More information about the scm-commits mailing list