summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-September/018445.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018445.html')
-rw-r--r--zarb-ml/mageia-dev/2012-September/018445.html114
1 files changed, 114 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018445.html b/zarb-ml/mageia-dev/2012-September/018445.html
new file mode 100644
index 000000000..c530b0604
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-September/018445.html
@@ -0,0 +1,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>&gt;<i> Revision: 272801
+</I>&gt;<i> Author: tmb
+</I>&gt;<i> Date: 2012-07-20 13:55:13 +0200 (Fri, 20 Jul 2012)
+</I>&gt;<i> Log Message:
+</I>&gt;<i> -----------
+</I>&gt;<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)
+
+&gt;<i> @@ -1227,7 +1225,6 @@
+</I>&gt;<i> rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
+</I>&gt;<i> rm -f $RPM_BUILD_ROOT%{_sbindir}/zdump
+</I>&gt;<i> rm -f $RPM_BUILD_ROOT%{_sbindir}/zic
+</I>&gt;<i> -rm -f $RPM_BUILD_ROOT%{_mandir}/man1/zdump.1*
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo
+</I>&gt;<i> %endif
+</I>&gt;<i>
+</I>&gt;<i> @@ -1242,7 +1239,6 @@
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_bindir}
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_sbindir}
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_datadir}
+</I>&gt;<i> -rm -rf $RPM_BUILD_ROOT%{_mandir}
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_infodir}
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_prefix}/etc
+</I>&gt;<i> rm -rf $RPM_BUILD_ROOT%{_libdir}/gconv
+</I>&gt;<i> @@ -1407,9 +1403,6 @@
+</I>&gt;<i> %config(noreplace) %{_sysconfdir}/rpc
+</I>&gt;<i> %doc nis/nss
+</I>&gt;<i> %doc posix/gai.conf
+</I>&gt;<i> -%{_mandir}/man1/*
+</I>&gt;<i> -%{_mandir}/man8/rpcinfo.8*
+</I>&gt;<i> -%{_mandir}/man8/ld.so*
+</I>&gt;<i> %{_datadir}/locale/locale.alias
+</I>&gt;<i> /sbin/sln
+</I>&gt;<i> %dir %{_prefix}/libexec/getconf
+</I>&gt;<i> @@ -1493,7 +1486,6 @@
+</I>&gt;<i> #
+</I>&gt;<i> %if &quot;%{name}&quot; == &quot;glibc&quot;
+</I>&gt;<i> /sbin/ldconfig
+</I>&gt;<i> -%{_mandir}/man8/ldconfig*
+</I>&gt;<i> %ghost %{_sysconfdir}/ld.so.cache
+</I>&gt;<i> %dir %{_var}/cache/ldconfig
+</I>&gt;<i> %ghost %{_var}/cache/ldconfig/aux-cache
+</I>&gt;<i> @@ -1706,7 +1698,6 @@
+</I>&gt;<i> %files -n timezone
+</I>&gt;<i> %{_sbindir}/zdump
+</I>&gt;<i> %{_sbindir}/zic
+</I>&gt;<i> -%{_mandir}/man1/zdump.1*
+</I>&gt;<i> %dir %{_datadir}/zoneinfo
+</I>&gt;<i> %{_datadir}/zoneinfo/*
+</I>&gt;<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>