[packages/dtach] - updated to 0.9

qboosh qboosh at pld-linux.org
Mon Mar 17 19:25:27 CET 2025


commit 1296932c8d080dfaedc3d8d8934080efbf08a84a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 17 19:07:50 2025 +0100

    - updated to 0.9

 dtach.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/dtach.spec b/dtach.spec
index fb25d04..0a4db82 100644
--- a/dtach.spec
+++ b/dtach.spec
@@ -1,13 +1,13 @@
 Summary:	A program that emulates the detach feature of screen
 Summary(pl.UTF-8):	Program emulujący funkcję detach ze screena
 Name:		dtach
-Version:	0.8
-Release:	2
+Version:	0.9
+Release:	1
 License:	GPL
 Group:		Applications/Terminal
-Source0:	http://dl.sourceforge.net/dtach/%{name}-%{version}.tar.gz
-# Source0-md5:	ec5999f3b6bb67da19754fcb2e5221f3
-URL:		http://dtach.sourceforge.net/
+Source0:	https://downloads.sourceforge.net/dtach/%{name}-%{version}.tar.gz
+# Source0-md5:	6dac9c0f96d7d55ea56c01504b23faf6
+URL:		https://dtach.sourceforge.net/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install %{name}	$RPM_BUILD_ROOT%{_bindir}
-install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+cp -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/dtach
+%{_mandir}/man1/dtach.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dtach.git/commitdiff/1296932c8d080dfaedc3d8d8934080efbf08a84a



More information about the pld-cvs-commit mailing list