Skip to content

Commit 207d340

Browse files
committed
Fix the license and group information in the example RPM spec file (Issue #150)
1 parent 192d1f4 commit 207d340

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ v3.0.3 - YYYY-MM-DD
77
- Now run `ldconfig` on Linux after installing the shared library (Issue #148)
88
- Fixed a potential buffer overflow in `cupsFormEncode`.
99
- Fixed long number string error handling in `cupsJSONImportXxx`.
10+
- Fixed the example RPM spec file (Issue #150)
1011

1112

1213
v3.0.2 - 2026-06-05

packaging/libcups3.spec.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# RPM "spec" file for CUPS Library v3.
33
#
4-
# Copyright © 2020-2025 by OpenPrinting
4+
# Copyright © 2020-2026 by OpenPrinting
55
#
66
# Licensed under Apache License v2.0. See the file "LICENSE" for more
77
# information.
@@ -12,8 +12,7 @@ Name: libcups3
1212
Version: @CUPS_VERSION@
1313
Release: 0
1414
Epoch: 1
15-
License: GPL
16-
Group: System Environment/Daemons
15+
License: Apache 2.0
1716
Source: https://github.com/OpenPrinting/libcups/releases/download/v%{version}/libcups-%{version}-source.tar.gz
1817
Url: https://openprinting.github.io/cups
1918
Packager: Anonymous <anonymous@example.com>
@@ -27,7 +26,6 @@ BuildRoot: /tmp/%{name}-root
2726

2827
%package devel
2928
Summary: CUPS Library v3 - development environment
30-
Group: Development/Libraries
3129
Requires: %{name} = %{epoch}:%{version}
3230

3331
%description

0 commit comments

Comments
 (0)