source: projects/specs/trunk/p/pycairo/pycairo-vl.spec @ 521

Revision 521, 3.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3Summary: Python bindings for the cairo library
4Summary(ja): cairo ライブラリの Python バインディング
5Name: pycairo
6Version: 1.8.6
7Release: 2%{?_dist_release}
8License: LGPL
9Group: Development/Languages
10URL: http://cairographics.org/pycairo
11
12Source: http://cairographics.org/releases/pycairo-%{version}.tar.gz
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15Requires: cairo >= 1.2.6
16BuildRequires: cairo-devel
17BuildRequires: pkgconfig
18BuildRequires: python-devel
19
20%description
21Python bindings for the cairo library.
22
23%package devel
24Summary: Libraries and headers for pycairo
25Group: Development/Libraries
26Requires: %{name} = %{version}-%{release}
27Requires: cairo-devel
28Requires: pkgconfig
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
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 ChangeLog 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* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8.6-2
62- rebuilt with gcc-4.4.3-3 on ppc
63
64* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.6-1
65- build for python-2.6
66
67* Sat Jan 17 2009 Ryoichi INAGAKI <ryo1@bg.wakwak.com> 1.8.2-1vl5
68- new upstream release
69
70* Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.12-1vl5
71- rebuilt with python-2.5.2
72- applied new versioning policy and spec in utf-8
73
74* Sun Feb 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.12-0vl1
75- new upstream release
76
77* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
78- initial build for Vine Linux
79
80* Thu Mar 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-1.fc7
81- Update to 1.4.0
82
83* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-3.fc7
84- Incorporate suggestions from package review (RH bug #226329).
85
86* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
87- rebuild against python 2.5
88
89* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
90- Update to 1.2.6
91- Clean up the spec file.
92
93* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.2-1
94- Update to 1.2.2
95
96* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
97- rebuild
98
99* Wed Jul 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
100- Update to upstream 1.2.0
101
102* Mon Jul  3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
103- require new enough cairo (#197457)
104
105* Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
106- add pkgconfig BR
107
108* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
109- bump again for double-long bug on ppc(64)
110
111* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2
112- rebuilt for new gcc4.1 snapshot and glibc changes
113
114* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
115- rebuilt
116
117* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
118- Updated to latest and push into rawhide
119
120* Fri Dec 10 2004 Kristian H淡gsberg <krh@redhat.com> - 0.1.3-1
121- Add python-devel build requires.
122
123* Wed Nov 24 2004  <jrb@redhat.com> -
124- Initial build.
125
Note: See TracBrowser for help on using the repository browser.