automatic version update by autodist [release 1.5.16-1mamba;Mon Feb 21 2022]
This commit is contained in:
parent
85802fba96
commit
e6dffa0da8
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: system-config-printer
|
||||
Version: 1.5.15
|
||||
Version: 1.5.16
|
||||
Release: 1mamba
|
||||
Summary: Helper functions and classes for using CUPS
|
||||
Group: System/Libraries/Python
|
||||
@ -19,8 +19,9 @@ License: GPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libusb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: intltool
|
||||
BuildRequires: xmlto
|
||||
@ -40,7 +41,6 @@ Requires: pygobject-py3
|
||||
Requires: python-dbus-py3
|
||||
Requires: pycairo-py3
|
||||
Requires: python-reload-py3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Helper functions and classes for using CUPS.
|
||||
@ -84,8 +84,8 @@ The purpose of the tool is to configure a CUPS server (often the local machine)
|
||||
%{_bindir}/system-config-printer-applet
|
||||
%{_bindir}/scp-dbus-service
|
||||
%{_unitdir}/configure-printer@.service
|
||||
/lib/udev/udev-add-printer
|
||||
/lib/udev/udev-configure-printer
|
||||
%{_prefix}/lib/udev/udev-add-printer
|
||||
%{_prefix}/lib/udev/udev-configure-printer
|
||||
%{_udevrulesdir}/70-printers.rules
|
||||
%{_datadir}/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
|
||||
%{_datadir}/dbus-1/services/org.fedoraproject.Config.Printing.service
|
||||
@ -93,12 +93,15 @@ The purpose of the tool is to configure a CUPS server (often the local machine)
|
||||
%{_datadir}/applications/system-config-printer.desktop
|
||||
%dir %{_datadir}/system-config-printer
|
||||
%{_datadir}/system-config-printer/*
|
||||
%{python3_sitelib}/cupshelpers/*
|
||||
%{python3_sitelib}/cupshelpers-1.0-py*.egg-info
|
||||
%dir %{python3_sitelib}/cupshelpers-*-py*.egg
|
||||
%{python3_sitelib}/cupshelpers-*-py*.egg/*
|
||||
%{_mandir}/man1/system-config-printer.1*
|
||||
%{_mandir}/man1/system-config-printer-applet.1*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2022 Automatic Build System <autodist@mambasoft.it> 1.5.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.5.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user