summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006245.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006245.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006245.html175
1 files changed, 175 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006245.html b/zarb-ml/mageia-dev/2011-July/006245.html
new file mode 100644
index 000000000..cdccd157d
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006245.html
@@ -0,0 +1,175 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Need mentor(s) to become a Mageia packager
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Need%20mentor%28s%29%20to%20become%20a%20Mageia%20packager&In-Reply-To=%3CBANLkTintm2r5VUQRX7O2B0vYcCC7_30jMA%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="006224.html">
+ <LINK REL="Next" HREF="006247.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Need mentor(s) to become a Mageia packager</H1>
+ <B>Vincent</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Need%20mentor%28s%29%20to%20become%20a%20Mageia%20packager&In-Reply-To=%3CBANLkTintm2r5VUQRX7O2B0vYcCC7_30jMA%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Need mentor(s) to become a Mageia packager">vincent.hervieux at gmail.com
+ </A><BR>
+ <I>Fri Jul 1 22:08:09 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006224.html">[Mageia-dev] Need mentor(s) to become a Mageia packager
+</A></li>
+ <LI>Next message: <A HREF="006247.html">[Mageia-dev] Need mentor(s) to become a Mageia packager
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6245">[ date ]</a>
+ <a href="thread.html#6245">[ thread ]</a>
+ <a href="subject.html#6245">[ subject ]</a>
+ <a href="author.html#6245">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I've updated the spec according to some of your comments.
+
+The error I have is:
+make install-data-hook
+make[4]: Entering directory `/home/user/rpmbuild/BUILD/ZoneMinder-1.24.4/web'
+( cd /home/user/rpmbuild/BUILDROOT/ZoneMinder-1.24.4-1.mga1.x86_64/var/www/ZoneMinder;
+chown apache:apache index.php )
+chown: changing ownership of `index.php': Operation not permitted
+
+Should I be root to run rpmbuild??
+
+Thanks for your help
+
+
+Vincent
+
+On Fri, Jul 1, 2011 at 8:25 AM, Michael Scherer &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>&gt; wrote:
+&gt;<i> Le jeudi 30 juin 2011 &#224; 16:32 -0400, Vincent a &#233;crit :
+</I>&gt;&gt;<i> Hi All,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I would like to participate to your project and to help you by packaging
+</I>&gt;&gt;<i> rpms.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> As I don't know what needs to be packed, I've tried to make rpm for
+</I>&gt;&gt;<i> ZoneMinder 1.24.4. But it fails to install into BUILDROOT environment. I
+</I>&gt;&gt;<i> must have done something wrong while setting installation destinations.
+</I>&gt;<i>
+</I>&gt;<i> Can you give the exact error message ?
+</I>&gt;<i> You may need to create the directory by hand, if the makefile don't.
+</I>&gt;<i>
+</I>&gt;&gt;<i> Attached is the spec file, and the patch to make it compiled.
+</I>&gt;<i>
+</I>&gt;<i> First, the description is too long and too big.
+</I>&gt;<i>
+</I>&gt;<i> The patch is not commented and do not explicitly what it does. And
+</I>&gt;<i> should also be sent upstream, so we will not have to apply it in the
+</I>&gt;<i> future.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> License: &#160; &#160; &#160; &#160;GPLV2 or later
+</I>&gt;<i> this is not the notation we usually use, this should be GPLv2+ ( see
+</I>&gt;<i> rpmlint to check that, and the wiki for licenses policy &#160;)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> BuildRequires: %{_lib}ffmpeg-devel
+</I>&gt;<i>
+</I>&gt;<i> this is incorrect, the BuildRequires will depend on the architecture
+</I>&gt;<i> where the src was rebuild. The BuildRequires must not change. Usually,
+</I>&gt;<i> there is a provides added for that ( but we are moving to having
+</I>&gt;<i> libffmpeg-devel on both arch ).
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> &#160; &#160; &#160; &#160; &#160; &#160; &#160; --enable-mmap=yes \
+</I>&gt;<i> &#160; &#160; &#160; &#160; &#160; &#160; &#160; --disable-debug \
+</I>&gt;<i> &#160; &#160; &#160; &#160; &#160; &#160; &#160; --enable-mmap=no \
+</I>&gt;<i>
+</I>&gt;<i> Why disable and then enable mmap ?
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> %post
+</I>&gt;<i>
+</I>&gt;<i> %postun
+</I>&gt;<i> [ $1 = 0 ] || exit 0
+</I>&gt;<i>
+</I>&gt;<i> Why ?
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> %files
+</I>&gt;<i> %defattr(-,root,root)
+</I>&gt;<i> %_bindir/zma
+</I>&gt;<i>
+</I>&gt;<i> There is no documentation, and the file in /var do not seems to be
+</I>&gt;<i> present.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Michael Scherer
+</I>&gt;<i>
+</I>&gt;<i>
+</I>-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: ZoneMinder.spec
+Type: text/x-rpm-spec
+Size: 2283 bytes
+Desc: not available
+URL: &lt;/pipermail/mageia-dev/attachments/20110701/723d3193/attachment.bin&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006224.html">[Mageia-dev] Need mentor(s) to become a Mageia packager
+</A></li>
+ <LI>Next message: <A HREF="006247.html">[Mageia-dev] Need mentor(s) to become a Mageia packager
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6245">[ date ]</a>
+ <a href="thread.html#6245">[ thread ]</a>
+ <a href="subject.html#6245">[ subject ]</a>
+ <a href="author.html#6245">[ 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>