summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002091.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002091.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002091.html101
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002091.html b/zarb-ml/mageia-sysadm/2011-January/002091.html
new file mode 100644
index 000000000..c98702e99
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/002091.html
@@ -0,0 +1,101 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [295] - properly set each rpm macros at import
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B295%5D%20-%20properly%20set%20each%20rpm%20macros%20at%20import&In-Reply-To=%3C20110114161254.GA21938%40mars-attacks.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002084.html">
+ <LINK REL="Next" HREF="002093.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [295] - properly set each rpm macros at import</H1>
+ <B>nicolas vigier</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B295%5D%20-%20properly%20set%20each%20rpm%20macros%20at%20import&In-Reply-To=%3C20110114161254.GA21938%40mars-attacks.org%3E"
+ TITLE="[Mageia-sysadm] [295] - properly set each rpm macros at import">boklm at mars-attacks.org
+ </A><BR>
+ <I>Fri Jan 14 17:12:54 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002084.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI>Next message: <A HREF="002093.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2091">[ date ]</a>
+ <a href="thread.html#2091">[ thread ]</a>
+ <a href="subject.html#2091">[ subject ]</a>
+ <a href="author.html#2091">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Fri, 14 Jan 2011, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> wrote:
+
+&gt;<i> Revision: 295
+</I>&gt;<i> Author: nanardon
+</I>&gt;<i> Date: 2011-01-14 13:25:43 +0100 (Fri, 14 Jan 2011)
+</I>&gt;<i> Log Message:
+</I>&gt;<i> -----------
+</I>&gt;<i> - properly set each rpm macros at import
+</I>&gt;<i>
+</I>&gt;<i> Modified Paths:
+</I>&gt;<i> --------------
+</I>&gt;<i> build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+</I>&gt;<i>
+</I>&gt;<i> Modified: build_system/mgarepo/trunk/MgaRepo/simplerpm.py
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- build_system/mgarepo/trunk/MgaRepo/simplerpm.py 2011-01-14 07:43:10 UTC (rev 294)
+</I>&gt;<i> +++ build_system/mgarepo/trunk/MgaRepo/simplerpm.py 2011-01-14 12:25:43 UTC (rev 295)
+</I>&gt;<i> @@ -14,6 +14,8 @@
+</I>&gt;<i> self.epoch = None
+</I>&gt;<i>
+</I>&gt;<i> def unpack(self, topdir):
+</I>&gt;<i> - execcmd(&quot;rpm -i --define '_topdir %s' %s&quot; % (topdir, self.filename))
+</I>&gt;<i> + execcmd(&quot;rpm -i --define '_sourcedir %s/SOURCES' &quot; +
+</I>&gt;<i> + &quot;--define '_specdir %s/SPECS' --define '_patchdir %s/SPECS' %s&quot;
+</I>&gt;<i> + % (topdir, topdir, topdir, self.filename))
+</I>
+_patchdir in SPECS dir now ?
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002084.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI>Next message: <A HREF="002093.html">[Mageia-sysadm] [295] - properly set each rpm macros at import
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2091">[ date ]</a>
+ <a href="thread.html#2091">[ thread ]</a>
+ <a href="subject.html#2091">[ subject ]</a>
+ <a href="author.html#2091">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>