diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/014110.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-April/014110.html | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/014110.html b/zarb-ml/mageia-dev/2012-April/014110.html new file mode 100644 index 000000000..676272b34 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014110.html @@ -0,0 +1,138 @@ +<!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=%3CCA%2BCX%2Bbjh%3Dj4ToB282nko2F3A7PEXofe_xi%2BRTdHPMooHBTYZgA%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="014109.html"> + <LINK REL="Next" HREF="014114.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] bumblebee in mageia (and mentoring)</H1> + <B>Pascal Terjan</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=%3CCA%2BCX%2Bbjh%3Dj4ToB282nko2F3A7PEXofe_xi%2BRTdHPMooHBTYZgA%40mail.gmail.com%3E" + TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">pterjan at gmail.com + </A><BR> + <I>Tue Apr 10 21:51:05 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="014109.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI>Next message: <A HREF="014114.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14110">[ date ]</a> + <a href="thread.html#14110">[ thread ]</a> + <a href="subject.html#14110">[ subject ]</a> + <a href="author.html#14110">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> 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> +It is needed to have it for ordering in the same transaction +Requires only guarantees that dkms will be there at the end of the rpm +transaction installing this package, but it may be installed after +this package if they are in the same transaction. Adding +requires(post) makes rpm install dkms before this one if they are in +the same transaction. +</PRE> + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="014109.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI>Next message: <A HREF="014114.html">[Mageia-dev] bumblebee in mageia (and mentoring) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14110">[ date ]</a> + <a href="thread.html#14110">[ thread ]</a> + <a href="subject.html#14110">[ subject ]</a> + <a href="author.html#14110">[ 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> |