From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 47a5ddc10e8bffd874f520fb6be69872b941468f Date: Sat, 14 Apr 2012 20:10:36 +0200 Message-ID: <20120414181041.46190200C2@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4762361008694162326==" List-Id: --===============4762361008694162326== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 47a5ddc10e8bffd874f520fb6be69872b941468f (commit) from d72c8258c21fc52ee258ecb67ea0cd3a732032fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 47a5ddc10e8bffd874f520fb6be69872b941468f Author: Michael Tremer Date: Sat Apr 14 20:09:57 2012 +0200 pakfire: Update to 0.9.22. =20 Split into more little packages to not have too many crap around. ----------------------------------------------------------------------- Summary of changes: pakfire/pakfire.nm | 75 +++++++++++++++++++++++++++++++++++++++++++++++---= -- 1 files changed, 68 insertions(+), 7 deletions(-) Difference in files: diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm index 3a418a6..26c7bc5 100644 --- a/pakfire/pakfire.nm +++ b/pakfire/pakfire.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D pakfire -version =3D 0.9.21 +version =3D 0.9.22 release =3D 1 =20 maintainer =3D Michael Tremer @@ -43,6 +43,12 @@ build cd %{DIR_APP}/python/src/ && python -c "import _pakfire" cd %{DIR_APP}/python/src/ && python -c "import _lzma" end + + install_cmds + # Remove all example repository definitions. + # Those will be solely provided by system-release. + rm -rfv %{BUILDROOT}%{sysconfdir}/pakfire/repos/* + end end =20 packages @@ -54,26 +60,33 @@ packages =20 package %{name}-common requires + pygpgme python-progressbar python-urlgrabber system-release end =20 files + %{sysconfdir}/pakfire/general.conf + %{bindir}/pakfire-key /usr/lib/pakfire/pakfire-multicall.py %{libdir}/python*/site-packages/pakfire* /usr/share/locale end + configfiles =3D %{sysconfdir}/pakfire/general.conf end -=09 + package %{name}-builder - summary =3D The pakfire builder. + summary =3D The Pakfire builder. description The tools that are needed to build new pakfire packages. end groups +=3D Build =20 requires + # For --rpm-requires. + bash >=3D 4.2-7 + %{name} =3D %{thisver} quality-agent =3D %{thisver} cpio @@ -81,17 +94,64 @@ packages end provides =3D pakfire-build =3D %{thisver} obsoletes =3D pakfire-build < %{thisver} - conflicts =3D build-essentials + + conflicts + build-essentials + systemd-devel < 38 + end + + configfiles + /etc/pakfire/builder.conf + /etc/pakfire/distros + end =20 files + /etc/pakfire/builder.conf + /etc/pakfire/distros %{libdir}/libpakfire_preload.so - /usr/bin/pakfire-builder - /usr/bin/pakfire-server + %{bindir}/pakfire-builder + %{bindir}/pakfire-server /usr/lib/pakfire/* !/usr/lib/pakfire/pakfire-multicall.py end end =20 + package %{name}-client + summary =3D The Pakfire XMLRPC client. + description + The pakfire client has the power to create build jobs + and communicate with the Pakfire Build Service. + end + + requires + pakfire-common =3D %{thisver} + end + + files + %{sysconfdir}/pakfire/client.conf + %{bindir}/pakfire-client + end + configfiles =3D %{sysconfdir}/pakfire/client.conf + end + + package %{name}-daemon + summary =3D The Pakfire daemon. + description + The Pakfire daemon takes build jobs from the + Pakfire Build Service and compiles them. + end + + requires + pakfire-builder =3D %{thisver} + end + + files + %{sysconfdir}/pakfire/daemon.conf + %{bindir}/pakfire-daemon + end + configfiles =3D %{sysconfdir}/pakfire/daemon.conf + end + package quality-agent arch =3D noarch =20 @@ -104,7 +164,8 @@ packages end =20 files - /usr/lib/pakfire/quality-agent* + /usr/lib/pakfire/quality-agent + /usr/lib/quality-agent* end =20 requires hooks/post-receive -- IPFire 3.x development tree --===============4762361008694162326==--