]> git.pld-linux.org Git - packages/tclap.git/commitdiff
- disable debug packages; not noarch just because of pkgconfigdir master auto/th/tclap-1.2.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Aug 2023 19:34:04 +0000 (21:34 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 31 Aug 2023 19:34:04 +0000 (21:34 +0200)
tclap.spec

index 1a06226957628ac06c46e4782695590d7da19be3..c59fbd1f8c55d0de4808b8f06d9f3302c4c36826 100644 (file)
@@ -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
This page took 0.15357 seconds and 4 git commands to generate.