[curl] drop man page for a script we do not distribute

Kamil Dudka kdudka at fedoraproject.org
Fri May 25 08:08:54 UTC 2012


commit bd36ff8a8c8e0e1efe0390f34df86c1580d0b63a
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Fri May 25 09:58:47 2012 +0200

    drop man page for a script we do not distribute

 curl.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 72f8a72..4f5fc7c 100644
--- a/curl.spec
+++ b/curl.spec
@@ -174,6 +174,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
 install -d $RPM_BUILD_ROOT%{_datadir}/aclocal
 install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal
 
+# drop man page for a script we do not distribute
+rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1
+
 # Make libcurl-devel multilib-ready (bug #488922)
 %if 0%{?__isa_bits} == 64
 %define _curlbuild_h curlbuild-64.h


More information about the scm-commits mailing list