diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006224.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-July/006224.html | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006224.html b/zarb-ml/mageia-dev/2011-July/006224.html new file mode 100644 index 000000000..7446174ff --- /dev/null +++ b/zarb-ml/mageia-dev/2011-July/006224.html @@ -0,0 +1,162 @@ +<!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=%3C1309523149.3068.83.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006276.html"> + <LINK REL="Next" HREF="006245.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Need mentor(s) to become a Mageia packager</H1> + <B>Michael Scherer</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=%3C1309523149.3068.83.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-dev] Need mentor(s) to become a Mageia packager">misc at zarb.org + </A><BR> + <I>Fri Jul 1 14:25:49 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="006276.html">[Mageia-dev] Mageia 2 technical specifications +</A></li> + <LI>Next message: <A HREF="006245.html">[Mageia-dev] Need mentor(s) to become a Mageia packager +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6224">[ date ]</a> + <a href="thread.html#6224">[ thread ]</a> + <a href="subject.html#6224">[ subject ]</a> + <a href="author.html#6224">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le jeudi 30 juin 2011 à 16:32 -0400, Vincent a écrit : +><i> Hi All, +</I>><i> +</I>><i> I would like to participate to your project and to help you by packaging +</I>><i> rpms. +</I>><i> +</I>><i> As I don't know what needs to be packed, I've tried to make rpm for +</I>><i> ZoneMinder 1.24.4. But it fails to install into BUILDROOT environment. I +</I>><i> must have done something wrong while setting installation destinations. +</I> +Can you give the exact error message ? +You may need to create the directory by hand, if the makefile don't. + +><i> Attached is the spec file, and the patch to make it compiled. +</I> +First, the description is too long and too big. + +The patch is not commented and do not explicitly what it does. And +should also be sent upstream, so we will not have to apply it in the +future. + + +License: GPLV2 or later +this is not the notation we usually use, this should be GPLv2+ ( see +rpmlint to check that, and the wiki for licenses policy ) + + +BuildRequires: %{_lib}ffmpeg-devel + +this is incorrect, the BuildRequires will depend on the architecture +where the src was rebuild. The BuildRequires must not change. Usually, +there is a provides added for that ( but we are moving to having +libffmpeg-devel on both arch ). + + + --enable-mmap=yes \ + --disable-debug \ + --enable-mmap=no \ + +Why disable and then enable mmap ? + + + +%post + +%postun +[ $1 = 0 ] || exit 0 + +Why ? + + + +%files +%defattr(-,root,root) +%_bindir/zma + +There is no documentation, and the file in /var do not seems to be +present. + + +-- +Michael Scherer + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006276.html">[Mageia-dev] Mageia 2 technical specifications +</A></li> + <LI>Next message: <A HREF="006245.html">[Mageia-dev] Need mentor(s) to become a Mageia packager +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6224">[ date ]</a> + <a href="thread.html#6224">[ thread ]</a> + <a href="subject.html#6224">[ subject ]</a> + <a href="author.html#6224">[ 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> |