summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-April/014107.html
blob: 01587d40c9825c6ec838121381f9990151a76cd0 (plain)
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
112
113
114
115
116
117
118
119
120
121
<!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%2BbgQgTokcGMfVtA%3DU2%3DGRLyhaqgLxSbC_BJqKg96%3DQ-J7Q%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="014113.html">
   <LINK REL="Next"  HREF="014108.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%2BbgQgTokcGMfVtA%3DU2%3DGRLyhaqgLxSbC_BJqKg96%3DQ-J7Q%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">pterjan at gmail.com
       </A><BR>
    <I>Tue Apr 10 21:39:00 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="014113.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
        <LI>Next message: <A HREF="014108.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#14107">[ date ]</a>
              <a href="thread.html#14107">[ thread ]</a>
              <a href="subject.html#14107">[ subject ]</a>
              <a href="author.html#14107">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On Tue, Apr 10, 2012 at 19:35, simple w8 &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>&gt; wrote:
&gt;&gt;&gt;<i> %install
</I>&gt;&gt;&gt;<i> make install DESTDIR=%{buildroot} \
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> %makeinstall_std
</I>&gt;<i>
</I>&gt;<i> Here you really need to spefify them, with %makeinstall_std &#160;fails
</I>
%makeinstall then ?

&gt;&gt;&gt;<i> &#160; &#160; libdir=%{_libdir} \
</I>&gt;&gt;&gt;<i> &#160; &#160; usrlibdir=%{_libdir} \
</I>&gt;&gt;&gt;<i> &#160; &#160; exec_prefix=%{_prefix}
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;<i> [...]
</I>&gt;&gt;&gt;<i> optidesk.spec
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Name: &#160; &#160; &#160; &#160; &#160; optidesk
</I>&gt;&gt;&gt;<i> Summary: &#160; &#160; &#160; &#160;Tool to configure .desktop files to run with optirun
</I>&gt;&gt;&gt;<i> Group: &#160; &#160; &#160; &#160; &#160;Graphical desktop/Other
</I>&gt;&gt;&gt;<i> Version: &#160; &#160; &#160; &#160;0.1
</I>&gt;&gt;&gt;<i> Release: &#160; &#160; &#160; &#160;1
</I>&gt;&gt;&gt;<i> URL: &#160; &#160; &#160; &#160; &#160; &#160;<A HREF="https://github.com/Bumblebee-Project/optidesk">https://github.com/Bumblebee-Project/optidesk</A>
</I>&gt;&gt;&gt;<i> License: &#160; &#160; &#160; &#160;GPLv3
</I>&gt;&gt;&gt;<i> # source from git repo <A HREF="git://github.com/Bumblebee-Project/optidesk.git">git://github.com/Bumblebee-Project/optidesk.git</A>
</I>&gt;&gt;&gt;<i> Source0: &#160; &#160; &#160;%{name}.tar.xz
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Tarball needs to be versioned.
</I>&gt;<i>
</I>&gt;<i> I did add a comment saying its from git, but i usually use to create a
</I>&gt;<i> macro and put some like this:
</I>&gt;<i>
</I>&gt;<i> Source0: &#160; &#160; &#160;%{?git:%{name}}%{!?git:%{name}-%{version}}.tar.xz
</I>&gt;<i>
</I>&gt;<i> but still there isnt any version released
</I>
Yes but you should add one, like the date of the snapshot, or the
hash. Else different tarball from git will have the same name.

&gt;&gt;&gt;<i> BuildArch: &#160; &#160;noarch
</I>&gt;&gt;&gt;<i> Requires(post): &#160; &#160; &#160; dkms
</I>&gt;&gt;&gt;<i> Requires(preun):dkms
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Needs to require dkms.
</I>&gt;<i>
</I>&gt;<i> AFAIK dkms its only used in post and preun scriptlets., so why add
</I>&gt;<i> another plain require?
</I>
Because you need to have it on the system to get this module rebuilt
when you install a new kernel, not only when you install this package
</PRE>
















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="014113.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
	<LI>Next message: <A HREF="014108.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#14107">[ date ]</a>
              <a href="thread.html#14107">[ thread ]</a>
              <a href="subject.html#14107">[ subject ]</a>
              <a href="author.html#14107">[ 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>