]> git.ipfire.org Git - thirdparty/cups.git/blame - packaging/cups.spec.in
Update to CUPS trunk r6695.
[thirdparty/cups.git] / packaging / cups.spec.in
CommitLineData
ef416fc2 1#
bc44d920 2# "$Id: cups.spec.in 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3#
4# RPM "spec" file for the Common UNIX Printing System (CUPS).
5#
6# Original version by Jason McMullan <jmcc@ontv.com>.
7#
bc44d920 8# Copyright 2007 by Apple Inc.
f7deaa1a 9# Copyright 1999-2007 by Easy Software Products, all rights reserved.
ef416fc2 10#
11# These coded instructions, statements, and computer programs are the
bc44d920 12# property of Apple Inc. and are protected by Federal copyright
13# law. Distribution and use rights are outlined in the file "LICENSE.txt"
14# which should have been included with this file. If this file is
15# file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 16#
17
ecdc0628 18# Conditional build options (--with name/--without name):
19#
20# dbus - Enable/disable DBUS support (default = enable)
b423cd4c 21# php - Enable/disable PHP support (default = enable)
ecdc0628 22
23%{!?_with_dbus: %{!?_without_dbus: %define _with_dbus --with-dbus}}
24%{?_with_dbus: %define _dbus --enable-dbus}
25%{!?_with_dbus: %define _dbus --disable-dbus}
26
b423cd4c 27%{!?_with_php: %{!?_without_php: %define _with_php --with-php}}
e1d6a774 28%{?_with_php: %define _php --with-php}
29%{!?_with_php: %define _php --without-php}
b423cd4c 30
d6ae789d 31%{!?_with_static: %{!?_without_static: %define _without_static --without-static}}
32%{?_with_static: %define _static --enable-static}
33%{!?_with_static: %define _static --disable-static}
34
bd7854cb 35Summary: Common UNIX Printing System
ef416fc2 36Name: cups
37Version: @CUPS_VERSION@
38Release: 0
39Epoch: 1
40License: GPL
41Group: System Environment/Daemons
42Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.gz
43Url: http://www.cups.org
44Packager: Anonymous <anonymous@foo.com>
bc44d920 45Vendor: Apple Inc.
ef416fc2 46
47# Use buildroot so as not to disturb the version already installed
48BuildRoot: /tmp/%{name}-root
49
50# Dependencies...
51Requires: %{name}-libs = %{epoch}:%{version}
52Obsoletes: lpd, lpr, LPRng
53Provides: lpd, lpr, LPRng
54
55%package devel
bd7854cb 56Summary: Common UNIX Printing System - development environment
ef416fc2 57Group: Development/Libraries
58Requires: %{name}-libs = %{epoch}:%{version}
59
60%package libs
bd7854cb 61Summary: Common UNIX Printing System - shared libraries
ef416fc2 62Group: System Environment/Libraries
63Provides: libcups1
64
65%package lpd
bd7854cb 66Summary: Common UNIX Printing System - LPD support
ef416fc2 67Group: System Environment/Daemons
68Requires: %{name} = %{epoch}:%{version} xinetd
69
8ca02f3c 70%package de
71Summary: Common UNIX Printing System - German support
72Group: System Environment/Daemons
73Requires: %{name} = %{epoch}:%{version}
74
e1d6a774 75%package es
76Summary: Common UNIX Printing System - Spanish support
77Group: System Environment/Daemons
78Requires: %{name} = %{epoch}:%{version}
79
2abf387c 80%package et
81Summary: Common UNIX Printing System - Estonian support
82Group: System Environment/Daemons
83Requires: %{name} = %{epoch}:%{version}
84
b86bc4cf 85%package fr
86Summary: Common UNIX Printing System - French support
87Group: System Environment/Daemons
88Requires: %{name} = %{epoch}:%{version}
89
c0e1af83 90%package he
91Summary: Common UNIX Printing System - Hebrew support
92Group: System Environment/Daemons
93Requires: %{name} = %{epoch}:%{version}
94
411affcf 95%package it
96Summary: Common UNIX Printing System - Italian support
97Group: System Environment/Daemons
98Requires: %{name} = %{epoch}:%{version}
99
bd7854cb 100%package ja
101Summary: Common UNIX Printing System - Japanese support
102Group: System Environment/Daemons
103Requires: %{name} = %{epoch}:%{version}
104
89d46774 105%package pl
106Summary: Common UNIX Printing System - Polish support
107Group: System Environment/Daemons
108Requires: %{name} = %{epoch}:%{version}
109
110%package sv
111Summary: Common UNIX Printing System - Swedish support
112Group: System Environment/Daemons
113Requires: %{name} = %{epoch}:%{version}
114
3d8365b8 115%package zh
116Summary: Common UNIX Printing System - Chinese support
117Group: System Environment/Daemons
118Requires: %{name} = %{epoch}:%{version}
119
b423cd4c 120%if %{?_with_php:1}%{!?_with_php:0}
121%package php
122Summary: Common UNIX Printing System - PHP support
123Group: Development/Languages
124Requires: %{name}-libs = %{epoch}:%{version}
125%endif
126
ef416fc2 127%description
128The Common UNIX Printing System provides a portable printing layer for
bc44d920 129