source: projects/specs/branches/6/p/pycairo/pycairo-vl.spec @ 1881

Revision 1881, 3.5 KB checked in by inagaki, 14 years ago (diff)

update: pygobject, pycairo, pygtk2

Line 
1%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3Name: pycairo
4Summary: Python bindings for the cairo library
5Summary(ja): cairo ライブラリの Python バインディング
6Version: 1.8.10
7Release: 1%{?_dist_release}
8
9Group: Development/Languages
10License: LGPLv2
11URL: http://cairographics.org/pycairo
12
13Source: http://cairographics.org/releases/py2cairo-%{version}.tar.gz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: cairo-devel >= 1.8.10
17BuildRequires: python-devel >= 2.6
18BuildRequires: pkgconfig
19Requires: cairo >= 1.8.10
20
21%description
22Python bindings for the cairo library.
23
24%package devel
25Summary: Libraries and headers for pycairo
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28Requires: cairo-devel
29Requires: python-devel
30
31%description devel
32This package contains files required to build wrappers for cairo add-on
33libraries so that they interoperate with pycairo.
34
35%prep
36%setup -q
37
38%build
39%configure --disable-static
40%__make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%__make DESTDIR=$RPM_BUILD_ROOT install
45find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(-,root,root,-)
52%doc AUTHORS COPYING* INSTALL NEWS README
53%{python_sitearch}/cairo/
54
55%files devel
56%defattr(-,root,root,-)
57%{_includedir}/pycairo/
58%{_libdir}/pkgconfig/pycairo.pc
59
60%changelog
61* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bg.wakwak.com> 1.8.10-1
62- new upstream release
63- built wirh rpm-4.8.1
64
65* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8.6-2
66- rebuilt with gcc-4.4.3-3 on ppc
67
68* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.6-1
69- build for python-2.6
70
71* Sat Jan 17 2009 Ryoichi INAGAKI <ryo1@bg.wakwak.com> 1.8.2-1vl5
72- new upstream release
73
74* Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.12-1vl5
75- rebuilt with python-2.5.2
76- applied new versioning policy and spec in utf-8
77
78* Sun Feb 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.12-0vl1
79- new upstream release
80
81* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
82- initial build for Vine Linux
83
84* Thu Mar 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-1.fc7
85- Update to 1.4.0
86
87* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-3.fc7
88- Incorporate suggestions from package review (RH bug #226329).
89
90* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
91- rebuild against python 2.5
92
93* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
94- Update to 1.2.6
95- Clean up the spec file.
96
97* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.2-1
98- Update to 1.2.2
99
100* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
101- rebuild
102
103* Wed Jul 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
104- Update to upstream 1.2.0
105
106* Mon Jul  3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
107- require new enough cairo (#197457)
108
109* Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
110- add pkgconfig BR
111
112* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
113- bump again for double-long bug on ppc(64)
114
115* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2
116- rebuilt for new gcc4.1 snapshot and glibc changes
117
118* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
119- rebuilt
120
121* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
122- Updated to latest and push into rawhide
123
124* Fri Dec 10 2004 Kristian H淡gsberg <krh@redhat.com> - 0.1.3-1
125- Add python-devel build requires.
126
127* Wed Nov 24 2004  <jrb@redhat.com> -
128- Initial build.
129
Note: See TracBrowser for help on using the repository browser.