]> git.pld-linux.org Git - packages/python-msgpack.git/commitdiff
Version 0.4.2.
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 6 Oct 2014 13:50:21 +0000 (15:50 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Mon, 6 Oct 2014 13:50:21 +0000 (15:50 +0200)
python-msgpack.spec

index 358fe87845aaf259e03b3899de21f6c9ff2fdeb4..bd18b65799f2415a81c32fc3c2eafb2454102e28 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Binary-based efficient data interchange format
 Summary(pl.UTF-8):     Binarny efektywny format wymiany danych.
 Name:          python-%{module}
-Version:       0.2.4
-Release:       1
+Version:       0.4.2
+Release:       0.1
 License:       ASL
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
-# Source0-md5: c4bb313cd35b57319f588491b1614289
+# Source0-md5: e3a0fdfd864c72c958bb501d39b39caf
 URL:           http://msgpack.org/
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -54,7 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
-%attr(755,root,root) %{py_sitedir}/%{module}/_msgpack.so
+%attr(755,root,root) %{py_sitedir}/%{module}/_packer.so
+%attr(755,root,root) %{py_sitedir}/%{module}/_unpacker.so
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/%{module}*.egg-info
 %endif
This page took 0.173126 seconds and 4 git commands to generate.