diff --git a/.cvsignore b/.cvsignore index e69de29..4c1ea7f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pycairo-0.1.3.tar.gz diff --git a/pycairo.spec b/pycairo.spec new file mode 100644 index 0000000..a221fc1 --- /dev/null +++ b/pycairo.spec @@ -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 - +- Initial build. + diff --git a/sources b/sources index e69de29..ec07f0a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7e149a027dfa31b06e8c4df7f0087db9 pycairo-0.1.3.tar.gz