[packages/tclap] - disable debug packages; not noarch just because of pkgconfigdir

qboosh qboosh at pld-linux.org
Thu Aug 31 21:43:54 CEST 2023


commit 42ce6efa5f7a539dfe8d21d5add1bebd5bf73378
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Aug 31 21:34:04 2023 +0200

    - disable debug packages; not noarch just because of pkgconfigdir

 tclap.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tclap.spec b/tclap.spec
index 1a06226..c59fbd1 100644
--- a/tclap.spec
+++ b/tclap.spec
@@ -5,15 +5,18 @@ Version:	1.2.5
 Release:	1
 License:	MIT
 Group:		Development/Libraries
-Source0:	http://downloads.sourceforge.net/tclap/%{name}-%{version}.tar.gz
+Source0:	https://downloads.sourceforge.net/tclap/%{name}-%{version}.tar.gz
 # Source0-md5:	346a92acf9b364dfbff0a6df03c8a59e
-URL:		http://tclap.sourceforge.net/
+URL:		https://tclap.sourceforge.net/
 BuildRequires:	doxygen
 BuildRequires:	graphviz
 BuildRequires:	libstdc++-devel
+BuildRequires:	rpm-build >= 4.6
 Requires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_enable_debug_packages	0
+
 %description
 TCLAP (Templatized Command Line Argument Parser) is a simple
 templatized C++ library for parsing command line arguments. The
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tclap.git/commitdiff/42ce6efa5f7a539dfe8d21d5add1bebd5bf73378



More information about the pld-cvs-commit mailing list