diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021261.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-January/021261.html | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/021261.html b/zarb-ml/mageia-dev/2013-January/021261.html new file mode 100644 index 000000000..218c3bb75 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021261.html @@ -0,0 +1,167 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [packages-commits] [340431] fixed lib major + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B340431%5D%20fixed%20lib%20major&In-Reply-To=%3C20130107174022.31f4a30d.jani.valimaa%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="021260.html"> + <LINK REL="Next" HREF="021266.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [packages-commits] [340431] fixed lib major</H1> + <B>Jani Välimaa</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B340431%5D%20fixed%20lib%20major&In-Reply-To=%3C20130107174022.31f4a30d.jani.valimaa%40gmail.com%3E" + TITLE="[Mageia-dev] [packages-commits] [340431] fixed lib major">jani.valimaa at gmail.com + </A><BR> + <I>Mon Jan 7 16:40:22 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="021260.html">[Mageia-dev] Packages backlog +</A></li> + <LI>Next message: <A HREF="021266.html">[Mageia-dev] [packages-commits] [340431] fixed lib major +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21261">[ date ]</a> + <a href="thread.html#21261">[ thread ]</a> + <a href="subject.html#21261">[ subject ]</a> + <a href="author.html#21261">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, 7 Jan 2013 00:32:07 +0100 (CET) +<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> wrote: + +><i> Revision: 340431 +</I>><i> Author: matteo +</I>><i> Date: 2013-01-07 00:32:06 +0100 (Mon, 07 Jan 2013) +</I>><i> Log Message: +</I>><i> ----------- +</I>><i> fixed lib major +</I>><i> +</I>><i> Modified Paths: +</I>><i> -------------- +</I>><i> cauldron/grail/current/SPECS/grail.spec +</I>><i> +</I>><i> Modified: cauldron/grail/current/SPECS/grail.spec +</I>><i> =================================================================== +</I>><i> --- cauldron/grail/current/SPECS/grail.spec 2013-01-06 +</I>><i> 23:31:33 UTC (rev 340430) +++ +</I>><i> cauldron/grail/current/SPECS/grail.spec 2013-01-06 23:32:06 +</I>><i> UTC (rev 340431) @@ -1,11 +1,11 @@ -%define +</I>><i> _major 5 +%define _major +</I>><i> 6 %define _name grail +</I>><i> %define libname %mklibname %{_name} +</I>><i> %{_major} %define devname %mklibname -d +</I>><i> %{_name} +</I>><i> Name: %_name +</I>><i> Version: 3.0.9 +</I>><i> -Release: %mkrel 1 +</I>><i> +Release: %mkrel 2 +</I>><i> License: GPLv3 +</I>><i> Summary: Gesture Recognition And Instantiation Library +</I>><i> Group: Development/Other +</I> +You should add a "%{major} check" to %files section of the lib pkg. +(Use %{major} in file names). + +It catches %{major} changes and build fails if %{major} versions +doesn't match. +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="021260.html">[Mageia-dev] Packages backlog +</A></li> + <LI>Next message: <A HREF="021266.html">[Mageia-dev] [packages-commits] [340431] fixed lib major +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21261">[ date ]</a> + <a href="thread.html#21261">[ thread ]</a> + <a href="subject.html#21261">[ subject ]</a> + <a href="author.html#21261">[ 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> |