Blame python-systemd.spec

4e34883
Name:           python-systemd
5649111
Version:        232
5649111
Release:        1%{?dist}
4e34883
Summary:        Python module wrapping systemd functionality
4e34883
4e34883
License:        LGPLv2+
4e34883
URL:            https://github.com/systemd/python-systemd
774ea33
Source0:        https://github.com/systemd/python-systemd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
ed510fa
Patch1:         0001-tests-add-workaround-for-pre-232-system-returning-EI.patch
ed510fa
Patch2:         0002-_reader-use-proper-ifdef-guard-for-sd_j_open_files_f.patch
4e34883
4e34883
BuildRequires:  systemd-devel
ce361e1
BuildRequires:  python2-devel
0bddc98
BuildRequires:  python3-devel
0bddc98
BuildRequires:  python3-sphinx
855cc9f
BuildRequires:  web-assets-devel
f95f84d
BuildRequires:  pytest
f95f84d
BuildRequires:  python3-pytest
4e34883
0bddc98
%global _docdir_fmt %{name}
5649111
%global _description \
5649111
Python module for native access to the systemd facilities.             \
5649111
Functionality includes sending of structured messages to the journal   \
5649111
and reading journal files, querying machine and boot identifiers and a \
5649111
lists of message identifiers provided by systemd. Other functionality  \
0bddc98
provided by libsystemd is also wrapped.
0bddc98
5649111
%description %_description
5649111
0bddc98
%package -n python2-systemd
0bddc98
Summary:        %{summary}
0bddc98
0bddc98
%{?python_provide:%python_provide python2-systemd}
4e34883
Provides:       systemd-python = %{version}-%{release}
4e34883
Provides:       systemd-python%{?_isa} = %{version}-%{release}
4e34883
Obsoletes:      systemd-python < 230
65d208a
Conflicts:      python3-systemd < %{version}-%{release}
65d208a
Recommends:	%{name}-doc
4e34883
5649111
%description -n python2-systemd %_description
4e34883
4e34883
%package -n python3-systemd
4e34883
Summary:        %{summary}
4e34883
0bddc98
%{?python_provide:%python_provide python3-systemd}
4e34883
Provides:       systemd-python3 = %{version}-%{release}
4e34883
Provides:       systemd-python3%{?_isa} = %{version}-%{release}
4e34883
Obsoletes:      systemd-python3 < 230
65d208a
Conflicts:      python2-systemd < %{version}-%{release}
65d208a
Recommends:	%{name}-doc
4e34883
5649111
%description -n python3-systemd %_description
4e34883
65d208a
%package doc
65d208a
Summary:        HTML documentation for %{name}
65d208a
Requires:       js-jquery
65d208a
65d208a
%description doc
65d208a
%{summary}.
65d208a
4e34883
%prep
4c3f5bc
%autosetup -p1
ed510fa
sed -i 's/py\.test/pytest/' Makefile
4e34883
4e34883
%build
ce361e1
make PYTHON=%{__python2} build
ce361e1
make PYTHON=%{__python3} build
ce361e1
make PYTHON=%{__python3} SPHINX_BUILD=sphinx-build-3 sphinx-html
ce361e1
rm -r build/html/.buildinfo build/html/.doctrees
4e34883
4e34883
%install
ce361e1
%make_install PYTHON=%{__python2}
ce361e1
%make_install PYTHON=%{__python3}
855cc9f
mkdir -p %{buildroot}%{_pkgdocdir}
855cc9f
cp -rv build/html %{buildroot}%{_pkgdocdir}/
855cc9f
ln -vsf %{_jsdir}/jquery/latest/jquery.min.js %{buildroot}%{_pkgdocdir}/html/_static/jquery.js
f95f84d
cp -p README.md NEWS %{buildroot}%{_pkgdocdir}/
f95f84d
f95f84d
%check
4ff5212
# if the socket is not there, skip doc tests
4ff5212
test -f /run/systemd/journal/stdout || \
4ff5212
     sed -i 's/--doctest[^ ]*//g' pytest.ini
5649111
make PYTHON=%{__python2} check
5649111
make PYTHON=%{__python3} check
4e34883
0bddc98
%files -n python2-systemd
4e34883
%license LICENSE.txt
855cc9f
%doc %{_pkgdocdir}
65d208a
%exclude %{_pkgdocdir}/html
5649111
%{python2_sitearch}/systemd/
5649111
%{python2_sitearch}/systemd_python*.egg-info
4e34883
4e34883
%files -n python3-systemd
4e34883
%license LICENSE.txt
ce361e1
%doc %{_pkgdocdir}
65d208a
%exclude %{_pkgdocdir}/html
5649111
%{python3_sitearch}/systemd/
5649111
%{python3_sitearch}/systemd_python*.egg-info
4e34883
65d208a
%files doc
65d208a
%doc %{_pkgdocdir}/html
65d208a
4e34883
%changelog
5649111
* Thu Sep 22 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 232-1
5649111
- Update to latest version
5649111
bada31e
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 231-6
bada31e
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bada31e
50526ce
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 231-5
50526ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
50526ce
4c3f5bc
* Sun Jan 24 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 231-4
4c3f5bc
- Bugfixes for seek_monotonic and Python 2 compat
4c3f5bc
65d208a
* Sun Nov 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-3
65d208a
- Split out doc subpackage (#1242619)
65d208a
- Do not allow installation of python-systemd in different versions
65d208a
Robert Kuska 0626b22
* Sat Nov 07 2015 Robert Kuska <rkuska@redhat.com> - 231-2
Robert Kuska 0626b22
- Rebuilt for Python3.5 rebuild
Robert Kuska 0626b22
f95f84d
* Tue Oct 27 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 231-1
f95f84d
- Update to latest version
f95f84d
4e34883
* Mon Jul  6 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@laptop> - 230-1
4e34883
- Initial packaging