Updated summary and descriptions (#882982).
This commit is contained in:
parent
9cbbc38a56
commit
c3bf1232c5
29
cups.spec
29
cups.spec
@ -7,7 +7,7 @@
|
|||||||
# but we use lib for compatibility with 3rd party drivers (at upstream request).
|
# but we use lib for compatibility with 3rd party drivers (at upstream request).
|
||||||
%global cups_serverbin %{_exec_prefix}/lib/cups
|
%global cups_serverbin %{_exec_prefix}/lib/cups
|
||||||
|
|
||||||
Summary: Common Unix Printing System
|
Summary: CUPS printing system
|
||||||
Name: cups
|
Name: cups
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
@ -110,7 +110,7 @@ Requires: ghostscript-cups
|
|||||||
Requires: cups-filters
|
Requires: cups-filters
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Common Unix Printing System - development environment
|
Summary: CUPS printing system - development environment
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
@ -120,52 +120,52 @@ Requires: zlib-devel
|
|||||||
Provides: cupsddk-devel
|
Provides: cupsddk-devel
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Common Unix Printing System - libraries
|
Summary: CUPS printing system - libraries
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2 and zlib
|
License: LGPLv2 and zlib
|
||||||
|
|
||||||
%package filesystem
|
%package filesystem
|
||||||
Summary: Common Unix Printing System - directory layout
|
Summary: CUPS printing system - directory layout
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%package lpd
|
%package lpd
|
||||||
Summary: Common Unix Printing System - lpd emulation
|
Summary: CUPS printing system - lpd emulation
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%package ipptool
|
%package ipptool
|
||||||
Summary: Common Unix Printing System - tool for performing IPP requests
|
Summary: CUPS printing system - tool for performing IPP requests
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
UNIX® operating systems. It has been developed by Easy Software Products
|
UNIX® operating systems. It has been developed by Apple Inc.
|
||||||
to promote a standard printing solution for all UNIX vendors and users.
|
to promote a standard printing solution for all UNIX vendors and users.
|
||||||
CUPS provides the System V and Berkeley command-line interfaces.
|
CUPS provides the System V and Berkeley command-line interfaces.
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
UNIX® operating systems. This is the development package for creating
|
UNIX® operating systems. This is the development package for creating
|
||||||
additional printer drivers, and other CUPS services.
|
additional printer drivers, and other CUPS services.
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
UNIX® operating systems. It has been developed by Easy Software Products
|
UNIX® operating systems. It has been developed by Apple Inc.
|
||||||
to promote a standard printing solution for all UNIX vendors and users.
|
to promote a standard printing solution for all UNIX vendors and users.
|
||||||
CUPS provides the System V and Berkeley command-line interfaces.
|
CUPS provides the System V and Berkeley command-line interfaces.
|
||||||
The cups-libs package provides libraries used by applications to use CUPS
|
The cups-libs package provides libraries used by applications to use CUPS
|
||||||
natively, without needing the lp/lpr commands.
|
natively, without needing the lp/lpr commands.
|
||||||
|
|
||||||
%description filesystem
|
%description filesystem
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
UNIX® operating systems. This package provides some directories which are
|
UNIX® operating systems. This package provides some directories which are
|
||||||
required by other packages that add CUPS drivers (i.e. filters, backends etc.).
|
required by other packages that add CUPS drivers (i.e. filters, backends etc.).
|
||||||
|
|
||||||
%description lpd
|
%description lpd
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
UNIX® operating systems. This is the package that provides standard
|
UNIX® operating systems. This is the package that provides standard
|
||||||
lpd emulation.
|
lpd emulation.
|
||||||
|
|
||||||
@ -625,7 +625,8 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 27 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.1-23
|
* Wed Feb 27 2013 Jiri Popelka <jpopelka@redhat.com> - 1:1.6.1-23
|
||||||
- fix bogus dates in changelog
|
- Updated summary and descriptions (#882982).
|
||||||
|
- Fixed bogus dates in changelog.
|
||||||
|
|
||||||
* Fri Feb 15 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.1-22
|
* Fri Feb 15 2013 Tim Waugh <twaugh@redhat.com> 1:1.6.1-22
|
||||||
- Applied colorman fix from STR #4232 and STR #4276.
|
- Applied colorman fix from STR #4232 and STR #4276.
|
||||||
|
Loading…
Reference in New Issue
Block a user