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 71d9ccbdcf221b228b9491febc5e0269282adb49 (commit) from 1e308222b3c4a7e095c09f3eae746a0f8febf72f (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 71d9ccbdcf221b228b9491febc5e0269282adb49 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 17 13:02:42 2012 +0100
xcb-proto: Fix invalid location fo .pc files.
-----------------------------------------------------------------------
Summary of changes: xcb-proto/xcb-proto.nm | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-)
Difference in files: diff --git a/xcb-proto/xcb-proto.nm b/xcb-proto/xcb-proto.nm index 5eb1485..67bb577 100644 --- a/xcb-proto/xcb-proto.nm +++ b/xcb-proto/xcb-proto.nm @@ -5,7 +5,7 @@
name = xcb-proto version = 1.6 -release = 1 +release = 2 arch = noarch
maintainer = Stefan Schantl stefan.schantl@ipfire.org @@ -15,10 +15,9 @@ license = MIT summary = XCB protocol descriptions.
description - XCB is a project to enable efficient language bindings to the X11 \ - protocol. This package contains the protocol descriptions themselves. \ - Language bindings use these protocol descriptions to generate code for \ - marshalling the protocol. + XCB is a project to enable efficient language bindings to the X11 + protocol. This package contains the protocol descriptions themselves. + Language bindings use these protocol descriptions to generate code for marshalling the protocol. end
source_dl = http://xcb.freedesktop.org/dist/ @@ -29,6 +28,11 @@ build pkg-config python-devel end + + # Place the .pc files in /usr/share so they + # can be found on all architectures where libdir != /usr/lib. + configure_options += \ + --libdir=%{datadir} end
packages
hooks/post-receive -- IPFire 3.x development tree