diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20111023/11f464b9/attachment-0001.html')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20111023/11f464b9/attachment-0001.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20111023/11f464b9/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20111023/11f464b9/attachment-0001.html new file mode 100644 index 000000000..32208378c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111023/11f464b9/attachment-0001.html @@ -0,0 +1,7 @@ +<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hi,</span></div><div><br><span></span></div><div><span>I've updated (yes, yet another time ...) the eina.spec :</span></div><div><br><span></span></div><div><span>Index: eina/SPECS/eina.spec<br>===================================================================<br>--- eina/SPECS/eina.spec (révision 157379)<br>+++ eina/SPECS/eina.spec (copie de travail)<br>@@ -1,18 +1,32 @@<br> %define major 1<br> %define libname %mklibname %{name} %major<br> %define libnamedev %mklibname %{name} -d<br>+%define svn r64327<br>+%define rel 1<br>+%if %svn<br>+%define release %mkrel -c %svn %rel<br>+%else<br>+%define release %mkrel %rel<br>+%endif<br> <br> Summary: Data Type Library<br> Name: eina<br>-Version: + 1.0.1<br>-Release: %mkrel 2<br>+Version: 1.0.999<br>+Release: %{release}<br> License: LGPLv2+<br> Group: Graphical desktop/Enlightenment<br>-Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2<br>-URL: http://www.enlightenment.org/<br>+# creating archive is quite simple:<br>+# svn export http://svn.enlightenment.org/svn/e/trunk/%name %name<br>+# tar cJf %name-%svn.tar.xz %name<br>+%if %svn<br>+Source: %name-%svn.tar.xz<br>+%else<br>+Source: http://download.enlightenment.org/releases/%name-%version.tar.bz2<br>+%endif<br>+URL: http://trac.enlightenment.org/e/wiki/Eina<br></span></div><div> %description<br>-Eina is a data type library.<br>+Eina is a core data structure and common utility library.<br> <br> %package -n %libname<br> Summary: Libraries for the %{name} package<br>@@ -32,10 +46,17 @@<br> %{name} development headers and libraries.<br> <br> %prep<br>-%setup -qn + %{name}-%{version}<br>+%if %svn<br>+%setup -qn %name<br>+%else<br>+%setup -qn %name-%version<br>+%endif<br> <br> %build<br>-%configure2_5x<br>+%if %svn<br>+NOCONFIGURE=1 ./autogen.sh<br>+%endif<br>+%configure2_5x --disable-static<br> %make<br> <br> %install<br>@@ -44,18 +65,13 @@<br> <br> find %buildroot -name *.la | xargs rm<br> <br>-%clean<br>-rm -fr %buildroot<br>-<br> %files -n %libname<br>-%defattr(-,root,root)<br>+%doc AUTHORS README<br> %{_libdir}/*.so.%{major}*<br> <br> %files -n %libnamedev<br>-%defattr(-,root,root)<br> %{_libdir}/pkgconfig/*<br> %{_libdir}/*.so<br>-%{_libdir}/*.a<br> %{_includedir}/*<br> <br> <br>This version is better ?</div><div>I can commit ?</div><div><br></div><div>regards,</div><div>trem</div><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new + york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">De :</span></b> Philippe Reynes <tremyfr@yahoo.fr><br><b><span style="font-weight: bold;">À :</span></b> Mageia development mailing-list <mageia-dev@mageia.org><br><b><span style="font-weight: bold;">Envoyé le :</span></b> Dimanche 23 Octobre 2011 16h22<br><b><span style="font-weight: bold;">Objet :</span></b> [Mageia-dev] Re : Re : Re : E17 packaging<br></font><br><div id="yiv973664651"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;"><div><span>Hi,</span></div><div><span><br></span></div><div><span>You're right, the package version isn't very good.</span></div><div><span>I've looked in the file configure.ac, and there is a </span></div><div><span>version: 1.0.999</span></div><div><span><br></span></div><div>When in svn mode, I propose + to use the version</div><div>indicated in configure.ac. Do you agree ?</div><div><br></div><div>About svn export, I'll try if the compilation works</div><div>fine with it. If yes, you're right again, it's far better</div><div>to use it.</div><div><br></div><div>regards,</div><div>trem</div><div><br></div><div><br></div><div style="font-size:12pt;font-family:times, serif;"><div style="font-size:12pt;font-family:times, serif;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">De :</span></b> Florian Hubold <doktor5000@arcor.de><br><b><span style="font-weight:bold;">À :</span></b> Mageia development mailing-list <mageia-dev@mageia.org><br><b><span style="font-weight:bold;">Envoyé le :</span></b> Dimanche 23 Octobre 2011 16h02<br><b><span style="font-weight:bold;">Objet :</span></b> Re: [Mageia-dev] Re : Re : E17 packaging<br></font><br>Am 23.10.2011 14:47, schrieb Philippe Reynes:<br>><br>> In + fact, autogen.sh use svnversion to generate some files.<br>> So, if I only do an svn export, the compilation fails.<br>><br>> I've used eina 1.1.0, because, it should be the next release.<br>> But I could use another "version", if people prefers.<br>No, tarballs generated by svn export allow for normal compilation.<br>Just tested for most of the EFL with a current tarball.<br><br>And as we are using the real version for e + package itself, i'd prefer<br>to use the same versioning scheme throughout all of EFL.<br><br><br></div></div></div></div></div><br><br></div></div></div></body></html>
\ No newline at end of file |