summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-October/009083.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-October/009083.html')
-rw-r--r--zarb-ml/mageia-dev/2011-October/009083.html249
1 files changed, 249 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-October/009083.html b/zarb-ml/mageia-dev/2011-October/009083.html
new file mode 100644
index 000000000..93d02e886
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-October/009083.html
@@ -0,0 +1,249 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Re : 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%20Re%20%3A%20%20E17%20packaging&In-Reply-To=%3C1319372308.61869.YahooMailNeo%40web29506.mail.ird.yahoo.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="009082.html">
+ <LINK REL="Next" HREF="009084.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Re : E17 packaging</H1>
+ <B>Philippe Reynes</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Re%20%3A%20%20E17%20packaging&In-Reply-To=%3C1319372308.61869.YahooMailNeo%40web29506.mail.ird.yahoo.com%3E"
+ TITLE="[Mageia-dev] Re : E17 packaging">tremyfr at yahoo.fr
+ </A><BR>
+ <I>Sun Oct 23 14:18:28 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="009082.html">[Mageia-dev] E17 packaging
+</A></li>
+ <LI>Next message: <A HREF="009084.html">[Mageia-dev] Re : E17 packaging
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9083">[ date ]</a>
+ <a href="thread.html#9083">[ thread ]</a>
+ <a href="subject.html#9083">[ subject ]</a>
+ <a href="author.html#9083">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Thanks for this feedback,
+
+here the new eina.spec with all feedbacks :
+
+&#160;Index: eina/SPECS/eina.spec
+
+===================================================================
+--- eina/SPECS/eina.spec &#160; &#160; &#160; &#160;(r&#233;vision 157379)
++++ eina/SPECS/eina.spec &#160; &#160; &#160; &#160;(copie de travail)
+@@ -1,18 +1,32 @@
+&#160;%define major 1
+&#160;%define libname %mklibname %{name} %major
+&#160;%define libnamedev %mklibname %{name} -d
++%define svn r64324
++%define rel 1
++%if %svn
++%define release %mkrel -c %svn %rel
++%else
++%define release %mkrel %rel
++%endif
+&#160;
+&#160;Summary: Data Type Library
+&#160;Name: eina
+-Version: 1.0.1
+-Release: %mkrel 2
++Version: 1.1.0
++Release: %{release}
+&#160;License: LGPLv2+
+&#160;Group: Graphical desktop/Enlightenment
+-Source: <A HREF="http://download.enlightenment.org/releases/%{name">http://download.enlightenment.org/releases/%{name</A>}-%{version}.tar.bz2
+-URL: <A HREF="http://www.enlightenment.org/">http://www.enlightenment.org/</A>
++# creating archive is quite simple:
++# svn co <A HREF="http://svn.enlightenment.org/svn/e/trunk/eina">http://svn.enlightenment.org/svn/e/trunk/eina</A> eina
++# tar cJf eina-r&lt;svnrevision&gt;.tar.xz eina
++%if %svn
++Source: %name-%svn.tar.xz
++%else
++Source: <A HREF="http://download.enlightenment.org/releases/%name-%version.tar.bz2">http://download.enlightenment.org/releases/%name-%version.tar.bz2</A>
++%endif
++URL: <A HREF="http://trac.enlightenment.org/e/wiki/Eina">http://trac.enlightenment.org/e/wiki/Eina</A>
+&#160;
+&#160;%description
+-Eina is a data type library.
++Eina is a core data structure and common utility library.
+&#160;
+&#160;%package -n %libname
+&#160;Summary: Libraries for the %{name} package
+@@ -32,10 +46,17 @@
+&#160;%{name} development headers and libraries.
+&#160;
+&#160;%prep
+-%setup -qn %{name}-%{version}
++%if %svn
++%setup -qn %name
++%else
++%setup -qn %name-%version
++%endif
+&#160;
+&#160;%build
+-%configure2_5x
++%if %svn
++NOCONFIGURE=1 ./autogen.sh
++%endif
++%configure2_5x --disable-static
+&#160;%make
+&#160;
+&#160;%install
+@@ -44,18 +65,13 @@
+&#160;
+&#160;find %buildroot -name *.la | xargs rm
+&#160;
+-%clean
+-rm -fr %buildroot
+-
+&#160;%files -n %libname
+-%defattr(-,root,root)
++%doc AUTHORS README
+&#160;%{_libdir}/*.so.%{major}*
+&#160;
+&#160;%files -n %libnamedev
+-%defattr(-,root,root)
+&#160;%{_libdir}/pkgconfig/*
+&#160;%{_libdir}/*.so
+-%{_libdir}/*.a
+&#160;%{_includedir}/*
+&#160;
+&#160;
+
+regards,
+trem
+
+
+
+________________________________
+De&#160;: Florian Hubold &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at arcor.de</A>&gt;
+&#192;&#160;: <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia-dev at mageia.org</A>
+Envoy&#233; le : Dimanche 23 Octobre 2011 12h55
+Objet&#160;: Re: [Mageia-dev] E17 packaging
+
+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 :) )
+
+&#160; $ svn diff
+&#160; Index: eina.spec
+&#160; ===================================================================
+&#160; --- eina.spec&#160; (Revision 157462)
+&#160; +++ eina.spec&#160; (Arbeitskopie)
+&#160; @@ -1,3 +1,13 @@
+&#160; +%define svndate 23102011
+&#160; +
+&#160; +%define svn r64322
+&#160; +%if %svn
+&#160; +%define rel 0.%{svn}svn.1
+&#160; +%else
+&#160; +%define rel 1
+&#160; +%endif
+&#160; +
+&#160; +
+&#160; &#160; %define major 1
+&#160; &#160; %define libname %mklibname %{name} %major
+&#160; &#160; %define libnamedev %mklibname %{name} -d
+&#160; @@ -4,11 +14,18 @@
+
+&#160; &#160; Summary: Data Type Library
+&#160; &#160; Name: eina
+&#160; -Version: 1.0.1
+&#160; -Release: %mkrel 2
+&#160; +Version: 1.0.999
+&#160; +Release: %mkrel %rel
+&#160; &#160; License: LGPLv2+
+&#160; &#160; Group: Graphical desktop/Enlightenment
+&#160; +# export latest svn checkout
+&#160; +# svn export <A HREF="http://svn.enlightenment.org/svn/e/trunk/%{name">http://svn.enlightenment.org/svn/e/trunk/%{name</A>}
+&#160; %{name}-svn-$(date +%d%m%Y)
+&#160; +%if %svn
+&#160; +Source: %{name}-svn-%svndate.tar.bz2
+&#160; +%else
+&#160; &#160; Source: <A HREF="http://download.enlightenment.org/releases/%{name">http://download.enlightenment.org/releases/%{name</A>}-%{version}.tar.bz2
+&#160; +%endif
+&#160; +
+&#160; &#160; URL: <A HREF="http://www.enlightenment.org/">http://www.enlightenment.org/</A>
+
+&#160; &#160; %description
+&#160; @@ -32,9 +49,17 @@
+&#160; &#160; %{name} development headers and libraries.
+
+&#160; &#160; %prep
+&#160; +%if %svn
+&#160; +%setup -qn %{name}-svn-%svndate
+&#160; +%else
+&#160; &#160; %setup -qn %{name}-%{version}
+&#160; +%endif
+
+&#160; +
+&#160; &#160; %build
+&#160; +%if %svn
+&#160; +./autogen.sh
+&#160; +%endif
+&#160; &#160; %configure2_5x
+&#160; &#160; %make
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20111023/a4450b4a/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="009082.html">[Mageia-dev] E17 packaging
+</A></li>
+ <LI>Next message: <A HREF="009084.html">[Mageia-dev] Re : E17 packaging
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#9083">[ date ]</a>
+ <a href="thread.html#9083">[ thread ]</a>
+ <a href="subject.html#9083">[ subject ]</a>
+ <a href="author.html#9083">[ 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>