rpms/python-posix_ipc/devel import.log, NONE, 1.1 python-posix_ipc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ramakrishna Reddy ramkrsna at fedoraproject.org
Thu Apr 23 09:50:57 UTC 2009


Author: ramkrsna

Update of /cvs/pkgs/rpms/python-posix_ipc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19040/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-posix_ipc.spec 
Log Message:

* Wed Apr 16 2009 Ramakrishna Reddy Yekulla <ramkrsna at fedoraproject.org> 0.5.3-1
- Initial RPM release




--- NEW FILE import.log ---
python-posix_ipc-0_5_3-1_fc10:HEAD:python-posix_ipc-0.5.3-1.fc10.src.rpm:1240480123


--- NEW FILE python-posix_ipc.spec ---
%{!?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:        1%{?dist}
Summary:        POSIX IPC primitives (semaphores and shared memory) for Python
Group:          Development/Languages
License:        GPLv3+
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

%prep
%setup -q -n posix_ipc-%{version}
chmod 644 demo/make_all.sh
chmod 644 demo2/cleanup.py
chmod 644 demo/cleanup.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
* Wed Apr 16 2009 Ramakrishna Reddy Yekulla <ramkrsna at fedoraproject.org> 0.5.3-1
- Initial RPM release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-posix_ipc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 21:37:17 -0000	1.1
+++ .cvsignore	23 Apr 2009 09:50:26 -0000	1.2
@@ -0,0 +1 @@
+posix_ipc-0.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-posix_ipc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 21:37:17 -0000	1.1
+++ sources	23 Apr 2009 09:50:26 -0000	1.2
@@ -0,0 +1 @@
+ab3699b185e7e10918b21753e8b9c20b  posix_ipc-0.5.3.tar.gz




More information about the fedora-extras-commits mailing list