[notify-python/f14/master] * Fri Jul 30 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.1-12 - Workaround for bug 618944

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Jul 30 12:47:37 UTC 2010


commit 0dae260ccadd9bee7d7a7c2ed389c5bf8ba699a2
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Jul 30 21:47:33 2010 +0900

    * Fri Jul 30 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.1-12
    - Workaround for bug 618944

 notify-python.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/notify-python.spec b/notify-python.spec
index 4863e91..3f92c1e 100644
--- a/notify-python.spec
+++ b/notify-python.spec
@@ -2,7 +2,7 @@
 
 Name:           notify-python
 Version:        0.1.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Python bindings for libnotify
 
 Group:          Development/Languages
@@ -30,6 +30,10 @@ Python bindings for libnotify
 
 %build
 export PYTHON=%{__python}
+
+## Workaround for bug 618944
+export CFLAGS=$(pkg-config --cflags gtk+-2.0)
+
 %configure
 touch src/pynotify.override
 make
@@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Jul 30 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.1.1-12
+- Workaround for bug 618944
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.1.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list