diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007412.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-August/007412.html | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-August/007412.html b/zarb-ml/mageia-dev/2011-August/007412.html new file mode 100644 index 000000000..78bf8f69b --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007412.html @@ -0,0 +1,121 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [134638] - clean spec + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B134638%5D%20-%20clean%20spec&In-Reply-To=%3C4E515FC7.1090303%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007408.html"> + <LINK REL="Next" HREF="007460.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [134638] - clean spec</H1> + <B>andre999</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B134638%5D%20-%20clean%20spec&In-Reply-To=%3C4E515FC7.1090303%40laposte.net%3E" + TITLE="[Mageia-dev] [134638] - clean spec">andr55 at laposte.net + </A><BR> + <I>Sun Aug 21 21:43:03 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007408.html">[Mageia-dev] [134638] - clean spec +</A></li> + <LI>Next message: <A HREF="007460.html">[Mageia-dev] [134638] - clean spec +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7412">[ date ]</a> + <a href="thread.html#7412">[ thread ]</a> + <a href="subject.html#7412">[ subject ]</a> + <a href="author.html#7412">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Colin Guthrie a écrit : +><i> 'Twas brillig, and Bertaux Xavier at 20/08/11 14:42 did gyre and gimble: +</I>>><i> Le 20/08/2011 15:34, D.Morgan a écrit : +</I>>>><i> On Sat, Aug 20, 2011 at 3:22 PM,<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +</I>>>>><i> Revision 134638 Author shadow95 Date 2011-08-20 15:22:52 +0200 (Sat, 20 Aug +</I>>>>><i> 2011) +</I>>>>><i> +</I>>>>><i> Log Message +</I>>>>><i> +</I>>>>><i> - clean spec +</I>>>>><i> +</I>>>>><i> Modified Paths +</I>>>>><i> +</I>>>><i> +</I>>>><i> Why do you clean by removing rpm macros ? what was wrong with them ? +</I>>><i> +</I>>><i> Hi, +</I>>><i> +</I>>><i> sorry I'm apprentice packager ! +</I>>><i> So on all spec Mageia that I've seen, macro %{_install} and macro +</I>>><i> %{_mkdir_p} are not used, but if it's better, I can remake that. +</I>>><i> Which difference in install and %{_install} and mkdir -p and %{_mkdir_p} ? +</I>><i> +</I>><i> I do have to wonder why those macros are used... it seems quite trivial +</I>><i> to use the actual commands directly and that ultimately increases +</I>><i> portability (which maybe isn't a major concern, but all the same) +</I>><i> +</I>><i> What are the general thoughts on this? +</I>><i> +</I>><i> Col +</I> +I agree -- as long as there are appropriate filetriggers to deal with things +like attributing ownership of created parent directories, etc. +(Which if I'm not mistaken, should not belong to the packages in question. If +that is wanted, the directory should be explicitly created.) + +Considering that, one should be able to do simply +mkdir ... which defaults to mkdir -p ... +and +cp ... which defaults to cp -a ... +since that is what would normally be wanted. +There would be less room for error. +Of course, this should be documented in the packager wiki as well. + +My 2 cents :) +-- +André +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007408.html">[Mageia-dev] [134638] - clean spec +</A></li> + <LI>Next message: <A HREF="007460.html">[Mageia-dev] [134638] - clean spec +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7412">[ date ]</a> + <a href="thread.html#7412">[ thread ]</a> + <a href="subject.html#7412">[ subject ]</a> + <a href="author.html#7412">[ 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> |