]> git.pld-linux.org Git - packages/npth.git/commitdiff
up to 1.7 auto/th/npth-1.7-1
authorJan Palus <atler@pld-linux.org>
Tue, 27 Feb 2024 10:21:40 +0000 (11:21 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 27 Feb 2024 10:21:40 +0000 (11:21 +0100)
npth-config no longer installed by default in favor of pc file

npth.spec

index 8246a77f33d0e48e2372da067808293df58279e8..3d30da8ec98d3a8ce8a9b18b7d63b0025a611f25 100644 (file)
--- a/npth.spec
+++ b/npth.spec
@@ -5,12 +5,12 @@
 Summary:       nPth - New GNU Portable Threads Library
 Summary(pl.UTF-8):     nPth - nowa przenośna biblioteka wątków GNU
 Name:          npth
-Version:       1.6
+Version:       1.7
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.gnupg.org/gcrypt/npth/%{name}-%{version}.tar.bz2
-# Source0-md5: 375d1a15ad969f32d25f1a7630929854
+# Source0-md5: 286274d0106ec408efebe4a399975b11
 URL:           https://www.gnupg.org/software/npth/
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,11 +88,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/npth-config
 %attr(755,root,root) %{_libdir}/libnpth.so
 %{_libdir}/libnpth.la
 %{_includedir}/npth.h
 %{_aclocaldir}/npth.m4
+%{_pkgconfigdir}/npth.pc
 
 %if %{with static_libs}
 %files static
This page took 0.1006 seconds and 4 git commands to generate.