auto-import pycairo-0.1.3-1 on branch devel from pycairo-0.1.3-1.src.rpm
This commit is contained in:
parent
6a3124c4d3
commit
53c51bc613
@ -0,0 +1 @@
|
||||
pycairo-0.1.3.tar.gz
|
||||
44
pycairo.spec
Normal file
44
pycairo.spec
Normal 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user