base-specs/gnome-python-extras.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 18269 5218a1567988
child 21149 fa4e4a07e832
permissions -rw-r--r--
update tags

#
# base spec file for package gst-python
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner lin
#
%{?!pythonver:%define pythonver 2.6}

%define OSR LFI#105446 (gnome Exec. summary):n/a

Name:                    gnome-python-extras
Summary:                 Supplemental Python bindings for GNOME
URL:                     http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras
Version:                 2.25.3
Vendor:			 Gnome Community 
License:                 GPL v2, LGPL v2.1
Source:                  http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-%{version}.tar.bz2
# date:2008-02-18 owner:dkenny type:feature
Patch1:                  gnome-python-extras-01-libgksu-missing-funcs.diff
# date:2008-05-29 owner:hawklu type:bug bugzilla:532856
Patch2:                  gnome-python-extras-02-using-firefox3.diff
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
Requires:                python

%prep
%setup -q -n %name-%version
%patch1 -p1
%patch2 -p1

%build
export PYTHON=/usr/bin/python%{pythonver}
autoconf
./configure --prefix=%{_prefix}
make

%install
make install DESTDIR=$RPM_BUILD_ROOT

# move to vendor-packages
mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages
mv $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages/* \
   $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/vendor-packages/
rmdir $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages

find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Tue Mar 03 2009 - [email protected]
- Use find command to remove .la files.
  files.
* Thu Feb 26 2009 - [email protected]
- Split from SUNWgnome-python-extras.spec file.