diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/014114.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-April/014114.html | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/014114.html b/zarb-ml/mageia-dev/2012-April/014114.html new file mode 100644 index 000000000..d56a26129 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014114.html @@ -0,0 +1,141 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] bumblebee in mageia (and mentoring) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3CCAKVccoWeC38SFQxe7J%3DrskuSbpJ-TznJAWW0Gi8vgu%2BPj8g9%3Dg%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="014110.html"> + <LINK REL="Next" HREF="014115.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] bumblebee in mageia (and mentoring)</H1> + <B>simple w8</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bumblebee%20in%20mageia%20%28and%20mentoring%29&In-Reply-To=%3CCAKVccoWeC38SFQxe7J%3DrskuSbpJ-TznJAWW0Gi8vgu%2BPj8g9%3Dg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">simplew8 at gmail.com + </A><BR> + <I>Tue Apr 10 22:15:26 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="014110.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI>Next message: <A HREF="014115.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14114">[ date ]</a> + <a href="thread.html#14114">[ thread ]</a> + <a href="subject.html#14114">[ subject ]</a> + <a href="author.html#14114">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2012/4/10 Pascal Terjan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>>: +><i> On Tue, Apr 10, 2012 at 20:45, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote: +</I>>><i> 2012/4/10 Pascal Terjan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>>: +</I>>>><i> On Tue, Apr 10, 2012 at 19:35, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote: +</I>>>>>>><i> %install +</I>>>>>>><i> make install DESTDIR=%{buildroot} \ +</I>>>>>><i> +</I>>>>>><i> %makeinstall_std +</I>>>>><i> +</I>>>>><i> Here you really need to spefify them, with %makeinstall_std  fails +</I>>>><i> +</I>>>><i> %makeinstall then ? +</I>>><i> +</I>>><i> It also fails, i did tried both macros. +</I>>><i> +</I>>>>>>><i>     libdir=%{_libdir} \ +</I>>>>>>><i>     usrlibdir=%{_libdir} \ +</I>>>>>>><i>     exec_prefix=%{_prefix} +</I>>>>>>><i> +</I>>>>>><i> [...] +</I>>>>>>><i> optidesk.spec +</I>>>>>>><i> +</I>>>>>>><i> +</I>>>>>>><i> Name:           optidesk +</I>>>>>>><i> Summary:        Tool to configure .desktop files to run with optirun +</I>>>>>>><i> Group:          Graphical desktop/Other +</I>>>>>>><i> Version:        0.1 +</I>>>>>>><i> Release:        1 +</I>>>>>>><i> URL:            <A HREF="https://github.com/Bumblebee-Project/optidesk">https://github.com/Bumblebee-Project/optidesk</A> +</I>>>>>>><i> License:        GPLv3 +</I>>>>>>><i> # source from git repo <A HREF="git://github.com/Bumblebee-Project/optidesk.git">git://github.com/Bumblebee-Project/optidesk.git</A> +</I>>>>>>><i> Source0:      %{name}.tar.xz +</I>>>>>><i> +</I>>>>>><i> Tarball needs to be versioned. +</I>>>>><i> +</I>>>>><i> I did add a comment saying its from git, but i usually use to create a +</I>>>>><i> macro and put some like this: +</I>>>>><i> +</I>>>>><i> Source0:      %{?git:%{name}}%{!?git:%{name}-%{version}}.tar.xz +</I>>>>><i> +</I>>>>><i> but still there isnt any version released +</I>>>><i> +</I>>>><i> Yes but you should add one, like the date of the snapshot, or the +</I>>>><i> hash. Else different tarball from git will have the same name. +</I>>><i> +</I>>><i> Yes it does make sense. +</I>>><i> +</I>>>>>>><i> BuildArch:    noarch +</I>>>>>>><i> Requires(post):       dkms +</I>>>>>>><i> Requires(preun):dkms +</I>>>>>><i> +</I>>>>>><i> Needs to require dkms. +</I>>>>><i> +</I>>>>><i> AFAIK dkms its only used in post and preun scriptlets., so why add +</I>>>>><i> another plain require? +</I>>>><i> +</I>>>><i> Because you need to have it on the system to get this module rebuilt +</I>>>><i> when you install a new kernel, not only when you install this package +</I>>><i> +</I>>><i> If we add a plain require theres no need to have requires in +</I>>><i> scriplets, at least more recently that was clarified, a plain require +</I>>><i> is enough. +</I>><i> +</I>><i> It is needed to have it for ordering in the same transaction +</I>><i> Requires only guarantees that dkms will be there at the end of the rpm +</I>><i> transaction installing this package, but it may be installed after +</I>><i> this package if they are in the same transaction. Adding +</I>><i> requires(post) makes rpm install dkms before this one if they are in +</I>><i> the same transaction. +</I> +For what i have discussed with rpm and rpm5 developers, if you use a +plain require its enough, so adding the same require for scripts is +simply unnecessary, and im just relying on what rpm devepers said, now +if Mageia has a policy that ignores that its different. +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="014110.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI>Next message: <A HREF="014115.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14114">[ date ]</a> + <a href="thread.html#14114">[ thread ]</a> + <a href="subject.html#14114">[ subject ]</a> + <a href="author.html#14114">[ 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> |