Blame SPECS/python-kmod.spec

563466
Name:           python-kmod
563466
License:        LGPLv2+
563466
Group:          Development/Libraries
563466
Summary:        Python module to work with kernel modules
563466
Version:        0.9
563466
Release:        4%{?dist}
563466
URL:            https://github.com/agrover/python-kmod/
563466
Source0:        https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
563466
BuildRequires:  python2-devel
563466
BuildRequires:  python-setuptools
563466
BuildRequires:  Cython
563466
BuildRequires:  kmod-devel
563466
563466
%{?filter_setup:
563466
%filter_provides_in %{python_sitearch}.*\.so$
563466
%filter_setup
563466
}
563466
563466
%description
563466
Python module to allow listing, loading, and unloading
563466
Linux kernel modules, using libkmod.
563466
563466
%prep
563466
%setup -q
563466
563466
%build
563466
%{__python} setup.py build
563466
563466
%install
563466
%{__python} setup.py install --skip-build --root %{buildroot}
563466
563466
%files
563466
%{python_sitearch}/kmod/*
563466
%{python_sitearch}/kmod*.egg-info
563466
%doc COPYING.LESSER README
563466
563466
%changelog
563466
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.9-4
563466
- Mass rebuild 2014-01-24
563466
563466
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9-3
563466
- Mass rebuild 2013-12-27
563466
563466
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
563466
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
563466
563466
* Mon Oct 22 2012 Andy Grover <agrover@redhat.com> - 0.9-1
563466
- Update for new upstream release
563466
- Add build dep on Cython
563466
563466
* Wed Aug 1 2012 Andy Grover <agrover@redhat.com> - 0.1-4
563466
- Update for new upstream release location
563466
563466
* Fri May 4 2012 Andy Grover <agrover@redhat.com> - 0.1-3
563466
- Update for new upstream release location
563466
563466
* Tue Apr 17 2012 Andy Grover <agrover@redhat.com> - 0.1-2
563466
- Correct License field to LGPLv2+
563466
- Remove explicit Requires for kmod-libs
563466
563466
* Thu Apr 12 2012 Andy Grover <agrover@redhat.com> - 0.1-1
563466
- Initial packaging