packages: nss/nss.spec - make sure nsslowhash.h is always there (expand %%f...

arekm arekm at pld-linux.org
Thu Aug 19 08:58:20 CEST 2010


Author: arekm                        Date: Thu Aug 19 06:58:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make sure nsslowhash.h is always there (expand %%files would be nice, too)

---- Files affected:
packages/nss:
   nss.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: packages/nss/nss.spec
diff -u packages/nss/nss.spec:1.104 packages/nss/nss.spec:1.105
--- packages/nss/nss.spec:1.104	Thu Aug 19 08:52:47 2010
+++ packages/nss/nss.spec	Thu Aug 19 08:58:15 2010
@@ -196,6 +196,11 @@
 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
 
@@ -274,6 +279,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2010/08/19 06:58:15  arekm
+- make sure nsslowhash.h is always there (expand %%files would be nice, too)
+
 Revision 1.104  2010/08/19 06:52:47  arekm
 - rel 2; with nsslowhash hack
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss/nss.spec?r1=1.104&r2=1.105&f=u



More information about the pld-cvs-commit mailing list