[packages/man-pages] - updated to 3.53, make it build by removing files that are just .so links to non-existing man pag
hawk
hawk at pld-linux.org
Sun Aug 4 16:32:46 CEST 2013
commit e780c0e924ebb58b39396df9110e0693a9282ea9
Author: Marcin Krol <hawk at tld-linux.org>
Date: Sun Aug 4 14:47:09 2013 +0000
- updated to 3.53, make it build by removing files that are just .so
links to non-existing man pages
man-pages.spec | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/man-pages.spec b/man-pages.spec
index 85a54e9..b71d990 100644
--- a/man-pages.spec
+++ b/man-pages.spec
@@ -15,7 +15,7 @@ Summary(ru.UTF-8): Страницы руководства из Проекта
Summary(tr.UTF-8): Linux Belgeleme Projesinin sistem kılavuz sayfaları
Summary(uk.UTF-8): Сторінки мануалу (man) з Linux Documentation Project
Name: man-pages
-Version: 3.51
+Version: 3.53
Release: 1
License: distributable
Group: Documentation
@@ -40,7 +40,7 @@ Group: Documentation
%define tr_version 1.0.3
%define zh_version 1.5
Source0: http://www.kernel.org/pub/linux/docs/man-pages/%{name}-%{version}.tar.xz
-# Source0-md5: 63eef7d6d5abf30bc5b785e344d1df8b
+# Source0-md5: c3ab5df043bc95de69f73cb71a3c7bb6
Source1: ftp://ftp.linux.cz/pub/localization/linux/czman/%{name}-cs-%{cs_version}.tar.gz
# Source1-md5: e8036794c1762804f2e242cc5b52001e
# there is no LDP man page here, yet - but include it in sources for completeness
@@ -473,6 +473,15 @@ for l in cs da de es fi fr hu id it ja ko nl pl pt ru tr uk zh_CN ; do
done
done
+# files with just .so links pointing to non-existing man pages
+rm -f $RPM_BUILD_ROOT%{_mandir}/man2/{fstatvfs,getcontext,getcwd,getdtablesize,gethostid,mq_notify,mq_open,mq_timedreceive,mq_timedsend,mq_unlink,setcontext,sethostid,sigqueue,statvfs}.2
+rm -f $RPM_BUILD_ROOT%{_mandir}/man7/tis-620.7
+rm -f $RPM_BUILD_ROOT%{_mandir}/{fr,ja}/man2/fstatvfs.2
+rm -f $RPM_BUILD_ROOT%{_mandir}/{cs,de,es,fr,ja,ko,nl,pl,pt,ru}/man2/{oldfstat,oldlstat,oldolduname,oldstat,olduname}.2
+rm -f $RPM_BUILD_ROOT%{_mandir}/{es,fr,ja,ru}/man2/setcontext.2
+rm -f $RPM_BUILD_ROOT%{_mandir}/de/man2/{create_module,delete_module,get_kernel_syms,init_module}.2
+rm -f $RPM_BUILD_ROOT%{_mandir}/{es,ru}/man5/networks.5
+
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/man-pages.git/commitdiff/e780c0e924ebb58b39396df9110e0693a9282ea9
More information about the pld-cvs-commit
mailing list