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
122
123
124
125
126
127
128
129
130
|
<!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=%3CCAKVccoXGXkwb31Y76pBnsARmQpF4tWFKunfMEq_CP%2B4L7T%2BKtQ%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="014107.html">
<LINK REL="Next" HREF="014109.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=%3CCAKVccoXGXkwb31Y76pBnsARmQpF4tWFKunfMEq_CP%2B4L7T%2BKtQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] bumblebee in mageia (and mentoring)">simplew8 at gmail.com
</A><BR>
<I>Tue Apr 10 21:45:29 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014107.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014109.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14108">[ date ]</a>
<a href="thread.html#14108">[ thread ]</a>
<a href="subject.html#14108">[ subject ]</a>
<a href="author.html#14108">[ 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 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>
It also fails, i did tried both macros.
>>>><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>
Yes it does make sense.
>>>><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>
If we add a plain require theres no need to have requires in
scriplets, at least more recently that was clarified, a plain require
is enough.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014107.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI>Next message: <A HREF="014109.html">[Mageia-dev] bumblebee in mageia (and mentoring)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14108">[ date ]</a>
<a href="thread.html#14108">[ thread ]</a>
<a href="subject.html#14108">[ subject ]</a>
<a href="author.html#14108">[ 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>
|