Ignore:
Timestamp:
Nov 15, 2013, 11:35:17 PM (10 years ago)
Author:
achernya
Message:
Merge r2435-2485 from trunk to branches/fc19-dev
Location:
branches/fc19-dev
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/fc19-dev

  • branches/fc19-dev/server/fedora/specs/python-zephyr.spec

    r1693 r2487  
    1 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
    2 
    31Name:           python-zephyr
    42Version:        0.2.0
    5 %define commit_hash c9a7f05
    6 %define tag_hash ed65206
    7 Release:        0.%{scriptsversion}%{?dist}
     3%define commit dc5ba9ee52d53e7bfd9d95a885e25c3a1889b8a7
     4%define shortcommit %(c=%{commit}; echo ${c:0:7})
     5Release:        1.20131014.%{scriptsversion}%{?dist}
    86Summary:        Python access to zephyr library
    97
     
    119License:        MIT
    1210URL:            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
     11Source0:        https://github.com/ebroder/python-zephyr/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
    1512BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1613
    17 BuildRequires:  python-devel, python-setuptools, Pyrex, zephyr-devel, libcom_err-devel
     14BuildRequires:  python-devel, python-setuptools, Cython, zephyr-devel, libcom_err-devel
    1815
    1916%description
    20 Get at the zephyr library from Python.  Woo.
     17Zephyr bindings for Python.
    2118
    2219
    2320%prep
    24 %setup -q -n ebroder-%{name}-%{tag_hash}
    25 %patch1 -p1
     21%setup -q -n %{name}-%{commit}
    2622
    2723
     
    4642
    4743%changelog
     44* Mon Oct 14 2013 Alex Dehnert <adehnert@mit.edu> - 0.2.0-1.20131014
     45- Updated snapshot (Scripts-#384)
     46
    4847* Sun Sep 19 2010 Anders Kaseorg <andersk@mit.edu> - 0.2.0-0
    4948- Initial RPM release
Note: See TracChangeset for help on using the changeset viewer.