Changeset 2481
- Timestamp:
- Oct 15, 2013, 2:09:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/python-zephyr.spec
r1693 r2481 1 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}2 3 1 Name: python-zephyr 4 2 Version: 0.2.0 5 %define commit _hash c9a7f056 %define tag_hash ed652067 Release: 0. %{scriptsversion}%{?dist}3 %define commit dc5ba9ee52d53e7bfd9d95a885e25c3a1889b8a7 4 %define shortcommit %(c=%{commit}; echo ${c:0:7}) 5 Release: 0.20131014.%{scriptsversion}%{?dist} 8 6 Summary: Python access to zephyr library 9 7 … … 11 9 License: MIT 12 10 URL: http://github.com/ebroder/python-zephyr 13 Source0: http://github.com/ebroder/python-zephyr/tarball/%{version}/ebroder-%{name}-%{version}-0-g%{commit_hash}.tar.gz 14 Patch1: http://github.com/ebroder/python-zephyr/commit/944b3c3a2a2476758268d4b75b65c2ec38fa46e7.patch 11 Source0: https://github.com/ebroder/python-zephyr/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz 15 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 16 13 17 BuildRequires: python-devel, python-setuptools, Pyrex, zephyr-devel, libcom_err-devel14 BuildRequires: python-devel, python-setuptools, Cython, zephyr-devel, libcom_err-devel 18 15 19 16 %description 20 Get at the zephyr library from Python. Woo.17 Zephyr bindings for Python. 21 18 22 19 23 20 %prep 24 %setup -q -n ebroder-%{name}-%{tag_hash} 25 %patch1 -p1 21 %setup -q -n %{name}-%{commit} 26 22 27 23 … … 46 42 47 43 %changelog 44 * Mon Oct 14 2013 Alex Dehnert <adehnert@mit.edu> - 0.2.0-1.20131014 45 - Updated snapshot (Scripts-#384) 46 48 47 * Sun Sep 19 2010 Anders Kaseorg <andersk@mit.edu> - 0.2.0-0 49 48 - Initial RPM release
Note: See TracChangeset
for help on using the changeset viewer.