rpms/awn-extras-applets/devel awn-extras-applets-0.2.6.configure.patch, NONE, 1.1 awn-extras-applets.spec, 1.11, 1.12

Caolan McNamara caolanm at fedoraproject.org
Tue Jan 6 16:37:20 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/awn-extras-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4691

Modified Files:
	awn-extras-applets.spec 
Added Files:
	awn-extras-applets-0.2.6.configure.patch 
Log Message:
Resolves: rhbz#478696 make build again

awn-extras-applets-0.2.6.configure.patch:

--- NEW FILE awn-extras-applets-0.2.6.configure.patch ---
--- awn-extras-applets-0.2.6.orig/configure.ac	2009-01-03 16:43:10.000000000 +0000
+++ awn-extras-applets-0.2.6/configure.ac	2008-02-22 15:39:35.000000000 +0000
@@ -112,7 +112,7 @@
 fi
 
 # affinity
-affinity_pkgs="x11"
+affinity_pkgs="x11 libgnomeui-2.0"
 affinity_beagle_pkg="libbeagle-0.0 >= affinity_beagle_min_version"
 AC_MSG_CHECKING([for optional Beagle support (Affinity)])
 PKG_CHECK_EXISTS([$affinity_beagle_pkg], [


Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- awn-extras-applets.spec	29 Nov 2008 16:36:39 -0000	1.11
+++ awn-extras-applets.spec	6 Jan 2009 16:36:50 -0000	1.12
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           awn-extras-applets
 Version:        0.2.6
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -30,6 +30,8 @@
 BuildRequires:  pygtk2-devel
 BuildRequires:  vte-devel
 BuildRequires:  libXcomposite-devel
+BuildRequires:  libtool
+BuildRequires:  intltool 
 
 Requires:       avant-window-navigator >= 0.2.6
 Requires:       gnome-python2-gnome
@@ -52,17 +54,21 @@
 Requires(post): GConf2
 Requires(preun): GConf2
 
+Patch0: awn-extras-applets-0.2.6.configure.patch
+
 
 %description
 awn-extras-applets includes extras applets of Avant Window Navigator (Awn).
 
 %prep
 %setup -q
+%patch0 -p1
 #for f in `find -name '*.py'`; do
 #  head -n 1 $f | grep python && echo -e '1d\nwq' | ed $f 
 #done
 
 %build
+./autogen.sh --disable-pymod-checks
 %configure --disable-static --disable-pymod-checks
 make %{?_smp_mflags}
 
@@ -131,6 +137,9 @@
 %{_datadir}/awn-extras-applets/*
 
 %changelog
+* Tue Jan 06 2009 Caolán McNamara <caolanm at redhat.com> - 0.2.6-8
+- Resolves: rhbz#478696 make build again
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2.6-7
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list