Blame SPECS/python-kmod.spec

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