summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/009082.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-October/009082.html')
-rw-r--r--zarb-ml/mageia-dev/2011-October/009082.html148
1 files changed, 148 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-October/009082.html b/zarb-ml/mageia-dev/2011-October/009082.html
new file mode 100644
index 000000000..438f1cacd
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-October/009082.html
@@ -0,0 +1,148 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] E17 packaging
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20E17%20packaging&In-Reply-To=%3C4EA3F286.3020504%40arcor.de%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="009053.html">
+ <LINK REL="Next" HREF="009083.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] E17 packaging</H1>
+ <B>Florian Hubold</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20E17%20packaging&In-Reply-To=%3C4EA3F286.3020504%40arcor.de%3E"
+ TITLE="[Mageia-dev] E17 packaging">doktor5000 at arcor.de
+ </A><BR>
+ <I>Sun Oct 23 12:55:02 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="009053.html">[Mageia-dev] E17 packaging
+</A></li>
+ <LI>Next message: <A HREF="009083.html">[Mageia-dev] Re : E17 packaging
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9082">[ date ]</a>
+ <a href="thread.html#9082">[ thread ]</a>
+ <a href="subject.html#9082">[ subject ]</a>
+ <a href="author.html#9082">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Am 22.10.2011 14:29, schrieb Balcaen John:
+&gt;<i> Le samedi 22 octobre 2011 14:10:53 Florian Hubold a &#233;crit :
+</I>&gt;<i> [...]
+</I>&gt;&gt;<i> Well, there are &quot;stable&quot; snapshots from time to time, but they are
+</I>&gt;&gt;<i> not done regularly. I'd say if we can make local builds of a newer SVN
+</I>&gt;&gt;<i> snapshot of the whole E17 before Mageia 2 alpha (i.e. in the next ~20 days)
+</I>&gt;&gt;<i> then we should at least try it.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> BTW: I'd remove the Source URL when only using snapshots or
+</I>&gt;&gt;<i> change the SPEC in a way that make using SVN snapshots possible
+</I>&gt;&gt;<i> by only changing a macro.
+</I>&gt;<i> That's was also suggested on irc :)
+</I>&gt;<i>
+</I>&gt;<i> Regards,
+</I>&gt;<i>
+</I>So here's my try, feel free to comment:
+(Please don't care about the date format for now :) )
+
+ $ svn diff
+ Index: eina.spec
+ ===================================================================
+ --- eina.spec (Revision 157462)
+ +++ eina.spec (Arbeitskopie)
+ @@ -1,3 +1,13 @@
+ +%define svndate 23102011
+ +
+ +%define svn r64322
+ +%if %svn
+ +%define rel 0.%{svn}svn.1
+ +%else
+ +%define rel 1
+ +%endif
+ +
+ +
+ %define major 1
+ %define libname %mklibname %{name} %major
+ %define libnamedev %mklibname %{name} -d
+ @@ -4,11 +14,18 @@
+
+ Summary: Data Type Library
+ Name: eina
+ -Version: 1.0.1
+ -Release: %mkrel 2
+ +Version: 1.0.999
+ +Release: %mkrel %rel
+ License: LGPLv2+
+ Group: Graphical desktop/Enlightenment
+ +# export latest svn checkout
+ +# svn export <A HREF="http://svn.enlightenment.org/svn/e/trunk/%{name">http://svn.enlightenment.org/svn/e/trunk/%{name</A>}
+ %{name}-svn-$(date +%d%m%Y)
+ +%if %svn
+ +Source: %{name}-svn-%svndate.tar.bz2
+ +%else
+ Source: <A HREF="http://download.enlightenment.org/releases/%{name">http://download.enlightenment.org/releases/%{name</A>}-%{version}.tar.bz2
+ +%endif
+ +
+ URL: <A HREF="http://www.enlightenment.org/">http://www.enlightenment.org/</A>
+
+ %description
+ @@ -32,9 +49,17 @@
+ %{name} development headers and libraries.
+
+ %prep
+ +%if %svn
+ +%setup -qn %{name}-svn-%svndate
+ +%else
+ %setup -qn %{name}-%{version}
+ +%endif
+
+ +
+ %build
+ +%if %svn
+ +./autogen.sh
+ +%endif
+ %configure2_5x
+ %make
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="009053.html">[Mageia-dev] E17 packaging
+</A></li>
+ <LI>Next message: <A HREF="009083.html">[Mageia-dev] Re : E17 packaging
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9082">[ date ]</a>
+ <a href="thread.html#9082">[ thread ]</a>
+ <a href="subject.html#9082">[ subject ]</a>
+ <a href="author.html#9082">[ 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>