commit f1b905ba17651353b4878511ad95d5ff05836674
Author: Jan Rękorajski <[email protected]>
Date:   Sun Oct 3 23:21:44 2021 +0200

    - unbreak debuginfo packages
    - rel 2

 no-strip.patch | 10 ++++++++++
 rdesktop.spec  |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/rdesktop.spec b/rdesktop.spec
index b77bce4..396c72c 100644
--- a/rdesktop.spec
+++ b/rdesktop.spec
@@ -2,13 +2,14 @@ Summary:      RDP client for accessing Windows NT Terminal 
Server
 Summary(pl.UTF-8):     Klient RDP umożliwiający dostęp do Terminal Serwera 
WinNT
 Name:          rdesktop
 Version:       1.8.4
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         X11/Applications/Networking
 Source0:       
https://github.com/rdesktop/rdesktop/releases/download/v1.8.4/rdesktop-1.8.4.tar.gz
 # Source0-md5: 7273f9dad833f6899a3e5b39d7fdd6f2
 Patch0:                %{name}-xinerama.patch
 Patch1:                %{name}-heimdal.patch
+Patch2:                no-strip.patch
 URL:           http://www.rdesktop.org/
 BuildRequires: alsa-lib-devel
 BuildRequires: autoconf >= 2.50
@@ -39,6 +40,7 @@ wymagane żadne rozszerzenia po stronie serwera.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
diff --git a/no-strip.patch b/no-strip.patch
new file mode 100644
index 0000000..0960b50
--- /dev/null
+++ b/no-strip.patch
@@ -0,0 +1,10 @@
+--- rdesktop-1.8.4/Makefile.in~        2019-01-02 14:20:19.000000000 +0100
++++ rdesktop-1.8.4/Makefile.in 2021-10-03 23:20:43.079130278 +0200
+@@ -60,7 +60,6 @@
+ installbin: rdesktop
+       mkdir -p $(DESTDIR)$(bindir)
+       $(INSTALL) rdesktop $(DESTDIR)$(bindir)
+-      $(STRIP) $(DESTDIR)$(bindir)/rdesktop
+       chmod 755 $(DESTDIR)$(bindir)/rdesktop
+ 
+ .PHONY: installman
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rdesktop.git/commitdiff/f1b905ba17651353b4878511ad95d5ff05836674

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to