rpms/istanbul/FC-6 istanbul-configure.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 istanbul.spec, 1.7, 1.8 sources, 1.3, 1.4

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Sun Apr 15 07:07:59 UTC 2007


Author: jspaleta

Update of /cvs/extras/rpms/istanbul/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25360

Modified Files:
	.cvsignore istanbul.spec sources 
Added Files:
	istanbul-configure.patch 
Log Message:
Update to latest upstream release

istanbul-configure.patch:

--- NEW FILE istanbul-configure.patch ---
--- configure.good	2007-03-24 13:06:30.000000000 -0800
+++ configure	2007-03-24 13:07:49.000000000 -0800
@@ -22501,39 +22501,39 @@
 
 
 
-  { echo "$as_me:$LINENO: checking for python module egg.trayicon" >&5
-echo $ECHO_N "checking for python module egg.trayicon... $ECHO_C" >&6; }
-
-  prog="
-import sys
-
-try:
-
-    import egg.trayicon
-
-    sys.exit(0)
-except ImportError:
-    sys.exit(1)
-except SystemExit:
-    raise
-except Exception, e:
-    print '  Error while trying to import egg.trayicon:'
-    print '    %r: %s' % (e, e)
-    sys.exit(1)"
-
-if $PYTHON -c "$prog" 1>&5 2>&5
-then
+#  { echo "$as_me:$LINENO: checking for python module egg.trayicon" >&5
+#echo $ECHO_N "checking for python module egg.trayicon... $ECHO_C" >&6; }
+#
+#  prog="
+#import sys
+#
+#try:
+#
+#    import egg.trayicon
+#
+#    sys.exit(0)
+#except ImportError:
+#    sys.exit(1)
+#except SystemExit:
+#    raise
+#except Exception, e:
+#    print '  Error while trying to import egg.trayicon:'
+#    print '    %r: %s' % (e, e)
+#    sys.exit(1)"
+#
+#if $PYTHON -c "$prog" 1>&5 2>&5
+#then
     { echo "$as_me:$LINENO: result: found" >&5
 echo "${ECHO_T}found" >&6; }
-    :
-else
-    { echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6; }
-    { { echo "$as_me:$LINENO: error: Unable to import egg.trayicon -- check your PYTHONPATH?" >&5
-echo "$as_me: error: Unable to import egg.trayicon -- check your PYTHONPATH?" >&2;}
-   { (exit 1); exit 1; }; }
-    EGG_SUPPORTED=no
-fi
+#    :
+#else
+#    { echo "$as_me:$LINENO: result: not found" >&5
+#echo "${ECHO_T}not found" >&6; }
+#    { { echo "$as_me:$LINENO: error: Unable to import egg.trayicon -- check your PYTHONPATH?" >&5
+#echo "$as_me: error: Unable to import egg.trayicon -- check your PYTHONPATH?" >&2;}
+#   { (exit 1); exit 1; }; }
+#    EGG_SUPPORTED=no
+#fi
 
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/istanbul/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	31 Aug 2006 23:45:54 -0000	1.3
+++ .cvsignore	15 Apr 2007 07:07:26 -0000	1.4
@@ -1 +1 @@
-istanbul-0.2.1.tar.bz2
+istanbul-0.2.2.tar.bz2


Index: istanbul.spec
===================================================================
RCS file: /cvs/extras/rpms/istanbul/FC-6/istanbul.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- istanbul.spec	31 Aug 2006 23:45:54 -0000	1.7
+++ istanbul.spec	15 Apr 2007 07:07:26 -0000	1.8
@@ -6,12 +6,13 @@
 
 Summary: Desktop Session Recorder 
 Name: istanbul 
-Version: 0.2.1 
-Release: 0%{?dist}
+Version: 0.2.2
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Multimedia
 URL: http://live.gnome.org/Istanbul 
 Source: http://http://live.hujjat.org/istanbul-%{version}.tar.bz2
+Patch0: istanbul-configure.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: pygtk2 >= %{pygtk2_version}
@@ -22,16 +23,20 @@
 Requires: gnome-python2-libegg
 Requires: gnome-python2-gconf
 Requires: gnome-python2-extras
+Requires: python-xlib
 
-BuildRequires: python, python-devel
+BuildRequires: python, python-devel, python-xlib
 BuildRequires: pygtk2-devel >= %{pygtk2_version}
 BuildRequires: gnome-python2-extras
+BuildRequires: gnome-python2-gconf
+BuildRequires: gnome-python2-libegg
 BuildRequires: desktop-file-utils
 BuildRequires: gstreamer-devel >= %{gstreamer_version}
 BuildRequires: gstreamer-plugins-good-devel >= %gstreamer_plugins_version
 BuildRequires: gstreamer-python-devel, gtk2-devel 
 BuildRequires: perl-XML-Parser
 BuildRequires: gettext
+
 %description
 Istanbul is a desktop session recorder.  You can use it to record your 
 desktop session and then play it back for demos, tutorials and 
@@ -45,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 #aclocal
@@ -106,6 +112,15 @@
 #%{python_sitelib}/%{name}/extern/pytrayicon/*.so*
 
 %changelog
+* Sat Apr 14 2007 Jef Spaleta <jspaleta at gmail.com> - 0.2.2-2
+- Add python-xlib dependancy
+
+* Sat Mar 24 2007 Jef Spaleta <jspaleta at gmail.com> - 0.2.2-1
+- Update to latest upstream release
+
+* Mon Dec 11 2006 Jef Spaleta <jspaleta at gmail.com> - 0.1.1-10
+- rebuild against python 2.5 in devel tree
+
 * Thu Mar 23 2006 Jef Spaleta <jspaleta at gmail.com> - 0.1.1-9
 - attempt to fix 64bit build failures do to unpackaged la
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/istanbul/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	31 Aug 2006 23:45:54 -0000	1.3
+++ sources	15 Apr 2007 07:07:26 -0000	1.4
@@ -1 +1 @@
-a28cad50f8e29bdce6f8a61af7932539  istanbul-0.2.1.tar.bz2
+8ddcfd5a29dcd10fdafc10af9f66848b  istanbul-0.2.2.tar.bz2




More information about the scm-commits mailing list