summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-August/007644.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007644.html')
-rw-r--r--zarb-ml/mageia-dev/2011-August/007644.html152
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 &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>&gt;:
+&gt;<i> Revision 135989 Author ze Date 2011-08-29 08:09:56 +0200 (Mon, 29 Aug 2011)
+</I>&gt;<i>
+</I>&gt;<i> Log Message
+</I>&gt;<i>
+</I>&gt;<i> - cmake its already builrequires by kde-macros
+</I>&gt;<i> - this way we dont force building strictly with OpenJDK
+</I>&gt;<i> - remove clean section (done by default)
+</I>&gt;<i> - simple way to list dirs
+</I>&gt;<i> - set requires in devel package to release like hapens for restant packages
+</I>&gt;<i>
+</I>&gt;<i> Modified Paths
+</I>&gt;<i>
+</I>&gt;<i> cauldron/soprano/current/SPECS/soprano.spec
+</I>&gt;<i>
+</I>&gt;<i> Modified: cauldron/soprano/current/SPECS/soprano.spec
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- cauldron/soprano/current/SPECS/soprano.spec 2011-08-29 05:21:36 UTC (rev
+</I>&gt;<i> 135988)
+</I>&gt;<i> +++ cauldron/soprano/current/SPECS/soprano.spec 2011-08-29 06:09:56 UTC (rev
+</I>[...]
+&gt;<i>
+</I>&gt;<i> %if %with_java
+</I>&gt;<i> -BuildRequires: java-rpmbuild
+</I>&gt;<i> +BuildRequires: java-devel
+</I>&gt;<i> BuildRequires: chrpath
+</I>&gt;<i> %endif
+</I>This is stupid.
+
+&gt;<i> Conflicts: soprano-devel &lt; 4:2.6.51-2
+</I>&gt;<i> Suggests: soprano-plugin-virtuoso = %{epoch}:%version
+</I>&gt;<i>
+</I>&gt;<i> @@ -55,8 +52,8 @@
+</I>&gt;<i> %defattr(-,root,root)
+</I>&gt;<i> %_bindir/sopranocmd
+</I>&gt;<i> %_bindir/sopranod
+</I>&gt;<i> -%dir %_datadir/soprano
+</I>&gt;<i> -%_datadir/soprano/rules
+</I>&gt;<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 &amp; %dir %datadir/soprano/ ?
+
+[...]
+
+&gt;<i> -Provides: libsoprano-devel = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %libsoprano = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %libsopranoclient = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %libsopranoserver = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %libsopranoindex = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %name = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %{name}-plugin-virtuoso = %{epoch}:%version-%release
+</I>&gt;<i> -Requires: %{name}-plugin-redland = %{epoch}:%version-%release
+</I>&gt;<i> +Provides: libsoprano-devel = %{epoch}:%version
+</I>&gt;<i> +Requires: %libsoprano = %{epoch}:%version
+</I>&gt;<i> +Requires: %libsopranoclient = %{epoch}:%version
+</I>&gt;<i> +Requires: %libsopranoserver = %{epoch}:%version
+</I>&gt;<i> +Requires: %libsopranoindex = %{epoch}:%version
+</I>&gt;<i> +Requires: %name = %{epoch}:%version
+</I>&gt;<i> +Requires: %{name}-plugin-virtuoso = %{epoch}:%version
+</I>&gt;<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 &amp; 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>