|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: ncdu
|
|
|
|
|
Version: 1.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.9
|
|
|
|
|
Release: 1%{?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.8.tar.gz
|
|
|
|
|
Source0: http://dev.yorhel.nl/download/ncdu-1.9.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
|
|
|
|
@ -26,10 +26,13 @@ make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_mandir}/man1/ncdu.1.gz
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING TODO
|
|
|
|
|
%doc ChangeLog COPYING
|
|
|
|
|
%{_bindir}/ncdu
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 30 2012 Richard Fearn <richardfearn@gmail.com> - 1.9-1
|
|
|
|
|
- update to new upstream version 1.9
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|