From 1c381637503beece47b970f0a4f278210d1dba01 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 24 May 2021 17:13:23 +0800 Subject: [PATCH] remove unused ncp backend --- cups.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cups.spec b/cups.spec index 251f59f..d88dc8d 100644 --- a/cups.spec +++ b/cups.spec @@ -1,7 +1,7 @@ Name: cups Epoch: 1 Version: 2.2.13 -Release: 4 +Release: 5 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: GPLv2+ and LGPLv2+ with exceptions and AML Url: http://www.cups.org/ @@ -9,7 +9,6 @@ Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERS Source2: cupsprinter.png Source3: cups.logrotate -Source4: ncp.backend Source5: macros.cups Patch1: cups-no-gzip-man.patch @@ -142,7 +141,6 @@ install -d ${RPM_BUILD_ROOT}%{_datadir}/pixmaps ${RPM_BUILD_ROOT}%{_sysconfdir}/ ${RPM_BUILD_ROOT}%{_rpmconfigdir}/macros.d install -p -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps install -p -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/cups -install -p -m 755 %{SOURCE4} ${RPM_BUILD_ROOT}%{_exec_prefix}/lib/cups/backend/ncp install -m 0644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_rpmconfigdir}/macros.d touch ${RPM_BUILD_ROOT}%{_sysconfdir}/cups/{printers,classes,client,subscriptions}.conf @@ -326,6 +324,9 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Mon May 24 2021 liuyumeng 2.2.13-5 +- remove unused ncp backend + * Thu Apr 29 2021 liuyumeng 2.2.13-4 - Type:bugfix - ID:NA -- Gitee