1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B272801%5D%20drop%20old%20manpages%20in%0A%09favour%20of%20the%20newer%20man-pages%20rpm%20%28glibc%29&In-Reply-To=%3Cm3627ukvhx.fsf%40euphor.blino.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018444.html">
<LINK REL="Next" HREF="018446.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)</H1>
<B>Olivier Blin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B272801%5D%20drop%20old%20manpages%20in%0A%09favour%20of%20the%20newer%20man-pages%20rpm%20%28glibc%29&In-Reply-To=%3Cm3627ukvhx.fsf%40euphor.blino.org%3E"
TITLE="[Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)">mageia at blino.org
</A><BR>
<I>Tue Sep 4 11:06:18 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018444.html">[Mageia-dev] BS stalled at gstreamer1.0?
</A></li>
<LI>Next message: <A HREF="018446.html">[Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18445">[ date ]</a>
<a href="thread.html#18445">[ thread ]</a>
<a href="subject.html#18445">[ subject ]</a>
<a href="author.html#18445">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> Revision: 272801
</I>><i> Author: tmb
</I>><i> Date: 2012-07-20 13:55:13 +0200 (Fri, 20 Jul 2012)
</I>><i> Log Message:
</I>><i> -----------
</I>><i> drop old manpages in favour of the newer man-pages rpm
</I>
Hi,
It seems the man pages removed from glibc are not packaged in man-pages either.
So, we are currently not providing man pages like ld.so(8)
><i> @@ -1227,7 +1225,6 @@
</I>><i> rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
</I>><i> rm -f $RPM_BUILD_ROOT%{_sbindir}/zdump
</I>><i> rm -f $RPM_BUILD_ROOT%{_sbindir}/zic
</I>><i> -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/zdump.1*
</I>><i> rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo
</I>><i> %endif
</I>><i>
</I>><i> @@ -1242,7 +1239,6 @@
</I>><i> rm -rf $RPM_BUILD_ROOT%{_bindir}
</I>><i> rm -rf $RPM_BUILD_ROOT%{_sbindir}
</I>><i> rm -rf $RPM_BUILD_ROOT%{_datadir}
</I>><i> -rm -rf $RPM_BUILD_ROOT%{_mandir}
</I>><i> rm -rf $RPM_BUILD_ROOT%{_infodir}
</I>><i> rm -rf $RPM_BUILD_ROOT%{_prefix}/etc
</I>><i> rm -rf $RPM_BUILD_ROOT%{_libdir}/gconv
</I>><i> @@ -1407,9 +1403,6 @@
</I>><i> %config(noreplace) %{_sysconfdir}/rpc
</I>><i> %doc nis/nss
</I>><i> %doc posix/gai.conf
</I>><i> -%{_mandir}/man1/*
</I>><i> -%{_mandir}/man8/rpcinfo.8*
</I>><i> -%{_mandir}/man8/ld.so*
</I>><i> %{_datadir}/locale/locale.alias
</I>><i> /sbin/sln
</I>><i> %dir %{_prefix}/libexec/getconf
</I>><i> @@ -1493,7 +1486,6 @@
</I>><i> #
</I>><i> %if "%{name}" == "glibc"
</I>><i> /sbin/ldconfig
</I>><i> -%{_mandir}/man8/ldconfig*
</I>><i> %ghost %{_sysconfdir}/ld.so.cache
</I>><i> %dir %{_var}/cache/ldconfig
</I>><i> %ghost %{_var}/cache/ldconfig/aux-cache
</I>><i> @@ -1706,7 +1698,6 @@
</I>><i> %files -n timezone
</I>><i> %{_sbindir}/zdump
</I>><i> %{_sbindir}/zic
</I>><i> -%{_mandir}/man1/zdump.1*
</I>><i> %dir %{_datadir}/zoneinfo
</I>><i> %{_datadir}/zoneinfo/*
</I>><i> %endif
</I>
--
Olivier Blin - blino
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018444.html">[Mageia-dev] BS stalled at gstreamer1.0?
</A></li>
<LI>Next message: <A HREF="018446.html">[Mageia-dev] [packages-commits] [272801] drop old manpages in favour of the newer man-pages rpm (glibc)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18445">[ date ]</a>
<a href="thread.html#18445">[ thread ]</a>
<a href="subject.html#18445">[ subject ]</a>
<a href="author.html#18445">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|