]> git.pld-linux.org Git - packages/nss.git/commitdiff
- make sure nsslowhash.h is always there (expand %%files would be nice, too) auto/ti/nss-3_12_7-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 19 Aug 2010 06:58:15 +0000 (06:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss.spec -> 1.105

nss.spec

index cfdd9fc9fb5d309bb091e2880f9ddb71bcf4e137..84b152c4044768c6eac492aaf38918b183461d38 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -195,6 +195,11 @@ ln -s /%{_lib}/libfreebl3.so $RPM_BUILD_ROOT%{_libdir}/libfreebl3.so
 mv $RPM_BUILD_ROOT%{_libdir}/libfreebl3.chk $RPM_BUILD_ROOT/%{_lib}
 ln -s /%{_lib}/libfreebl3.chk $RPM_BUILD_ROOT%{_libdir}/libfreebl3.chk
 
+if [ ! -f "$RPM_BUILD_ROOT%{_includedir}/nss/nsslowhash.h" ]; then
+       echo "ERROR: %{_includedir}/nss/nsslowhash.h not installed. Needed by glibc" >&2
+       exit 1
+fi
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.030843 seconds and 4 git commands to generate.