packages: python-PyYAML/python-PyYAML.spec - Release 4. Enabled extra nativ...
matkor
matkor at pld-linux.org
Wed Jan 5 12:38:16 CET 2011
Author: matkor Date: Wed Jan 5 11:38:15 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- Release 4. Enabled extra native LibYAML bindings.
---- Files affected:
packages/python-PyYAML:
python-PyYAML.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: packages/python-PyYAML/python-PyYAML.spec
diff -u packages/python-PyYAML/python-PyYAML.spec:1.9 packages/python-PyYAML/python-PyYAML.spec:1.10
--- packages/python-PyYAML/python-PyYAML.spec:1.9 Thu Jul 8 10:36:59 2010
+++ packages/python-PyYAML/python-PyYAML.spec Wed Jan 5 12:38:10 2011
@@ -7,7 +7,7 @@
Summary(pl.UTF8): Analizator i generator formatu YAML dla języka Python
Name: python-%{module}
Version: 3.09
-Release: 3
+Release: 4
License: MIT
Group: Libraries/Python
Source0: http://pyyaml.org/download/pyyaml/%{module}-%{version}.tar.gz
@@ -16,6 +16,7 @@
BuildRequires: python-devel
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: yaml-devel
%pyrequires_eq python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +52,8 @@
%setup -q -n %{module}-%{version}
%build
-%{__python} setup.py build
+%{__python} setup.py --with-libyaml build
+
%install
rm -rf $RPM_BUILD_ROOT
@@ -72,6 +74,7 @@
%defattr(644,root,root,755)
%doc README
%dir %{py_sitedir}/%{module_dir}
+%attr(755,root,root) %{py_sitedir}/_yaml.so
%{py_sitedir}/%{module_dir}/*.py[co]
%if "%{py_ver}" > "2.4"
%{py_sitedir}/*.egg-info
@@ -84,6 +87,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2011/01/05 11:38:10 matkor
+- Release 4. Enabled extra native LibYAML bindings.
+
Revision 1.9 2010/07/08 08:36:59 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyYAML/python-PyYAML.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list