]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
- unbreak debuginfo packages master auto/th/rdesktop-1.8.4-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 21:21:44 +0000 (23:21 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Oct 2021 21:21:44 +0000 (23:21 +0200)
- rel 2

no-strip.patch [new file with mode: 0644]
rdesktop.spec

diff --git a/no-strip.patch b/no-strip.patch
new file mode 100644 (file)
index 0000000..0960b50
--- /dev/null
@@ -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
index b77bce4867d924594166462dc73081a00416f1bb..396c72c3982d11b5dc69ba8791485d7a5132cc4c 100644 (file)
@@ -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}
This page took 0.08814 seconds and 4 git commands to generate.