- spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=17
This commit is contained in:
parent
0781249cb7
commit
0d2617e80c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 16 23:36:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 23 11:54:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Tue Feb 23 11:54:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycups
|
# spec file for package python-pycups
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-pycups
|
Name: python-pycups
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: Python Bindings for CUPS
|
Summary: Python Bindings for CUPS
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: http://cyberelk.net/tim/software/pycups/
|
URL: https://github.com/OpenPrinting/pycups
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pycups/pycups-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pycups/pycups-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
@ -32,7 +32,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# need to avoid cycle as cups-devel wants us (boo#1172407)
|
# need to avoid cycle as cups-devel wants us (boo#1172407)
|
||||||
#!BuildIgnore: cups-rpm-helper
|
#!BuildIgnore: cups-rpm-helper
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Obsoletes: python-cups < %{version}
|
Obsoletes: python-cups < %{version}
|
||||||
Provides: python-cups = %{version}
|
Provides: python-cups = %{version}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -65,7 +64,6 @@ export CFLAGS="%{optflags}"
|
|||||||
make install-rpmhook DESTDIR=%{buildroot}
|
make install-rpmhook DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc NEWS README TODO
|
%doc NEWS README TODO
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python_sitearch}/cups*.so
|
%{python_sitearch}/cups*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user