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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [RFC] Ruby packaging policy
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20Ruby%20packaging%20policy&In-Reply-To=%3C20110121202802.GA16015%40shikamaru.fr%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002292.html">
<LINK REL="Next" HREF="002301.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [RFC] Ruby packaging policy</H1>
<B>Remy CLOUARD</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BRFC%5D%20Ruby%20packaging%20policy&In-Reply-To=%3C20110121202802.GA16015%40shikamaru.fr%3E"
TITLE="[Mageia-dev] [RFC] Ruby packaging policy">shikamaru at mandriva.org
</A><BR>
<I>Fri Jan 21 21:28:39 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002292.html">[Mageia-dev] Character encoding issue in Mageia identity manager?
</A></li>
<LI>Next message: <A HREF="002301.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2300">[ date ]</a>
<a href="thread.html#2300">[ thread ]</a>
<a href="subject.html#2300">[ subject ]</a>
<a href="author.html#2300">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, Jan 19, 2011 at 08:58:25PM +0100, Remy CLOUARD wrote:
><i> On Mon, Jan 10, 2011 at 01:49:30AM +0100, Michael Scherer wrote:
</I>><i> > Le vendredi 07 janvier 2011 à 23:45 +0100, Remy CLOUARD a écrit :
</I>><i> > > You can find the page here:
</I>><i> > > <A HREF="http://wiki.mandriva.com/en/Policies/Ruby">http://wiki.mandriva.com/en/Policies/Ruby</A>
</I>I imported the policy in the wiki, it’s available here:
<A HREF="http://mageia.org/wiki/doku.php?id=ruby_policy">http://mageia.org/wiki/doku.php?id=ruby_policy</A>
I removed some undecided stuff, added some recommendations for
%prep/%build/%install/%check sections, and fixed the sample spec from
some errors.
Thanks for reviewing that page.
><i> > This cause problem since we do have rpm present twice ( without people
</I>><i> > noticing, as I dicovered when trying to use gitorious ). More ever, this
</I>><i> > is confusing for packagers. There is also potential breakage if someone
</I>><i> > start to do tarball, then gems, etc etc.
</I>><i> >
</I>><i> > I have already expressed my opinion on the subject, and still maintain
</I>><i> > it :
</I>><i> >
</I>><i> > ruby rpm should be ruby-*.
</I>><i> >
</I>><i> Ok, so I assume ruby rpm should be packaged as a gem or as a regular
</I>><i> package, but not both (sounds sensible anyway)
</I>><i>
</I>><i> [...]
</I>><i>
</I>><i> Now, I’ve made an erb template to match what we discussed up till now.
</I>><i>
</I>><i> You can see the result here
</I>><i> <A HREF="http://wiki.mandriva.com/en/Ruby_packaging_policy#Samples">http://wiki.mandriva.com/en/Ruby_packaging_policy#Samples</A>
</I>><i>
</I>><i> A few comments about this spec:
</I>><i> - devel package is generated to pull the development dependencies, maybe
</I>><i> it could be created also whenever there are additional files that are
</I>><i> not in the require_paths node of the YAML specification.
</I>After trying that out, I must say I’m not really satisfied with that. It
would be better if we could find a way to do the check at build time. It
also brings some complexity to the spec :/
Regards,
--
Rémy CLOUARD
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20110121/794f8beb/attachment.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002292.html">[Mageia-dev] Character encoding issue in Mageia identity manager?
</A></li>
<LI>Next message: <A HREF="002301.html">[Mageia-dev] Python Packaging Policy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2300">[ date ]</a>
<a href="thread.html#2300">[ thread ]</a>
<a href="subject.html#2300">[ subject ]</a>
<a href="author.html#2300">[ 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>
|