- Updated to latest and push into rawhide
This commit is contained in:
parent
9532918c4f
commit
32880c4fde
@ -1 +1,2 @@
|
||||
pycairo-0.1.3.tar.gz
|
||||
pycairo-1.0.2.tar.gz
|
||||
|
||||
26
pycairo.spec
26
pycairo.spec
@ -1,6 +1,8 @@
|
||||
%define pyver %(python -c 'import sys ; print sys.version[:3]')
|
||||
|
||||
Summary: Python bindings for the cairo library
|
||||
Name: pycairo
|
||||
Version: 0.1.3
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
@ -9,11 +11,20 @@ Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: python
|
||||
BuildRequires: cairo-devel python-devel
|
||||
Requires: pygtk2
|
||||
Requires: cairo
|
||||
%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
|
||||
|
||||
Headers for pycairo
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -35,10 +46,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%{_libdir}/python2.3/site-packages/cairo/
|
||||
%{_libdir}/python%{pyver}/site-packages/cairo/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%{_libdir}/pkgconfig/pycairo.pc
|
||||
%dir %{_includedir}/pycairo
|
||||
%{_includedir}/pycairo/pycairo.h
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user