Accepting request 54270 from server:http:mongrel2
Looks fine :-) OBS-URL: https://build.opensuse.org/request/show/54270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=1
This commit is contained in:
commit
dfbf2c90d2
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
python-pyzmq.changes
Normal file
5
python-pyzmq.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 15:32:35 UTC 2010 - saschpe@suse.de
|
||||
|
||||
- Initial version (2.0.10).
|
||||
|
59
python-pyzmq.spec
Normal file
59
python-pyzmq.spec
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# spec file for package python-pyzmq
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define tarname pyzmq
|
||||
|
||||
Name: python-pyzmq
|
||||
Version: 2.0.10
|
||||
Release: 1
|
||||
Url: http://www.zeromq.org/bindings:python
|
||||
Summary: Python bindings for ZeroMQ
|
||||
License: LGPLv3
|
||||
Group: Development/Libraries/Python
|
||||
AutoReqProv: on
|
||||
Source: %{tarname}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: zeromq-devel python-devel
|
||||
|
||||
%{py_requires}
|
||||
|
||||
%description
|
||||
Python bindings for ZeroMQ, a lightweight and fast messaging implementation.
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Brian E. Granger <ellisonbg@gmail.com>
|
||||
|
||||
%prep
|
||||
%setup -n %{tarname}-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="-O0"
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING.LESSER README.rst
|
||||
%doc examples docs
|
||||
|
||||
%changelog
|
3
pyzmq-2.0.10.tar.bz2
Normal file
3
pyzmq-2.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e39152c2f042c23a6af49751835d624581e6a1ace2708df2b21b2f8dacaca35
|
||||
size 367428
|
Loading…
Reference in New Issue
Block a user