|
|
Author: mbarnes
Update of /cvs/dist/rpms/pycairo/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv7071
Modified Files:
.cvsignore pycairo.spec sources
Log Message:
* Tue Nov 28 2006 Matthew Barnes <mbarnes@xxxxxxxxxx> - 1.2.6-1.fc6
- Update to 1.2.6
- Clean up the spec file.
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pycairo/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 5 Jul 2006 19:36:17 -0000 1.4
+++ .cvsignore 29 Nov 2006 11:43:25 -0000 1.5
@@ -1,3 +1 @@
-pycairo-0.1.3.tar.gz
-pycairo-1.0.2.tar.gz
-pycairo-1.2.0.tar.gz
+pycairo-1.2.6.tar.gz
Index: pycairo.spec
===================================================================
RCS file: /cvs/dist/rpms/pycairo/FC-6/pycairo.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pycairo.spec 12 Jul 2006 07:54:30 -0000 1.10
+++ pycairo.spec 29 Nov 2006 11:43:25 -0000 1.11
@@ -1,63 +1,74 @@
-%define pyver %(python -c 'import sys ; print sys.version[:3]')
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+### Abstract ###
-Summary: Python bindings for the cairo library
Name: pycairo
-Version: 1.2.0
-Release: 1.1
+Version: 1.2.6
+Release: 1%{?dist}
License: LGPL
Group: Development/Languages
+Summary: Python bindings for the cairo library
URL: http://cairographics.org/
-Source0: %{name}-%{version}.tar.gz
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
-Requires: cairo >= 1.1.10
+
%description
-Python bindings for the cairo library
+Python bindings for the cairo library.
%package devel
-Summary: Libraries and headers for pycairo
Group: Development/Libraries
+Summary: Libraries and headers for pycairo
Requires: %name = %{version}-%{release}
-Requires: cairo-devel python-devel
+Requires: cairo-devel
+Requires: python-devel
%description devel
-
-Headers for pycairo
+This package contains files required to build wrappers for cairo add-on
+libraries so that they interoperate with pycairo.
%prep
%setup -q
-%configure
-
%build
+%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
-find $RPM_BUILD_ROOT -name '*.la' |xargs rm
+find $RPM_BUILD_ROOT -name '*.la' | xargs rm
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
%doc
-%{_libdir}/python%{pyver}/site-packages/cairo/
+%{python_sitearch}/cairo/
%files devel
%defattr(-,root,root,-)
-
-%{_libdir}/pkgconfig/pycairo.pc
%dir %{_includedir}/pycairo
+%{_libdir}/pkgconfig/pycairo.pc
%{_includedir}/pycairo/pycairo.h
%changelog
+* Tue Nov 28 2006 Matthew Barnes <mbarnes@xxxxxxxxxx> - 1.2.6-1.fc6
+- Update to 1.2.6
+- Clean up the spec file.
+
* Wed Jul 12 2006 Jesse Keating <jkeating@xxxxxxxxxx> - 1.2.0-1.1
- rebuild
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pycairo/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 Jul 2006 19:36:17 -0000 1.4
+++ sources 29 Nov 2006 11:43:25 -0000 1.5
@@ -1 +1 @@
-ab531e02fda56a9d6b2b65153fda65f6 pycairo-1.2.0.tar.gz
+166b04c4800c01aba1a6c8b14e87e0bc pycairo-1.2.6.tar.gz
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|