Blame python-xmlsec.spec

668626d
%global srcname xmlsec
668626d
668626d
Name:           python-%{srcname}
668626d
Version:        1.3.3
a4239ea
Release:        7%{?dist}
668626d
Summary:        Python bindings for the XML Security Library
668626d
668626d
License:        MIT
668626d
URL:            https://pypi.python.org/pypi/%{srcname}
668626d
Source0:        https://files.pythonhosted.org/packages/source/x/%{srcname}/%{srcname}-%{version}.tar.gz
668626d
fb9acee
BuildRequires:  gcc
668626d
BuildRequires:  python3-devel
668626d
BuildRequires:  libxml2-devel >= 2.9.1
668626d
BuildRequires:  xmlsec1-devel >= 1.2.18
668626d
BuildRequires:  libtool-ltdl-devel
668626d
668626d
668626d
%description
668626d
%{summary}.
668626d
668626d
668626d
%package -n python3-%{srcname}
668626d
Summary: %{summary}
668626d
%{?python_provide:%python_provide python3-%{srcname}}
668626d
BuildRequires: %{py3_dist lxml}
668626d
BuildRequires: %{py3_dist pkgconfig}
668626d
BuildRequires: %{py3_dist pytest}
668626d
Requires: libxml2 >= 2.9.1
668626d
Requires: xmlsec1 >= 1.2.18
668626d
Requires: xmlsec1-openssl
668626d
Requires: %{py3_dist lxml}
668626d
Requires: %{py3_dist pkgconfig}
668626d
668626d
668626d
%description -n python3-%{srcname}
668626d
%{summary}.
668626d
668626d
668626d
%prep
668626d
%autosetup -n %{srcname}-%{version}
668626d
rm -rf *.egg-info
668626d
668626d
668626d
%build
668626d
%py3_build
668626d
668626d
668626d
%install
668626d
%py3_install
668626d
668626d
668626d
# Tests aren't available
668626d
668626d
668626d
%files -n python3-%{srcname}
668626d
%license LICENSE
668626d
%doc README.rst
668626d
%{python3_sitearch}/xmlsec*.so
668626d
%{python3_sitearch}/xmlsec-%{version}-*.egg-info
668626d
668626d
668626d
%changelog
a4239ea
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.3-7
a4239ea
- Rebuilt for Python 3.8
a4239ea
4e04ad5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-6
4e04ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4e04ad5
d15d731
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
d15d731
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d15d731
241219d
* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3.3-4
241219d
- Python2 binary package has been removed
241219d
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
241219d
f613d09
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
f613d09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f613d09
c43372b
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.3-2
c43372b
- Rebuilt for Python 3.7
c43372b
668626d
* Thu Jan 25 2018 Jeremy Cline <jeremy@jcline.org> - 1.3.3-1
668626d
- Initial package.