diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007644.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-August/007644.html | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-August/007644.html b/zarb-ml/mageia-dev/2011-August/007644.html new file mode 100644 index 000000000..a5506da0f --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007644.html @@ -0,0 +1,152 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [135989] + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B135989%5D&In-Reply-To=%3CCABV-EOvpPontDz7fW%3D%2BwOdf0x%3D3A5wYc4Wjv3-OJOjvu9ZcFow%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007695.html"> + <LINK REL="Next" HREF="007665.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [135989]</H1> + <B>John Balcaen</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B135989%5D&In-Reply-To=%3CCABV-EOvpPontDz7fW%3D%2BwOdf0x%3D3A5wYc4Wjv3-OJOjvu9ZcFow%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [135989]">mikala at mageia.org + </A><BR> + <I>Mon Aug 29 11:47:28 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007695.html">[Mageia-dev] Our BS is about to eat packages? +</A></li> + <LI>Next message: <A HREF="007665.html">[Mageia-dev] [135989] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7644">[ date ]</a> + <a href="thread.html#7644">[ thread ]</a> + <a href="subject.html#7644">[ subject ]</a> + <a href="author.html#7644">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2011/8/29 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>>: +><i> Revision 135989 Author ze Date 2011-08-29 08:09:56 +0200 (Mon, 29 Aug 2011) +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> - cmake its already builrequires by kde-macros +</I>><i> - this way we dont force building strictly with OpenJDK +</I>><i> - remove clean section (done by default) +</I>><i> - simple way to list dirs +</I>><i> - set requires in devel package to release like hapens for restant packages +</I>><i> +</I>><i> Modified Paths +</I>><i> +</I>><i> cauldron/soprano/current/SPECS/soprano.spec +</I>><i> +</I>><i> Modified: cauldron/soprano/current/SPECS/soprano.spec +</I>><i> =================================================================== +</I>><i> --- cauldron/soprano/current/SPECS/soprano.spec 2011-08-29 05:21:36 UTC (rev +</I>><i> 135988) +</I>><i> +++ cauldron/soprano/current/SPECS/soprano.spec 2011-08-29 06:09:56 UTC (rev +</I>[...] +><i> +</I>><i> %if %with_java +</I>><i> -BuildRequires: java-rpmbuild +</I>><i> +BuildRequires: java-devel +</I>><i> BuildRequires: chrpath +</I>><i> %endif +</I>This is stupid. + +><i> Conflicts: soprano-devel < 4:2.6.51-2 +</I>><i> Suggests: soprano-plugin-virtuoso = %{epoch}:%version +</I>><i> +</I>><i> @@ -55,8 +52,8 @@ +</I>><i> %defattr(-,root,root) +</I>><i> %_bindir/sopranocmd +</I>><i> %_bindir/sopranod +</I>><i> -%dir %_datadir/soprano +</I>><i> -%_datadir/soprano/rules +</I>><i> +%dir %_datadir/soprano/ +</I> +I guess i forgot the the purpose of %dir so could you explain me the difference +between %dir %datadir/soprano & %dir %datadir/soprano/ ? + +[...] + +><i> -Provides: libsoprano-devel = %{epoch}:%version-%release +</I>><i> -Requires: %libsoprano = %{epoch}:%version-%release +</I>><i> -Requires: %libsopranoclient = %{epoch}:%version-%release +</I>><i> -Requires: %libsopranoserver = %{epoch}:%version-%release +</I>><i> -Requires: %libsopranoindex = %{epoch}:%version-%release +</I>><i> -Requires: %name = %{epoch}:%version-%release +</I>><i> -Requires: %{name}-plugin-virtuoso = %{epoch}:%version-%release +</I>><i> -Requires: %{name}-plugin-redland = %{epoch}:%version-%release +</I>><i> +Provides: libsoprano-devel = %{epoch}:%version +</I>><i> +Requires: %libsoprano = %{epoch}:%version +</I>><i> +Requires: %libsopranoclient = %{epoch}:%version +</I>><i> +Requires: %libsopranoserver = %{epoch}:%version +</I>><i> +Requires: %libsopranoindex = %{epoch}:%version +</I>><i> +Requires: %name = %{epoch}:%version +</I>><i> +Requires: %{name}-plugin-virtuoso = %{epoch}:%version +</I>><i> +Requires: %{name}-plugin-redland = %{epoch}:%version +</I>It's quite different of what you wrote in the description... +Here you set the requires to %version & not to %release... +Also it's quite different how we create requires on library packages +on other kde's related packages (since we're using +%epoch:%version-%release) +but since you already talk with yourself for this change i guess you +can surely share the reason for this change. + +Well i don't care anymore i guess.. + + + + +-- +Balcaen John +Jabber-id: <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mikala at jabber.littleboboy.net</A> +</PRE> + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007695.html">[Mageia-dev] Our BS is about to eat packages? +</A></li> + <LI>Next message: <A HREF="007665.html">[Mageia-dev] [135989] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7644">[ date ]</a> + <a href="thread.html#7644">[ thread ]</a> + <a href="subject.html#7644">[ subject ]</a> + <a href="author.html#7644">[ 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> |