diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-June/005915.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-June/005915.html | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-June/005915.html b/zarb-ml/mageia-dev/2011-June/005915.html new file mode 100644 index 000000000..46560d14b --- /dev/null +++ b/zarb-ml/mageia-dev/2011-June/005915.html @@ -0,0 +1,127 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] libproxy vs biarch & libexecdir + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20libproxy%20vs%20biarch%20%26%20libexecdir&In-Reply-To=%3Calpine.LMD.2.02.1106221202140.396%40zem.cjw.nep%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005916.html"> + <LINK REL="Next" HREF="005917.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] libproxy vs biarch & libexecdir</H1> + <B>Christiaan Welvaart</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20libproxy%20vs%20biarch%20%26%20libexecdir&In-Reply-To=%3Calpine.LMD.2.02.1106221202140.396%40zem.cjw.nep%3E" + TITLE="[Mageia-dev] libproxy vs biarch & libexecdir">cjw at daneel.dyndns.org + </A><BR> + <I>Wed Jun 22 17:49:20 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005916.html">[Mageia-dev] gcc compiler error +</A></li> + <LI>Next message: <A HREF="005917.html">[Mageia-dev] libproxy vs biarch & libexecdir +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5915">[ date ]</a> + <a href="thread.html#5915">[ thread ]</a> + <a href="subject.html#5915">[ subject ]</a> + <a href="author.html#5915">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>hi, + +I'm trying to make sense of libproxy packaging. It consists of a regular +library and several modules. Currently, the library follows policy but the +module packages are named libproxy-foo, so they have the same name on x86 +and x86-64: + +i586 x86-64 description +========================================================== +libproxy1 lib64proxy1 main library +libproxy-gnome libproxy-gnome gnome proxy config support +libproxy-webkit libproxy-webkit webkit pacrunner (?) +etc. + +- modules are in /usr/lib(64)/libproxy/%{version}/modules/ +- libproxy-gnome also has a binary /usr/lib(64)/pxgconf (in 0.4.6 for + gnome2) or /usr/lib(64)/pxgsettings (in 0.4.7 for gnome3). + +This looks wrong because: +- on a biarch system, it is not possible to have e.g. gnome3 settings + support for both archs +- the helper app (?) pxgsettings is put in libexecdir by upstream, so + IMHO it should be in /usr/lib or /usr/libexec, not %{_libdir} which + %{_libexecdir} expands to. + +The specfile I have locally changes this to: + +i586 x86-64 change +================================================================ +libproxy1 lib64proxy1 same +libproxy-gnome lib64proxy-gnome biarch support +libproxy-webkit lib64proxy-webkit biarch support +libproxy-gxsettings libproxy-gxsettings new pkg +etc. + +What should dependencies on these modules look like: +Requires: %mklibname proxy-gnome ? + + + Christiaan +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005916.html">[Mageia-dev] gcc compiler error +</A></li> + <LI>Next message: <A HREF="005917.html">[Mageia-dev] libproxy vs biarch & libexecdir +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5915">[ date ]</a> + <a href="thread.html#5915">[ thread ]</a> + <a href="subject.html#5915">[ subject ]</a> + <a href="author.html#5915">[ 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> |