From 4b5045c01d9a615a25e5409b01542902360772f5 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 21 Feb 2023 15:06:31 +0800 Subject: [PATCH] Fix build failed --- system-config-printer.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 4a69ae7..c53650b 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -3,7 +3,7 @@ Name: system-config-printer Summary: a graphical tool for CUPS administration Version: 1.5.11 -Release: 22 +Release: 23 License: GPLv2+ URL: https://github.com/zdohnal/system-config-printer Source0: https://github.com/zdohnal/system-config-printer/archive/%{version}.tar.gz @@ -47,7 +47,6 @@ uses IPP to configure a CUPS server. install -d %buildroot%{_localstatedir}/run/udev-configure-printer touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris -%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/cupshelpers %py_byte_compile %{__python3} %{buildroot}%{_datadir}/%{name} %find_lang %{name} @@ -74,8 +73,8 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris %{_bindir}/scp-dbus-service %dir %{_sysconfdir}/cupshelpers %config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml -%{python3_sitelib}/cupshelpers -%{python3_sitelib}/*.egg-info +%{python3_sitelib}/cupshelpers-1.0-py%{python3_version}.egg/EGG-INFO/* +%{python3_sitelib}/cupshelpers-1.0-py%{python3_version}.egg/cupshelpers/* %files help %doc po/ChangeLog NEWS ABOUT-NLS AUTHORS ChangeLog-OLD @@ -87,6 +86,9 @@ rm -rf /var/cache/foomatic/foomatic.pickle exit 0 %changelog +* Tue Feb 21 2023 yaoxin - 1.5.11-23 +- Fix build failed + * Mon Jan 09 2023 xuxinyu - 1.5.11-22 - Update de.po -- Gitee