[packages/konwert] Rel 8
arekm
arekm at pld-linux.org
Sat Mar 14 03:46:28 CET 2026
commit 6bf2b49cf4ba34961b7cc2e8618cd37635a5c15a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 14 03:46:22 2026 +0100
Rel 8
konwert-no-strip.patch | 28 ++++++++++++++++++++++++++++
konwert.spec | 6 ++++--
2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/konwert.spec b/konwert.spec
index 3f1064f..e8b6e24 100644
--- a/konwert.spec
+++ b/konwert.spec
@@ -2,14 +2,15 @@ Summary: Converter of character encodings
Summary(pl.UTF-8): Konwerter kodowań znaków
Name: konwert
Version: 1.8
-Release: 7
+Release: 8
License: GPL
Group: Applications/Text
Source0: http://qrczak.ids.net.pl/programy/linux/konwert/%{name}-%{version}.tar.gz
# Source0-md5: 0a1dcb0fa7a1990980aba8ab9a4c3184
Patch0: %{name}-forbids_data_member.patch
Patch1: %{name}-gcc4.patch
-URL: http://qrczak.ids.net.pl/programy/linux/konwert/
+Patch2: %{name}-no-strip.patch
+URL: https://salsa.debian.org/debian/konwert
BuildRequires: libstdc++-devel
BuildRequires: perl-base
Requires: perl-base >= 5.001
@@ -43,6 +44,7 @@ nowych filtrów. Nie są one potrzebne do normalnego użytkowania.
%setup -q
%patch -P0 -p1
%patch -P1 -p1
+%patch -P2 -p1
%build
OPTFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
diff --git a/konwert-no-strip.patch b/konwert-no-strip.patch
new file mode 100644
index 0000000..3c5df24
--- /dev/null
+++ b/konwert-no-strip.patch
@@ -0,0 +1,28 @@
+--- konwert-1.8/Makefile.orig 2026-03-14 03:21:38.189920581 +0100
++++ konwert-1.8/Makefile 2026-03-14 03:21:38.193560149 +0100
+@@ -193,11 +193,11 @@
+
+ $(installlibauxdir)/512bold: $(srcbindir)/512bold
+ $(INSTALL) -d $(dir $@)
+- $(INSTALL) -m755 -s $< $@
++ $(INSTALL) -m755 $< $@
+
+ $(installlibauxdir)/512bold1: $(srcbindir)/512bold1
+ $(INSTALL) -d $(dir $@)
+- $(INSTALL) -m755 -s $< $@
++ $(INSTALL) -m755 $< $@
+
+ ###############################################################################
+
+@@ -332,9 +332,9 @@
+ install: all
+ $(INSTALL) -d $(bindir) $(filtersdir) $(auxdir) $(libauxdir) \
+ $(develdir) $(libdeveldir) $(mydocdir) $(mandir)
+- $(INSTALL) -m755 -s $(installbindir)/trs $(bindir)
++ $(INSTALL) -m755 $(installbindir)/trs $(bindir)
+ $(INSTALL) -m755 $(installbindir)/konwert $(bindir)
+- $(INSTALL) -m755 -s $(installbindir)/filterm $(bindir)
++ $(INSTALL) -m755 $(installbindir)/filterm $(bindir)
+ cp -dRf $(installfiltersdir)/* $(filtersdir)
+ $(perl) $(srcdeveldir)/mkaliases $(srcdeveldir)/aliases \
+ $(installfiltersdir) $(filtersdir)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/konwert.git/commitdiff/6bf2b49cf4ba34961b7cc2e8618cd37635a5c15a
More information about the pld-cvs-commit
mailing list