SHA256
1
0
forked from pool/duc

Accepting request 580250 from home:jubalh

OBS-URL: https://build.opensuse.org/request/show/580250
OBS-URL: https://build.opensuse.org/package/show/utilities/duc?expand=0&rev=1
This commit is contained in:
Michael Vetter 2018-02-26 14:00:38 +00:00 committed by Git OBS Bridge
commit 1c72ad94aa
5 changed files with 89 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
duc-1.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:504810a1ac1939fb1a70bd25e492f91ea38bcd58ae0a962ce5d35559d7775e74
size 363507

4
duc.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Feb 26 13:31:50 UTC 2018 - mvetter@suse.com
- Inital package for openSUSE in version 1.4.3

58
duc.spec Normal file
View File

@ -0,0 +1,58 @@
#
# spec file for package duc
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: duc
Version: 1.4.3
Release: 0
Summary: Collection of tools for inspecting and visualizing disk usage
License: MIT
Group: System/Filesystems
URL: https://github.com/zevv/duc
Source: https://github.com/zevv/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cairo-devel
BuildRequires: libglfw-devel
BuildRequires: ncurses-devel
BuildRequires: pango-devel
BuildRequires: sqlite3-devel
%description
Duc is a collection of tools for inspecting and visualizing disk usage.
Duc scales quite well, it has been tested on systems with more than 500 million files and several petabytes of storage.
%prep
%setup -q
%build
%configure --enable-opengl \
--disable-x11 \
--enable-cairo \
--with-db-backend=sqlite3
make %{?_smp_mflags}
%install
%make_install
%files
%license COPYING
%doc ChangeLog
%{_bindir}/duc
%{_mandir}/man1/duc.1%{ext_man}
%changelog