rpms/ncdu/F-9 ncdu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard Fearn (richardfearn) fedora-extras-commits at redhat.com
Sat May 3 13:11:16 UTC 2008


Author: richardfearn

Update of /cvs/pkgs/rpms/ncdu/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27922

Modified Files:
	.cvsignore sources 
Added Files:
	ncdu.spec 
Log Message:
importing ncdu 1.3-2 SRPM



--- NEW FILE ncdu.spec ---
Name:           ncdu
Version:        1.3
Release:        2%{?dist}
Summary:        Text-based disk usage viewer

Group:          Applications/File
License:        MIT
URL:            http://dev.yorhel.nl/ncdu/
Source0:        http://dev.yorhel.nl/download/ncdu-1.3.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel

%description
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du',
and provides a fast way to see what directories are using your disk space.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_mandir}/man1/ncdu.1.gz
%doc AUTHORS COPYING ChangeLog TODO
%{_bindir}/ncdu

%changelog
* Fri Apr 25 2008 Richard Fearn <richardfearn at gmail.com> - 1.3-2
- remove unnecessary Requires:
- use %%configure macro instead of ./configure
- don't need to mark man page as %%doc
- make package summary more descriptive

* Sat Mar  1 2008 Richard Fearn <richardfearn at gmail.com> - 1.3-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ncdu/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 May 2008 22:23:38 -0000	1.1
+++ .cvsignore	3 May 2008 13:10:40 -0000	1.2
@@ -0,0 +1 @@
+ncdu-1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ncdu/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 May 2008 22:23:38 -0000	1.1
+++ sources	3 May 2008 13:10:40 -0000	1.2
@@ -0,0 +1 @@
+204bacb8376819059bec6c8287a87a67  ncdu-1.3.tar.gz




More information about the fedora-extras-commits mailing list