Update to v231

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-10-27 08:29:38 -04:00
parent 199ce43d0b
commit f95f84daa1
3 changed files with 19 additions and 3 deletions

7
.gitignore vendored
View File

@ -1 +1,8 @@
/.build-*-*.fc*.log
/python-systemd-*-*.fc*.src.rpm
/results_python-systemd/
/x86_64/
/i686/
/python-systemd-*/
/python-systemd-230.tar.gz
/python-systemd-231.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-systemd
Version: 230
Version: 231
Release: 1%{?dist}
Summary: Python module wrapping systemd functionality
@ -12,6 +12,8 @@ Source0: python-systemd-%{version}.tar.gz
BuildRequires: systemd-devel
BuildRequires: python2-devel
BuildRequires: web-assets-devel
BuildRequires: pytest
BuildRequires: python3-pytest
Requires: js-jquery
Provides: systemd-python = %{version}-%{release}
@ -62,7 +64,11 @@ rm -r build/html/.buildinfo build/html/.doctrees
mkdir -p %{buildroot}%{_pkgdocdir}
cp -rv build/html %{buildroot}%{_pkgdocdir}/
ln -vsf %{_jsdir}/jquery/latest/jquery.min.js %{buildroot}%{_pkgdocdir}/html/_static/jquery.js
cp -p README.md %{buildroot}%{_pkgdocdir}
cp -p README.md NEWS %{buildroot}%{_pkgdocdir}/
%check
make PYTHON=%{__python2} check
make PYTHON=%{__python3} check
%files
%license LICENSE.txt
@ -75,5 +81,8 @@ cp -p README.md %{buildroot}%{_pkgdocdir}
%{python3_sitearch}/*
%changelog
* Tue Oct 27 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 231-1
- Update to latest version
* Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 230-1
- Initial packaging

View File

@ -1 +1 @@
8efd94e04e035d4f41c7dd54e69e9b0b python-systemd-230.tar.gz
7f873b047d42e5de3b66c61339d451f3 python-systemd-231.tar.gz