From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2011-October/009052.html | 149 ++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-October/009052.html (limited to 'zarb-ml/mageia-dev/2011-October/009052.html') diff --git a/zarb-ml/mageia-dev/2011-October/009052.html b/zarb-ml/mageia-dev/2011-October/009052.html new file mode 100644 index 000000000..4367e4cd1 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-October/009052.html @@ -0,0 +1,149 @@ + + + + [Mageia-dev] E17 packaging + + + + + + + + + +

[Mageia-dev] E17 packaging

+ Florian Hubold + doktor5000 at arcor.de +
+ Sat Oct 22 14:10:53 CEST 2011 +

+
+ +
Am 22.10.2011 13:34, schrieb D.Morgan:
+> On Sat, Oct 22, 2011 at 9:41 AM, Philippe Reynes<tremyfr at yahoo.fr>  wrote:
+>> Hi,
+>> I've tried to use E17, but it's an old version. I've asked e17 team,
+>> and they answered me that E17 is "rolling release". So no
+>> stable release (or vert vert few).
+>> I propose to package svn version, so we could be up-to-date.
+>> If a problem occurs, we could report it to upstream.
+>> I've started such change, for example on eina, the change is :
+>> Index: SPECS/eina.spec
+>> ===================================================================
+>> --- SPECS/eina.spec     (révision 151537)
+>> +++ SPECS/eina.spec     (copie de travail)
+>> @@ -1,14 +1,15 @@
+>>   %define major 1
+>>   %define libname %mklibname %{name} %major
+>>   %define libnamedev %mklibname %{name} -d
+>> +%define svn r64257
+>>
+>>   Summary: Data Type Library
+>>   Name: eina
+>> -Version: 1.0.1
+>> -Release: %mkrel 2
+>> +Version: 1.1.0
+>> +Release: %mkrel 0.%svn.1
+>>   License: LGPLv2+
+>>   Group: Graphical desktop/Enlightenment
+>> -Source:
+>> http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+>> +Source: http://download.enlightenment.org/releases/%{name}-%{svn}.tar.bz2
+>>   URL: http://www.enlightenment.org/
+>>
+>>   %description
+>> @@ -32,9 +33,10 @@
+>>   %{name} development headers and libraries.
+>>
+>>   %prep
+>> -%setup -qn %{name}-%{version}
+>> +%setup -qn %{name}
+>>
+>>   %build
+>> +sh autogen.sh
+>>   %configure2_5x
+>>   %make
+>> What do you think about doing it on all E17 package ?
+> if there is really no stable i like this so for me this is a go (
+> minus my previous mail ;) )
+>
+Well, there are "stable" snapshots from time to time, but they are
+not done regularly. I'd say if we can make local builds of a newer SVN snapshot
+of the whole E17 before Mageia 2 alpha (i.e. in the next ~20 days)
+then we should at least try it.
+
+BTW: I'd remove the Source URL when only using snapshots or
+change the SPEC in a way that make using SVN snapshots possible
+by only changing a macro.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1