[ioprocess/f19] v0.5.0

smizrahi smizrahi at fedoraproject.org
Thu Jun 26 13:56:26 UTC 2014


commit cab7f91cd063a531fb69aab231f08ea942d191e2
Author: Saggi Mizrahi <ficoos at gmail.com>
Date:   Thu Jun 26 16:56:18 2014 +0300

    v0.5.0

 .gitignore     |    1 +
 ioprocess.spec |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1e7892f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ioprocess-0.5.0.tar.gz
diff --git a/ioprocess.spec b/ioprocess.spec
new file mode 100644
index 0000000..16544e1
--- /dev/null
+++ b/ioprocess.spec
@@ -0,0 +1,71 @@
+%global owner smizrahi
+
+#python2_sitelib is declared as python_sitelib in EL6
+%if 0%{?rhel} && 0%{?rhel} <= 6
+%global python2_sitelib %{python_sitelib}
+%endif
+
+Name:		ioprocess
+Version:	0.5.0
+Release:	1%{?dist}
+Summary:	Slave process to perform risky IO
+
+Group:		System Environment/Base
+License:	GPLv2+
+URL:		https://github.com/ficoos/ioprocess
+Source0:	https://%{owner}.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
+
+
+BuildRequires:	python2-devel
+BuildRequires:	glib2-devel
+BuildRequires:	yajl-devel
+Requires:	yajl
+
+%description
+Slave process to perform risky IO.
+
+
+%prep
+%setup -q %{name}-%{commit}
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%{_libexecdir}/ioprocess
+%doc README.md COPYING AUTHORS
+
+%package -n python-ioprocess
+Summary:	Python bindings for ioprocess
+BuildArch:	noarch
+Requires:	python
+Requires:	python-cpopen
+Requires:	%{name} = %{version}-%{release}
+
+%description -n python-ioprocess
+Python bindings for ioprocess
+
+%files -n python-ioprocess
+%{python2_sitelib}/ioprocess-*.egg-info
+%{python2_sitelib}/ioprocess/
+
+%changelog
+* Sun Jun 15 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.5.0-1
+Fixed missing error check in readfile()
+Added flags arg to fetch()
+Added st_blocks to stat()
+* Thu Jun 05 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.4.1-1
+Fixed missing dependcy for python bindings
+* Mon Jun 02 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.4-1
+Added touch command
+Changed truncate to include setting file mode and creating a file only when one
+doesn't exist
+* Sun Jan 05 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.3-1
+Inital RPM release
diff --git a/sources b/sources
index e69de29..9012bac 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bdcaaa4032faa87a876d4d89e8fee882  ioprocess-0.5.0.tar.gz


More information about the scm-commits mailing list