auto-import pycairo-0.1.3-1 on branch devel from pycairo-0.1.3-1.src.rpm

This commit is contained in:
Jonathan Blandford 2004-11-24 21:57:25 +00:00
parent 6a3124c4d3
commit 53c51bc613
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
pycairo-0.1.3.tar.gz

44
pycairo.spec Normal file
View File

@ -0,0 +1,44 @@
Summary: Python bindings for the cairo library
Name: pycairo
Version: 0.1.3
Release: 1
License: LGPL
Group: Development/Languages
URL: http://cairographics.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python
BuildRequires: cairo-devel
Requires: pygtk2
Requires: cairo
%description
Python bindings for the cairo library
%prep
%setup -q
%configure
%build
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
find $RPM_BUILD_ROOT -name '*.la' |xargs rm
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%{_libdir}/python2.3/site-packages/cairo/
%changelog
* Wed Nov 24 2004 <jrb@redhat.com> -
- Initial build.

View File

@ -0,0 +1 @@
7e149a027dfa31b06e8c4df7f0087db9 pycairo-0.1.3.tar.gz