diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110208/002495.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110208/002495.html | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110208/002495.html b/zarb-ml/mageia-dev/20110208/002495.html new file mode 100644 index 000000000..f3853ef84 --- /dev/null +++ b/zarb-ml/mageia-dev/20110208/002495.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] announcing magpie + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3C20110208150510.GT6023%40mongueurs.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002494.html"> + <LINK REL="Next" HREF="002496.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] announcing magpie</H1> + <B>Jerome Quelin</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3C20110208150510.GT6023%40mongueurs.net%3E" + TITLE="[Mageia-dev] announcing magpie">jquelin at gmail.com + </A><BR> + <I>Tue Feb 8 16:05:10 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002494.html">[Mageia-dev] glib 1.2 +</A></li> + <LI>Next message: <A HREF="002496.html">[Mageia-dev] Php : which package provides 'xmlrpc.inc' ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2495">[ date ]</a> + <a href="thread.html#2495">[ thread ]</a> + <a href="subject.html#2495">[ subject ]</a> + <a href="author.html#2495">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>hi, + +i'm happy to announce magpie 1.110390 + +On 11/01/24 16:42 +0100, Jerome Quelin wrote: +><i> in my mdv->mageia conversion, i promised to gather the various scripts +</I>><i> i'm using to maintain the bulk of perl packages and provide them for +</I>><i> everyone to use. +</I>><i> +</I>><i> so i'm pleased to announce magpie: MAGeia Perl Integration Easy +</I>><i> +</I>><i> it's available as a perl distribution on cpan (of course), and as a +</I>><i> package for mageia (i know, mirroring is not yet started). +</I> +this release brings a new subcommand: magpie fixspec + +as you can guess, this command will try to sanitize a spec file a bit. +to use it, you must be in a package checkout, and run it without any +argument. + + $ eval $( magpie co perl-Foo-Bar ) + $ magpie fixspec -v + + # to see the list of options + $ magpie help fix + + +among the things done: +- it updates %doc depending on the existing files, including meta files +- it splits multiple bundled build-/requires to have only one per line +- it lines up vertically the summary / etc +- it extracts perl buildrequires from meta.json/meta.yml if present +- it removes buildroot definition +- it removes mdv macros + + +note that the code is not really clean, it might gain from being in its +own module, with real rpm parsing instead of big regexes. also, it +assumes that we're cleaning a perl module spec file, so you're on your +own if you're using it on other spec file: it might remove the whole +svn, eat your babies, or even convert your rpm database to rpm5. you've +been warned. :-) + + +jérôme +-- +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002494.html">[Mageia-dev] glib 1.2 +</A></li> + <LI>Next message: <A HREF="002496.html">[Mageia-dev] Php : which package provides 'xmlrpc.inc' ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2495">[ date ]</a> + <a href="thread.html#2495">[ thread ]</a> + <a href="subject.html#2495">[ subject ]</a> + <a href="author.html#2495">[ 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> |