[packages/ncdu] Up to 1.23.0

arekm arekm at pld-linux.org
Sun Sep 6 13:23:07 CEST 2026


commit 99ae5fcc193d56807eed392c1913346f01164e35
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Sep 6 13:22:51 2026 +0200

    Up to 1.23.0

 ncdu.spec | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/ncdu.spec b/ncdu.spec
index e624dc1..9c0d63e 100644
--- a/ncdu.spec
+++ b/ncdu.spec
@@ -1,15 +1,17 @@
 Summary:	Text-based disk usage viewer
 Name:		ncdu
-Version:	1.22
+Version:	1.23.0
 Release:	1
 License:	MIT
 Group:		Applications/File
-URL:		http://dev.yorhel.nl/ncdu/
-Source0:	http://dev.yorhel.nl/download/%{name}-%{version}.tar.gz
-# Source0-md5:	46245039bd07a40d7594a2053139e43f
+# Maintenance fork; the original author died and dev.yorhel.nl is frozen at 1.22.
+URL:		https://github.com/BratishkaErik/ncdu
+Source0:	https://github.com/BratishkaErik/ncdu/releases/download/v%{version}/%{name}-%{version}-src.tar.gz
+# Source0-md5:	382be8498c62158a6f1c3848be3764ff
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	ncurses-devel
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,7 +23,10 @@ disk space.
 %setup -q
 
 %build
-CPPFLAGS="-I/usr/include/ncurses"
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -35,6 +40,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.md
 %attr(755,root,root) %{_bindir}/ncdu
 %{_mandir}/man1/ncdu.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ncdu.git/commitdiff/99ae5fcc193d56807eed392c1913346f01164e35



More information about the pld-cvs-commit mailing list