]> git.pld-linux.org Git - packages/lz4.git/commitdiff
BR pkgconfig again
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Jul 2017 07:14:28 +0000 (10:14 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Jul 2017 07:15:08 +0000 (10:15 +0300)
pkg-config used by rpmbuild to fill pkg-config deps:

/usr/lib/rpm/pkgconfigdeps.sh:pkgconfig=`which pkg-config`
AUTO: -- which: no pkg-config in (/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin)

lz4.spec

index 2e29bfdc815ec0188ff3effe6ae72633f7ab0537..13e801ce082926a134bb90d1a3bc5c1718ed096d 100644 (file)
--- a/lz4.spec
+++ b/lz4.spec
@@ -10,6 +10,7 @@ Group:                Applications
 Source0:       https://github.com/lz4/lz4/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: c9610c5ce97eb431dddddf0073d919b9
 URL:           http://www.lz4.org/
+BuildRequires: pkgconfig
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.124969 seconds and 4 git commands to generate.