Blob Blame History Raw
Name:          gwebsockets
Version:       0.4
Release:       2%{?dist}
Summary:       GLib based websockets server

Group:         System Environment/Libraries
License:       ASL 2.0
URL:           https://pypi.python.org/pypi/gwebsockets
Source0:       https://pypi.python.org/packages/source/g/gwebsockets/%{name}-%{version}.tar.gz
BuildArch:     noarch 

BuildRequires: glib2-devel
BuildRequires: python2-devel
BuildRequires: python-setuptools

%description
A websocket server written in python. It uses GIO for network 
communication and hence it easily integrates with the GLib mainloop.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%check
# missing dependencies
# python setup.py test

%files
%doc LICENSE README.md
%{python_sitelib}/gwebsockets*

%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Mon Jan 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4-1
- Update to 0.4

* Fri Aug 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.3-1
- Update to 0.3

* Sat Jul  6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2-1
- Initial package