blob: 40f73a9baa9325e957eb32f4643ef473720b4152 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] A question about BuildRequires and other RPM questions.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%20questions.&In-Reply-To=%3C512F45C5.1090905%40apostrophe.co.uk%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023186.html">
<LINK REL="Next" HREF="023182.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] A question about BuildRequires and other RPM questions.</H1>
<B>Robert Wood</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20A%20question%20about%20BuildRequires%20and%20other%20RPM%20questions.&In-Reply-To=%3C512F45C5.1090905%40apostrophe.co.uk%3E"
TITLE="[Mageia-dev] A question about BuildRequires and other RPM questions.">robert.wood at apostrophe.co.uk
</A><BR>
<I>Thu Feb 28 12:55:49 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023186.html">[Mageia-dev] fpc does *not* require gcc
</A></li>
<LI>Next message: <A HREF="023182.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23181">[ date ]</a>
<a href="thread.html#23181">[ thread ]</a>
<a href="subject.html#23181">[ subject ]</a>
<a href="author.html#23181">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I'm having a go at building an RPM. I have managed to compile this
particular piece of software on my laptop under Open SuSE, but would
like to compile on my desktop and thought it would be a really good idea
to finally have a proper go at building RPMs.
So, I'm ploughing through the tutorials and one thing I can't work out
is just how to comprehensively list all the BuildRequires. I seem to
remember when I compiled it on SuSE it had a couple of dependencies such
as boot-devel and I suppose I could compile it on my machine and see
what it requests, but I assume that is no good if another machine tries
to install the RPM and I don't list one of the dependencies because it
happened to be installed on my machine.
Make sense?!
So, how do I make a list of that please?
Also, I tried taking kwrite as an example, downloaded the .src RPM from
a website (couldn't work out the wget thing) and managed to "blindly"
build the RPM. That lists as shed load of files, mostly libraries that
are needed. Again, how do I find these for this particular package? Do I
need to compile first and use a tool that extracts all this information
somehow?
I'm wondering whether there's a very simple, hello world find of spec
file somewhere I could look at. I'm not convinced kwrite was the best
example to take.
Thanks.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023186.html">[Mageia-dev] fpc does *not* require gcc
</A></li>
<LI>Next message: <A HREF="023182.html">[Mageia-dev] A question about BuildRequires and other RPM questions.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23181">[ date ]</a>
<a href="thread.html#23181">[ thread ]</a>
<a href="subject.html#23181">[ subject ]</a>
<a href="author.html#23181">[ 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>
|