]> git.pld-linux.org Git - packages/hmaccalc.git/commitdiff
do not depend prelink at build time
authorElan Ruusamäe <glen@delfi.ee>
Fri, 20 Mar 2015 14:58:17 +0000 (16:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 20 Mar 2015 15:03:56 +0000 (17:03 +0200)
hmaccalc.spec

index 0f65524847135903a8466592f1e45ef51243ecd0..712550d7fb7f4f363c3d5266ad8fe8682267717b 100644 (file)
@@ -4,17 +4,18 @@
 Summary:       Tools for computing and checking HMAC values for files
 Name:          hmaccalc
 Version:       0.9.12
-Release:       1
+Release:       2
 License:       MIT
 Group:         Base
-URL:           https://fedorahosted.org/hmaccalc/
 Source0:       https://fedorahosted.org/released/hmaccalc/%{name}-%{version}.tar.gz
 # Source0-md5: bf1e70cac02f6cfa85826b8878a27985
+URL:           https://fedorahosted.org/hmaccalc/
 Patch0:                no-md4.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: nss-devel
-BuildRequires: prelink
+BuildRequires: pkgconfig
+Suggests:      prelink
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,6 +32,7 @@ coreutils package.
 %{__aclocal}
 %{__automake}
 %{__autoconf}
+PRELINK_CMD=/usr/sbin/prelink \
 %configure \
        --enable-sum-directory=%{_libdir}/%{name} \
        --enable-non-fips
This page took 0.066614 seconds and 4 git commands to generate.