Blame python-openpaperwork-core.spec

47660e1
%global srcname openpaperwork-core
47660e1
47660e1
Name:           python-%{srcname}
e3a9c5c
Version:        2.0.3
d58dc3d
Release:        %autorelease
47660e1
Summary:        OpenPaperwork's core
47660e1
47660e1
License:        GPLv3+
47660e1
URL:            https://gitlab.gnome.org/World/OpenPaperwork/paperwork/tree/master/openpaperwork-core
47660e1
Source0:        %{pypi_source}
47660e1
47660e1
BuildArch:      noarch
47660e1
47660e1
BuildRequires:  python3-devel
47660e1
47660e1
%description
47660e1
Paperwork is a GUI to make papers searchable.
47660e1
47660e1
This is the core part of Paperwork. It manages plugins.
47660e1
47660e1
47660e1
%package -n     python3-%{srcname}
47660e1
Summary:        %{summary}
47660e1
47660e1
%description -n python3-%{srcname}
47660e1
Paperwork is a GUI to make papers searchable.
47660e1
47660e1
This is the core part of Paperwork. It manages plugins.
47660e1
47660e1
47660e1
%prep
47660e1
%autosetup -n %{srcname}-%{version}
9042b6e
9042b6e
%generate_buildrequires
9042b6e
%pyproject_buildrequires
47660e1
47660e1
%build
9042b6e
%pyproject_wheel
47660e1
47660e1
%install
9042b6e
%pyproject_install
9042b6e
%pyproject_save_files openpaperwork_core
47660e1
47660e1
%check
47660e1
PYTHONPATH=%{buildroot}%{python3_sitelib} \
47660e1
    %{python3} -m unittest discover --verbose -s tests
47660e1
9042b6e
%files -n python3-%{srcname} -f %{pyproject_files}
47660e1
%doc README.md
e3a9c5c
%license LICENSE
47660e1
47660e1
%changelog
d58dc3d
%autochangelog