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/009091.html | 160 ++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-October/009091.html (limited to 'zarb-ml/mageia-dev/2011-October/009091.html') diff --git a/zarb-ml/mageia-dev/2011-October/009091.html b/zarb-ml/mageia-dev/2011-October/009091.html new file mode 100644 index 000000000..0f12af5f7 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-October/009091.html @@ -0,0 +1,160 @@ + + + + [Mageia-dev] Re : Re : Re : Re : E17 packaging + + + + + + + + + +

[Mageia-dev] Re : Re : Re : Re : E17 packaging

+ D.Morgan + dmorganec at gmail.com +
+ Sun Oct 23 19:54:22 CEST 2011 +

+
+ +
On Sun, Oct 23, 2011 at 6:16 PM, Philippe Reynes <tremyfr at yahoo.fr> wrote:
+> Hi,
+> I've updated (yes, yet another time ...) the eina.spec :
+> Index: eina/SPECS/eina.spec
+> ===================================================================
+> --- eina/SPECS/eina.spec        (révision 157379)
+> +++ eina/SPECS/eina.spec        (copie de travail)
+> @@ -1,18 +1,32 @@
+>  %define major 1
+>  %define libname %mklibname %{name} %major
+>  %define libnamedev %mklibname %{name} -d
+> +%define svn r64327
+> +%define rel 1
+> +%if %svn
+> +%define release %mkrel -c %svn %rel
+> +%else
+> +%define release %mkrel %rel
+> +%endif
+>
+>  Summary: Data Type Library
+>  Name: eina
+> -Version: 1.0.1
+> -Release: %mkrel 2
+> +Version: 1.0.999
+> +Release: %{release}
+>  License: LGPLv2+
+>  Group: Graphical desktop/Enlightenment
+> -Source:
+> http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+> -URL: http://www.enlightenment.org/
+> +# creating archive is quite simple:
+> +# svn export http://svn.enlightenment.org/svn/e/trunk/%name %name
+> +# tar cJf %name-%svn.tar.xz %name
+> +%if %svn
+> +Source: %name-%svn.tar.xz
+> +%else
+> +Source: http://download.enlightenment.org/releases/%name-%version.tar.bz2
+> +%endif
+> +URL: http://trac.enlightenment.org/e/wiki/Eina
+>  %description
+> -Eina is a data type library.
+> +Eina is a core data structure and common utility library.
+>
+>  %package -n %libname
+>  Summary: Libraries for the %{name} package
+> @@ -32,10 +46,17 @@
+>  %{name} development headers and libraries.
+>
+>  %prep
+> -%setup -qn %{name}-%{version}
+> +%if %svn
+> +%setup -qn %name
+> +%else
+> +%setup -qn %name-%version
+> +%endif
+>
+>  %build
+> -%configure2_5x
+> +%if %svn
+> +NOCONFIGURE=1 ./autogen.sh
+> +%endif
+> +%configure2_5x --disable-static
+>  %make
+>
+>  %install
+> @@ -44,18 +65,13 @@
+>
+>  find %buildroot -name *.la | xargs rm
+>
+> -%clean
+> -rm -fr %buildroot
+> -
+>  %files -n %libname
+> -%defattr(-,root,root)
+> +%doc AUTHORS README
+>  %{_libdir}/*.so.%{major}*
+>
+>  %files -n %libnamedev
+> -%defattr(-,root,root)
+>  %{_libdir}/pkgconfig/*
+>  %{_libdir}/*.so
+> -%{_libdir}/*.a
+>  %{_includedir}/*
+>
+>
+> This version is better ?
+> I can commit ?
+> regards,
+> trem
+
+for me this seems OK
+
+ + + + + + + + + + + + + + + + +
+

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