[libntlm/f19: 1/2] Preserve the timestamps.

Christopher Meng cicku at fedoraproject.org
Mon Aug 26 03:30:49 UTC 2013


commit 8e8707959d1d1174096d26a7d21d366706027c05
Author: Koji <koji at fedoraproject.org>
Date:   Mon Aug 26 11:29:53 2013 +0800

    Preserve the timestamps.

 libntlm.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libntlm.spec b/libntlm.spec
index efb4ae4..ffdaf75 100644
--- a/libntlm.spec
+++ b/libntlm.spec
@@ -9,7 +9,7 @@ BuildRequires:  pkgconfig
 Provides:       bundled(gnulib)
 
 %description
-A library for authenticating with Microsoft NTLM challenge-response,
+A library for authenticating with Microsoft NTLMV1 challenge-response,
 derived from Samba sources.
 
 %package        devel
@@ -26,11 +26,11 @@ developing applications that use %{name}.
 %build
 %configure --disable-static
 make %{?_smp_mflags}
+sed -i 's|$(install_sh) -c|$(install_sh) -pc|g' Makefile
 
 %install
 make install DESTDIR=%{buildroot}
-touch -r %{buildroot}%{_includedir}/ntlm.h
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -delete
 
 %post -p /sbin/ldconfig
 


More information about the scm-commits mailing list