107 lines
2.5 KiB
RPMSpec
107 lines
2.5 KiB
RPMSpec
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
### Abstract ###
|
|
|
|
Name: pycairo
|
|
Version: 1.2.6
|
|
Release: 2%{?dist}
|
|
License: LGPL
|
|
Group: Development/Languages
|
|
Summary: Python bindings for the cairo library
|
|
URL: http://cairographics.org/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
### Dependencies ###
|
|
|
|
Requires: cairo >= 1.2.6
|
|
|
|
### Build Dependencies ###
|
|
|
|
BuildRequires: python
|
|
BuildRequires: cairo-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: pkgconfig
|
|
|
|
%description
|
|
Python bindings for the cairo library.
|
|
|
|
%package devel
|
|
Summary: Libraries and headers for pycairo
|
|
Group: Development/Libraries
|
|
Requires: %name = %{version}-%{release}
|
|
Requires: cairo-devel python-devel
|
|
|
|
%description devel
|
|
This package contains files required to build wrappers for cairo add-on
|
|
libraries so that they interoperate with pycairo.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
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
|
|
%{python_sitearch}/cairo/
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%dir %{_includedir}/pycairo
|
|
%{_libdir}/pkgconfig/pycairo.pc
|
|
%{_includedir}/pycairo/pycairo.h
|
|
|
|
%changelog
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
|
|
- rebuild against python 2.5
|
|
|
|
* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
|
|
- Update to 1.2.6
|
|
- Clean up the spec file.
|
|
|
|
* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.2-1
|
|
- Update to 1.2.2
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
|
|
- rebuild
|
|
|
|
* Wed Jul 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
|
|
- Update to upstream 1.2.0
|
|
|
|
* Mon Jul 3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
|
|
- require new enough cairo (#197457)
|
|
|
|
* Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
|
|
- add pkgconfig BR
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
|
|
- Updated to latest and push into rawhide
|
|
|
|
* Fri Dec 10 2004 Kristian Høgsberg <krh@redhat.com> - 0.1.3-1
|
|
- Add python-devel build requires.
|
|
|
|
* Wed Nov 24 2004 <jrb@redhat.com> -
|
|
- Initial build.
|
|
|