[Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Olav Vitters
For GNOME QA purposes, I'd like to list all Mageia packages which come from *.gnome.org (download.gnome.org or ftp.gnome.org). In the spec file, the Source: usually has an URL. IMO the most reliable option is checking the Source: URL. I thought of matching http://git.gnome.org/repositories.txt or

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Michael Scherer
Le jeudi 09 février 2012 à 09:32 +0100, Olav Vitters a écrit : For GNOME QA purposes, I'd like to list all Mageia packages which come from *.gnome.org (download.gnome.org or ftp.gnome.org). In the spec file, the Source: usually has an URL. IMO the most reliable option is checking the Source:

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread nicolas vigier
On Thu, 09 Feb 2012, Olav Vitters wrote: For GNOME QA purposes, I'd like to list all Mageia packages which come from *.gnome.org (download.gnome.org or ftp.gnome.org). In the spec file, the Source: usually has an URL. IMO the most reliable option is checking the Source: URL. I thought of

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Pascal Terjan
On Thu, Feb 9, 2012 at 10:51, Thomas Backlund t...@mageia.org wrote: Olav Vitters skrev 9.2.2012 12:39: On Thu, Feb 09, 2012 at 10:34:51AM +, Pascal Terjan wrote: Something like urpmf --synthesis /distrib/mageia/distrib/cauldron/SRPMS/core/release/media_info/synthesis.hdlist.cz --url

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Olav Vitters
On Thu, Feb 09, 2012 at 10:47:14AM +, Pascal Terjan wrote: src.rpm only keep the filename as this is enough to build: $ rpm -qp --qf %{SOURCE}\n /distrib/mageia/distrib/cauldron/SRPMS/core/release/gnome-boxes-3.3.5.1-1.mga2.src.rpm gnome-boxes-3.3.5.1.tar.xz Ah, then I'll just match on

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Pascal Terjan
On Thu, Feb 9, 2012 at 10:57, Olav Vitters o...@vitters.nl wrote: On Thu, Feb 09, 2012 at 10:47:14AM +, Pascal Terjan wrote: src.rpm only keep the filename as this is enough to build: $ rpm -qp --qf %{SOURCE}\n

Re: [Mageia-dev] Automatically determining all GNOME packages

2012-02-09 Thread Olav Vitters
On Thu, Feb 09, 2012 at 11:19:00AM +, Pascal Terjan wrote: It is in files.xml.lzma, you can extract it from there or request it from urpmf Cool! Wrote an initial script for matching GNOME with the packages. In case interested, see attached for the script. This is just to match the things