1.8
OBS-URL: https://build.opensuse.org/package/show/utilities/ncdu?expand=0&rev=1
This commit is contained in:
commit
ef1680128e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
ncdu-1.8.tar.gz
Normal file
3
ncdu-1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42aaf0418c05e725b39b220166a9c604a9c54c0fbf7692c9c119b36d0ed5d099
|
||||
size 114648
|
37
ncdu.changes
Normal file
37
ncdu.changes
Normal file
@ -0,0 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 22:02:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- moved from Packman/Extra to utilities on build.o.o
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 03 22:01:34 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.8:
|
||||
* use hash table to speed up hard link detection
|
||||
* added read-only option (-r)
|
||||
* use KiB instead of kiB (sf#3399279)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 00:00:00 UTC 2010 - toni@links2linux.de
|
||||
|
||||
- update to 1.7
|
||||
- This release has improved handling of hard links, a more intuitive
|
||||
multi-page browser, and various performance improvements and bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 00:00:00 UTC 2009 - toni@links2linux.de
|
||||
|
||||
- update to 1.6
|
||||
- This release adds hard link detection, VIM keybindings, improved support for
|
||||
non-ASCII characters in filenames, and fixes for several bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 00:00:00 UTC 2009 - toni@links2linux.de
|
||||
|
||||
- update to 1.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 00:00:00 UTC 2007 - marekstopka@gmail.com
|
||||
|
||||
- new package created
|
||||
|
50
ncdu.spec
Normal file
50
ncdu.spec
Normal file
@ -0,0 +1,50 @@
|
||||
#
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: ncdu
|
||||
Version: 1.8
|
||||
Release: 1
|
||||
Summary: NCurses Disk Usage
|
||||
Group: System/Filesystems
|
||||
License: MIT
|
||||
URL: http://dev.yorhel.nl/ncdu/
|
||||
Source: http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
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.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Yoran Heling <projects@yorhel.nl>
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,0755)
|
||||
%doc ChangeLog README COPYING
|
||||
%doc %{_mandir}/man1/%{name}.1.gz
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
# vim: set sw=4 ts=4 et:
|
Loading…
Reference in New Issue
Block a user