diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2013-February/023181.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2013-February/023181.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-February/023181.html | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-February/023181.html b/zarb-ml/mageia-dev/2013-February/023181.html new file mode 100644 index 000000000..40f73a9ba --- /dev/null +++ b/zarb-ml/mageia-dev/2013-February/023181.html @@ -0,0 +1,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> |