diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-February/011993.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-February/011993.html | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-February/011993.html b/zarb-ml/mageia-dev/2012-February/011993.html new file mode 100644 index 000000000..6c65000d2 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/011993.html @@ -0,0 +1,148 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Cleaning up GNOME spec files + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Cleaning%20up%20GNOME%20spec%20files&In-Reply-To=%3C20120215140516.GB1564%40bkor.dhs.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="011976.html"> + <LINK REL="Next" HREF="011998.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Cleaning up GNOME spec files</H1> + <B>Olav Vitters</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Cleaning%20up%20GNOME%20spec%20files&In-Reply-To=%3C20120215140516.GB1564%40bkor.dhs.org%3E" + TITLE="[Mageia-dev] Cleaning up GNOME spec files">olav at vitters.nl + </A><BR> + <I>Wed Feb 15 15:05:16 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="011976.html">[Mageia-dev] [URGENT] SVN down for ~30minutes +</A></li> + <LI>Next message: <A HREF="011998.html">[Mageia-dev] Cleaning up GNOME spec files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11993">[ date ]</a> + <a href="thread.html#11993">[ thread ]</a> + <a href="subject.html#11993">[ subject ]</a> + <a href="author.html#11993">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>In case people want to assist. I'm busy cleaning up all the GNOME +related spec files. If you want to do some simple work (instead of +beta1, general bug fixing, etc), then feel free to help out! + +If you want to assist, do the following do download all GNOME spec files +in one go: + mkdir ~/src ~/bin ~/pkgs + cd ~/src + svn co svn+<A HREF="ssh://svn.mageia.org/svn/soft/mga-gnome/trunk">ssh://svn.mageia.org/svn/soft/mga-gnome/trunk</A> mga-gnome + cd ~/bin + ln -s ~/src/mga-gnome mga-gnome + mga-gnome co + +Then find spec files to work on using: + grep -r '^%clean$' --exclude='*~' --exclude-dir=.svn --exclude-dir=SOURCES --exclude-dir=BUILD ~/pkgs + +What I look at while cleaning up: +- remove BuildRoot: +- remove unneeded post/pre +- ensure everything uses tabs +- remove the default defattr +- remove default %clean section +- move any define name/release/version to Name:, Release:, Version: +- ensure Source: is similar to <A HREF="http://download.gnome.org/sources/%{name">http://download.gnome.org/sources/%{name</A>}/%{url_ver}/%{name}-%{version}.tar.xz + thanks to: %define url_ver %(echo %{version}|cut -d. -f1,2) + +There are loads of build failures, which needs to be looked at. But atm +just focussing on cleaning spec files only. If it fails to build, I only +check if that was a typo on my part or not. This as there are hundreds +of spec files to clean. + +Build failures are various; missing buildrequires, lack of libm linking, +missing .la files, newer glib (not including just glib.h), etc, etc. + +-- +Regards, +Olav +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="011976.html">[Mageia-dev] [URGENT] SVN down for ~30minutes +</A></li> + <LI>Next message: <A HREF="011998.html">[Mageia-dev] Cleaning up GNOME spec files +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11993">[ date ]</a> + <a href="thread.html#11993">[ thread ]</a> + <a href="subject.html#11993">[ subject ]</a> + <a href="author.html#11993">[ 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> |