[python-posix_ipc] update to latest upstream (0.9.8)

Pádraig Brady pbrady at fedoraproject.org
Tue Apr 8 12:20:53 UTC 2014


commit ddf8ec897235099b8ae17681feff06c79649952a
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Apr 8 13:18:37 2014 +0100

    update to latest upstream (0.9.8)

 .gitignore            |    1 +
 python-posix_ipc.spec |   22 +++++++++++++---------
 sources               |    2 +-
 3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37af215..9082dc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 posix_ipc-0.5.3.tar.gz
+/posix_ipc-0.9.8.tar.gz
diff --git a/python-posix_ipc.spec b/python-posix_ipc.spec
index 36d238a..a070896 100644
--- a/python-posix_ipc.spec
+++ b/python-posix_ipc.spec
@@ -1,21 +1,22 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-posix_ipc
-Version:        0.5.3
-Release:        9%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 Summary:        POSIX IPC primitives (semaphores and shared memory) for Python
 Group:          Development/Languages
-License:        GPLv3+
+License:        BSD
 URL:            http://semanchuk.com/philip/posix_ipc/
 Source0:        http://semanchuk.com/philip/posix_ipc/posix_ipc-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel python-setuptools
 
+
 %description
 posix_ipc is a Python module (written in C) that permits creation and
 manipulation of POSIX inter-process semaphores, shared memory and message
-queues on platforms supporting the POSIX Realtime Extensions, 
-POSIX 1003.1b-1993. /make_all.sh
+queues on platforms supporting POSIX Realtime Extensions, POSIX 1003.1b-1993.
+
 
 %prep
 %setup -q -n posix_ipc-%{version}
@@ -25,23 +26,26 @@ chmod 644 demo/cleanup.py
 
 
 %build
-LDFLAGS=-lrt CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
- 
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE demo demo2
 %{python_sitearch}/*
 
+
 %changelog
+* Tue Apr 08 2014 Pádraig Brady <pbrady at redhat.com> - 0.9.8-1
+- Latest upstream
+
 * Tue Apr 08 2014 Jordan O'Mara <jomara at redhat.com> - 0.5.3-9
 - Link with required threading libs
 
diff --git a/sources b/sources
index fbfa110..a1aa69b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab3699b185e7e10918b21753e8b9c20b  posix_ipc-0.5.3.tar.gz
+f3e78df4ab4e0f43ea04ef5c53563970  posix_ipc-0.9.8.tar.gz


More information about the scm-commits mailing list