rpms/notify-python/devel notify-python.spec,1.4,1.5

John Dennis (jdennis) fedora-extras-commits at redhat.com
Fri Jan 4 14:25:27 UTC 2008


Author: jdennis

Update of /cvs/pkgs/rpms/notify-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15875

Modified Files:
	notify-python.spec 
Log Message:
Resolves bug# 427499: attach_to_status_icon not created
force regeneration of pynotify.c



Index: notify-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notify-python/devel/notify-python.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notify-python.spec	2 Jan 2008 22:10:58 -0000	1.4
+++ notify-python.spec	4 Jan 2008 14:24:50 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           notify-python
 Version:        0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary:        Python bindings for libnotify
 
 Group:          Development/Languages
@@ -25,10 +25,14 @@
 %prep
 %setup -q
 
+# WARNING - we touch src/pynotify.override in build because upstream did not rebuild pynotify.c
+# from the input definitions, this forces pynotify.c to be regenerated, at some point this can be removed
+
 %build
 CFLAGS="$RPM_OPT_FLAGS"
 PYTHON=%{__python}
 %configure
+touch src/pynotify.override
 make
 
 %install
@@ -49,6 +53,10 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Jan  4 2008  <jdennis at redhat.com> - 0.1.1-2
+- Resolves bug# 427499: attach_to_status_icon not created
+  force regeneration of pynotify.c
+
 * Wed Jan  2 2008 John Dennis <jdennis at redhat.com> - 0.1.1-1
 - upgrade to current upstream
 - no longer remove package config file (notify-python.pc), resolves bug #427001




More information about the fedora-extras-commits mailing list