rpms/pygtksourceview/devel pygtksourceview.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Jun 26 19:18:11 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/pygtksourceview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26450/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pygtksourceview.spec 
Log Message:
initial import



--- NEW FILE pygtksourceview.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define pygtk_version 2.8.0
%define pygobject_version 2.8.0
%define gtksourceview_version 1.90.1

Name:           pygtksourceview
Version:        1.90.1
Release:        2%{?dist}
Summary:        Python bindings for gtksourceview

Group:          Development/Languages
License:        LGPL 
URL:            http://download.gnome.org/sources/pygtksourceview/
Source0:        http://download.gnome.org/sources/pygtksourceview/1.90/pygtksourceview-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  pygtk2-devel >= %{pygtk_version}
BuildRequires:  pygobject2-devel >= %{pyobject_version}
BuildRequires:  gtksourceview-devel >= %{gtksourceview_version}

%description
The %{name} package contains Python bindings for the gtksourceview
library. 

%package devel
Summary: Development files for using %{name} in Python programs
Group: Development/Languages
Requires: %{name} = %{version}-%{release}
Requires: pygtk2-devel >= %{pygtk_version}
Requires: gtksourceview-devel >= %{gtksourceview_version}
Requires: pkgconfig

%description devel
This package contains files required to build Python programs that
use the %{name} bindings.

%prep
%setup -q


%build
%configure 
make

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

rm $RPM_BUILD_ROOT%{python_sitearch}/gtksourceview2module.la
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README NEWS 
%{python_sitearch}/*

%files devel
%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/pygtksourceview2
%{_datadir}/pygtk/2.0/defs/gtksourceview2.defs
%{_libdir}/pkgconfig/pygtksourceview-2.0.pc

%changelog
* Tue Jun 26 2007 Matthias Clasen <mclasen at redhat.com> 1.90.1-2
- Incorporate package review feedback

* Mon Jun 25 2007 Matthias Clasen <mclasen at redhat.com> 1.90.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pygtksourceview/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jun 2007 18:54:29 -0000	1.1
+++ .cvsignore	26 Jun 2007 19:17:36 -0000	1.2
@@ -0,0 +1 @@
+pygtksourceview-1.90.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pygtksourceview/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jun 2007 18:54:29 -0000	1.1
+++ sources	26 Jun 2007 19:17:36 -0000	1.2
@@ -0,0 +1 @@
+dcace16cfe05f7436c1c6c7f9b04f6fb  pygtksourceview-1.90.1.tar.bz2




More information about the fedora-extras-commits mailing list