rpms/gnome-python2-gda/devel gnome-python2-gda-configure.patch, NONE, 1.1 gnome-python2-gda.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Denis Leroy (denis) fedora-extras-commits at redhat.com
Mon Oct 2 06:59:01 UTC 2006


Author: denis

Update of /cvs/extras/rpms/gnome-python2-gda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18793/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-python2-gda-configure.patch gnome-python2-gda.spec 
Log Message:
auto-import gnome-python2-gda-2.14.2-2 on branch devel from gnome-python2-gda-2.14.2-2.src.rpm

gnome-python2-gda-configure.patch:

--- NEW FILE gnome-python2-gda-configure.patch ---
--- gnome-python-extras-2.14.0.orig/configure	2006-07-24 12:02:29.000000000 +0200
+++ gnome-python-extras-2.14.0/configure	2006-07-24 12:05:04.000000000 +0200
@@ -20972,6 +20972,7 @@
 
 
 
+build_gtkhtml2=false
 if $build_gtkhtml2; then
   BUILD_GTKHTML2_TRUE=
   BUILD_GTKHTML2_FALSE='#'
@@ -21037,6 +21038,7 @@
 fi
 
 
+build_eggtray=false
 if $build_eggtray; then
   BUILD_EGGTRAY_TRUE=
   BUILD_EGGTRAY_FALSE='#'
@@ -21115,6 +21117,7 @@
 fi
 
 
+build_eggrecent=false
 if $build_eggrecent; then
   BUILD_EGGRECENT_TRUE=
   BUILD_EGGRECENT_FALSE='#'
@@ -21382,6 +21385,7 @@
 
 
 
+build_gtkmozembed=false
 if $build_gtkmozembed; then
   BUILD_GTKMOZEMBED_TRUE=
   BUILD_GTKMOZEMBED_FALSE='#'
@@ -21449,6 +21453,7 @@
 fi
 
 
+build_gtkspell=false
 if $build_gtkspell; then
   BUILD_GTKSPELL_TRUE=
   BUILD_GTKSPELL_FALSE='#'
@@ -21513,6 +21518,7 @@
 fi
 
 
+build_gdl=false
 if $build_gdl; then
   BUILD_GDL_TRUE=
   BUILD_GDL_FALSE='#'
@@ -21649,6 +21655,7 @@
 fi
 
 
+build_gksu=false
 if $build_gksu; then
   BUILD_GKSU_TRUE=
   BUILD_GKSU_FALSE='#'
@@ -21720,6 +21727,7 @@
 fi
 
 
+build_gksuui=false
 if $build_gksuui; then
   BUILD_GKSUUI_TRUE=
   BUILD_GKSUUI_FALSE='#'


--- NEW FILE gnome-python2-gda.spec ---
%define pyver %(%{__python} -c "import sys; print sys.version[:3]")

%define glib_version 2.6.0
%define gtk_version 2.4.0
%define gnome_python_version 2.9.0
%define gda_version 1.2.0

Summary: PyGNOME Python extension module for interacting with gda
Name: gnome-python2-gda
Version: 2.14.2
Release: 2%{?dist}
License: LGPL
Group: Development/Languages
URL: http://developer.gnome.org
Source0: ftp://ftp.gnome.org:/pub/gnome/sources/gnome-python-extras/2.14/gnome-python-extras-%{version}.tar.bz2
Patch0: gnome-python2-gda-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Requires:  compat-libgda >= %{gda_version}
Requires: gnome-python2 >= %{gnome_python_version}
Requires: python-abi = %{pyver}
BuildRequires: gtk2-devel >= %{gtk_version}
BuildRequires: gnome-python2 >= %{gnome_python_version}
BuildRequires: compat-libgda-devel >= %{gda_version}
BuildRequires: python-devel
BuildRequires: pygtk2-devel


%description
The gnome-python-extra package contains the source packages for
additional Python bindings for GNOME. It should be used together with
gnome-python. This module contains a wrapper that allows the use of
gda via Python.


%package        devel
Summary:        Headers for developing programs that will use %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig
Requires:       pygobject2-devel
Requires:       compat-libgda-devel


%description devel
This package contains the static libraries and header files needed for
developing gtkmm applications.


%prep
%setup -q -n gnome-python-extras-%{version}
%patch0 -p1 -b .configure


%build
%configure --disable-glib-test --disable-gtk-test --disable-dependency-tracking 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;

rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/gnome-python-extras-2.0.pc
rm -rf $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/gtk-2.0/egg
rm -rf $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/gtk-2.0/gksu
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS COPYING COPYING.LGPL MAINTAINERS
%{_libdir}/python%{pyver}/site-packages/gtk-2.0/gda.so
%{_datadir}/pygtk/2.0/defs/gda.defs


%files devel
%defattr(-,root,root,-)
%doc README ChangeLog
%{_libdir}/pkgconfig/pygda-1.2.pc
%{_includedir}/pygda-1.2


%changelog
* Mon Oct  2 2006 Denis Leroy <denis at poolshark.org> - 2.14.2-2
- Split for devel package

* Sun Oct  1 2006 Denis Leroy <denis at poolshark.org> - 2.14.2-1
- Update to upstream version 2.14.2

* Mon Jul 24 2006 Denis Leroy <denis at poolshark.org> - 2.14.0-1
- First draft, adapted from gnome-python2-extras from core



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-python2-gda/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2006 06:57:52 -0000	1.1
+++ .cvsignore	2 Oct 2006 06:59:01 -0000	1.2
@@ -0,0 +1 @@
+gnome-python-extras-2.14.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-python2-gda/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2006 06:57:52 -0000	1.1
+++ sources	2 Oct 2006 06:59:01 -0000	1.2
@@ -0,0 +1 @@
+039e1300368df17de9867685e9705091  gnome-python-extras-2.14.2.tar.bz2




More information about the fedora-extras-commits mailing list