source: projects/specs/trunk/c/cups/cups-vl.spec @ 4094

Revision 4094, 38.9 KB checked in by tomop, 13 years ago (diff)

cups-1.4.6-2

Line 
1%define _libexecdir %{_libdir}
2%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
3%define initdir %{_sysconfdir}/rc.d/init.d
4%define use_alternatives 1
5%define use_dbus 1
6%define use_avahi 1
7
8Summary: Common Unix Printing System
9Name: cups
10Version: 1.4.6
11Release: 2%{?_dist_release}
12License: GPL
13Group: System Environment/Daemons
14
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: daisuke, tomop
18
19Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
20# Our initscript
21Source1: cups.init
22# Pixmap for desktop file
23Source2: cupsprinter.png
24# udev rules for libusb devices
25Source3: cups-libusb.rules
26# LSPP-required ps->pdf filter
27Source4: pstopdf
28# xinetd config file for cups-lpd service
29Source5: cups-lpd
30# Logrotate configuration
31Source6: cups.logrotate
32# Backend for NCP protocol
33Source7: ncp.backend
34# Cron-based tmpwatch for /var/spool/cups/tmp
35Source8: cups.cron
36# Filter and PPD for textonly printing
37Source9: textonly.filter
38Source10: textonly.ppd
39
40Source101: http://www.openprinting.org/download/printing/dnssd
41Source102: pstoraster
42Source103: pstoraster.convs
43Source104: postscript.ppd.gz
44Source105: pdftops.conf
45
46Source201: dvitops
47Source202: dvitops.convs
48Source203: dvitops.types
49Source204: cjktexttops
50Source206: pxlmono.ppd.gz
51Source207: pxlcolor.ppd.gz
52Source208: cups.conf
53
54Patch1: cups-no-gzip-man.patch
55Patch2: cups-1.1.16-system-auth.patch
56Patch3: cups-multilib.patch
57Patch4: cups-serial.patch
58Patch5: cups-banners.patch
59Patch6: cups-serverbin-compat.patch
60Patch7: cups-no-export-ssllibs.patch
61Patch8: cups-direct-usb.patch
62Patch9: cups-lpr-help.patch
63Patch10: cups-peercred.patch
64Patch11: cups-pid.patch
65Patch12: cups-page-label.patch
66Patch13: cups-eggcups.patch
67Patch14: cups-getpass.patch
68Patch15: cups-driverd-timeout.patch
69Patch16: cups-strict-ppd-line-length.patch
70Patch17: cups-logrotate.patch
71Patch18: cups-usb-paperout.patch
72Patch19: cups-build.patch
73Patch20: cups-res_init.patch
74Patch21: cups-filter-debug.patch
75Patch22: cups-uri-compat.patch
76Patch23: cups-cups-get-classes.patch
77Patch25: cups-str3382.patch
78Patch26: cups-force-gnutls.patch
79Patch27: cups-serialize-gnutls.patch
80Patch29: cups-0755.patch
81Patch31: cups-hostnamelookups.patch
82Patch33: cups-snmp-quirks.patch
83Patch34: cups-hp-deviceid-oid.patch
84Patch35: cups-dnssd-deviceid.patch
85Patch36: cups-ricoh-deviceid-oid.patch
86Patch37: cups-texttops-rotate-page.patch
87Patch38: cups-autotype-crash.patch
88Patch39: cups-str3754.patch
89Patch40: cups-avahi.patch
90Patch41: cups-icc.patch
91Patch42: cups-usb-parallel.patch
92Patch43: cups-job-state-changed.patch
93
94Patch100: cups-1.4.6-fix-template-ja.patch
95Patch101: cups-1.4.6-pstext-utf8.patch
96
97Url: http://www.cups.org/
98BuildRoot: %{_tmppath}/%{name}-root
99Requires(pre): chkconfig initscripts perl alternatives
100Requires: %{name}-libs = %{version}-%{release}
101Requires: tmpwatch
102%if %use_alternatives
103Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
104Requires(pre): alternatives
105%else
106Obsoletes: lpd lpr LPRng printtool
107Provides: lpd lpr LPRng
108%endif
109BuildRequires: pam-devel pkgconfig
110BuildRequires: gnutls-devel
111BuildRequires: libacl-devel
112BuildRequires: openldap-devel
113BuildRequires: aspell-devel
114BuildRequires: libjpeg-devel
115BuildRequires: libpng-devel
116BuildRequires: libtiff-devel
117BuildRequires: krb5-devel
118BuildRequires: e2fsprogs-devel
119BuildRequires: poppler-utils
120%if %use_dbus
121BuildRequires: dbus-devel >= 0.90
122Requires: dbus >= 0.90
123%endif
124
125%if %use_avahi
126BuildRequires: avahi-devel >= 0.6.20
127Requires: avahi >= 0.6.20
128Requires: avahi-tools
129%endif
130
131Requires: poppler-utils
132
133%package devel
134Summary: Common Unix Printing System - development environment
135Group: Development/Libraries
136Requires: %{name}-libs = %{version}-%{release}
137Requires: gnutls-devel
138Requires: krb5-devel
139Requires: zlib-devel
140License: LGPL
141
142%package libs
143Summary: Common Unix Printing System - libraries
144Group: System Environment/Libraries
145License: LGPL
146
147%package -n compat32-%{name}-libs
148Summary: Common Unix Printing System - libraries
149Group: System Environment/Libraries
150
151%package -n compat32-%{name}-devel
152Summary: Common Unix Printing System - development environment
153Group: Development/Libraries
154Requires: compat32-%{name}-libs = %{version}-%{release}
155Requires: %{name}-devel = %{version}-%{release}
156Requires: compat32-gnutls-devel
157Requires: compat32-krb5-devel
158Requires: compat32-zlib-devel
159
160%description
161The Common UNIX Printing System provides a portable printing layer for
162UNIX. operating systems. It has been developed by Easy Software Products
163to promote a standard printing solution for all UNIX vendors and users.
164CUPS provides the System V and Berkeley command-line interfaces.
165
166If you want to use CUPS on VineLinux, you should rebuild ghostscript package.
167Please read README.vine in your CUPS's document dir.
168#'
169
170%description -l ja
171Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供します。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。
172
173%description devel
174The Common UNIX Printing System provides a portable printing layer for
175UNIX. operating systems. This is the development package for creating
176additional printer drivers, and other CUPS services.
177
178%description devel -l ja
179Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。このパッケージはプリンタドライバを追加したり他のCUPSサービスを開発するためのパッケージです。
180
181%description libs
182The Common UNIX Printing System provides a portable printing layer for
183UNIXョ operating systems. It has been developed by Easy Software Products
184to promote a standard printing solution for all UNIX vendors and users.
185CUPS provides the System V and Berkeley command-line interfaces.
186The cups-libs package provides libraries used by applications to use CUPS
187natively, without needing the lp/lpr commands.
188
189%description libs -l ja
190Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。cups-libsパッケージはlp/lprコマンドを必要としないCUPSネイティブなアプリケーションから使われるライブラリ類です。
191
192%description -n compat32-%{name}-libs
193The Common UNIX Printing System provides a portable printing layer for
194UNIXョ operating systems. It has been developed by Easy Software Products
195to promote a standard printing solution for all UNIX vendors and users.
196CUPS provides the System V and Berkeley command-line interfaces.
197The cups-libs package provides libraries used by applications to use CUPS
198natively, without needing the lp/lpr commands.
199
200%description -n compat32-%{name}-libs -l ja
201Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。cups-libsパッケージはlp/lprコマンドを必要としないCUPSネイティブなアプリケーションから使われるライブラリ類です。
202
203%description -n compat32-%{name}-devel
204The Common UNIX Printing System provides a portable printing layer for
205UNIX. operating systems. This is the development package for creating
206additional printer drivers, and other CUPS services.
207
208%description -n compat32-%{name}-devel -l ja
209Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。このパッケージはプリンタドライバを追加したり他のCUPSサービスを開発するためのパッケージです。
210
211%prep
212%setup -q -n %{name}-%{version}
213
214# Don't gzip man pages in the Makefile, let rpmbuild do it.
215%patch1 -p1 -b .no-gzip-man
216# Use the system pam configuration.
217%patch2 -p1 -b .system-auth
218# Prevent multilib conflict in cups-config script.
219%patch3 -p1 -b .multilib
220# Fix compilation of serial backend.
221%patch4 -p1 -b .serial
222# Ignore rpm save/new files in the banners directory.
223%patch5 -p1 -b .banners
224# Use compatibility fallback path for ServerBin.
225%patch6 -p1 -b .serverbin-compat
226# Don't export SSLLIBS to cups-config.
227%patch7 -p1 -b .no-export-ssllibs
228# Allow file-based usb device URIs.
229%patch8 -p1 -b .direct-usb
230# Add --help option to lpr.
231%patch9 -p1 -b .lpr-help
232# Fix compilation of peer credentials support.
233%patch10 -p1 -b .peercred
234# Maintain a cupsd.pid file.
235%patch11 -p1 -b .pid
236# Fix orientation of page labels.
237%patch12 -p1 -b .page-label
238# Fix implementation of com.redhat.PrinterSpooler D-Bus object.
239%patch13 -p1 -b .eggcups
240# More sophisticated implementation of cupsGetPassword than getpass.
241%patch14 -p1 -b .getpass
242# Increase driverd timeout to 70s to accommodate foomatic.
243%patch15 -p1 -b .driverd-timeout
244# Only enforce maximum PPD line length when in strict mode.
245%patch16 -p1 -b .strict-ppd-line-length
246# Re-open the log if it has been logrotated under us.
247%patch17 -p1 -b .logrotate
248# Support for errno==ENOSPACE-based USB paper-out reporting.
249%patch18 -p1 -b .usb-paperout
250# Simplify the DNSSD parts so they can build using the compat library.
251%patch19 -p1 -b .build
252# Re-initialise the resolver on failure in httpAddrGetList().
253%patch20 -p1 -b .res_init
254# Log extra debugging information if no filters are available.
255%patch21 -p1 -b .filter-debug
256# Allow the usb backend to understand old-style URI formats.
257%patch22 -p1 -b .uri-compat
258# Fix support for older CUPS servers in cupsGetDests.
259%patch23 -p1 -b .cups-get-classes
260# Fix temporary filename creation.
261%patch25 -p1 -b .str3382
262# Force the use of gnutls despite thread-safety concerns (bug #607159).
263%patch26 -p1 -b .force-gnutls
264# Perform locking for gnutls and avoid libgcrypt's broken
265# locking (bug #607159).
266%patch27 -p1 -b .serialize-gnutls
267# Use mode 0755 for binaries and libraries where appropriate.
268%patch29 -p1 -b .0755
269# Use numeric addresses for interfaces unless HostNameLookups are
270# turned on (bug #583054).
271%patch31 -p1 -b .hostnamelookups
272# Handle SNMP supply level quirks (bug #581825).
273%patch33 -p1 -b .snmp-quirks
274# Add an SNMP query for HP's device ID OID (STR #3552).
275%patch34 -p1 -b .hp-deviceid-oid
276# Mark DNS-SD Device IDs that have been guessed at with "FZY:1;".
277%patch35 -p1 -b .dnssd-deviceid
278# Add an SNMP query for Ricoh's device ID OID (STR #3552).
279%patch36 -p1 -b .ricoh-deviceid-oid
280# Adjust texttops output to be in natural orientation (STR #3563).
281# This fixes page-label orientation when texttops is used in the
282# filter chain (bug #572338).
283%patch37 -p1 -b .texttops-rotate-page
284# Don't crash when MIME database could not be loaded (bug #610088).
285%patch38 -p1 -b .autotype-crash
286# Don't crash when job queued for printer that times out (bug #660604).
287%patch39 -p1 -b .str3754
288# Avahi support in the dnssd backend.
289%patch40 -p1 -b .avahi
290# ICC colord support.
291%patch41 -p1 -b .icc
292# Till's patch to fix USB-Parallel adapter cable problem (bug #624564).
293%patch42 -p1 -b .usb-parallel
294# Fixed dbus notifier support for job-state-changed.
295%patch43 -p1 -b .job-state-changed
296
297%patch100 -p1 -b .template-ja
298%patch101 -p1 -b .pstext
299
300# make to use cjktexttops instead texttops.
301perl -pi -e 's/texttops$/cjktexttops/' conf/mime.convs.in
302
303
304perl -pi -e 's,^#(DefaultCharset\s)utf-8,$1notused,' conf/cupsd.conf.in
305perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
306perl -pi -e 's,^#(MaxLogSize\s+0),$1,' conf/cupsd.conf.in
307perl -pi -e 's,exec_prefix/lib/cups,exec_prefix/%{_lib}/cups,' config-scripts/cups-directories.m4
308autoconf
309
310cp %{SOURCE5} cups-lpd.real
311perl -pi -e "s,\@LIBDIR\@,%{_libdir},g" cups-lpd.real
312
313# Let's look at the compilation command lines.
314perl -pi -e "s,^.SILENT:,," Makedefs.in
315
316# Fix locale code for Norwegian (bug #520379).
317mv locale/cups_no.po locale/cups_nb.po
318
319f=CREDITS.txt
320mv "$f" "$f"~
321iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f"
322rm "$f"~
323
324# Rebuild configure script for --enable-avahi.
325aclocal -I config-scripts
326autoconf -I config-scripts
327
328%build
329
330export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1"
331# --enable-debug to avoid stripping binaries
332%configure --with-docdir=%{_datadir}/%{name}/www --enable-debug \
333        --with-log-file-perm=0600 --enable-relro \
334        --with-pdftops=pdftops \
335        --with-dbusdir=%{_sysconfdir}/dbus-1 \
336        --enable-avahi \
337        --enable-threads \
338        --enable-gnutls \
339        --disable-slp \
340        localedir=%{_datadir}/locale
341
342        ##--enable-lspp \
343
344perl -pi -e "s,^DSO     =.*,DSO=gcc -fpic," Makedefs
345
346# If we got this far, all prerequisite libraries must be here.
347make %{?_smp_mflags} OPTIM="$RPM_OPT_FLAGS -fpic"
348
349%install
350rm -rf $RPM_BUILD_ROOT
351
352make BUILDROOT=$RPM_BUILD_ROOT install
353
354# Serial backend needs to run as root (bug #212577).
355chmod 700 $RPM_BUILD_ROOT%{_libdir}/%{name}/backend/serial
356
357rm -rf  $RPM_BUILD_ROOT%{initdir} \
358        $RPM_BUILD_ROOT%{_sysconfdir}/init.d \
359        $RPM_BUILD_ROOT%{_sysconfdir}/rc?.d
360mkdir -p $RPM_BUILD_ROOT%{initdir}
361install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups
362
363find $RPM_BUILD_ROOT%{_datadir}/cups/model -name "*.ppd" |xargs gzip -n9f
364
365%if %use_alternatives
366pushd $RPM_BUILD_ROOT%{_bindir}
367for i in cancel lp lpq lpr lprm lpstat; do
368        mv $i $i.cups
369done
370cd $RPM_BUILD_ROOT%{_sbindir}
371mv lpc lpc.cups
372cd $RPM_BUILD_ROOT%{_mandir}/man1
373for i in cancel lp lpq lpr lprm lpstat; do
374        mv $i.1 $i-cups.1
375done
376
377cd $RPM_BUILD_ROOT%{_mandir}/man8
378mv lpc.8 lpc-cups.8
379popd
380%endif
381
382mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps $RPM_BUILD_ROOT%{_sysconfdir}/X11/sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily
383install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
384install -c -m 644 cups-lpd.real $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/cups-lpd
385install -c -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/cups
386install -c -m 755 %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/cups/backend/ncp
387install -c -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/cups
388install -c -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libdir}/cups/filter/textonly
389install -c -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/cups/model/textonly.ppd
390
391#install -c -m 644 %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/cups/pdftops.conf
392
393# Ship a printers.conf file, and a client.conf file.  That way, they get
394# their SELinux file contexts set correctly.
395touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf
396touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/classes.conf
397touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/client.conf
398touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/subscriptions.conf
399
400# This is %%ghost'ed, but needs to be created in %%install anyway.
401touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/lpoptions
402
403# LSB 3.2 printer driver directory
404mkdir -p $RPM_BUILD_ROOT%{_datadir}/ppd
405
406# Handle https:// device URIs (bug #478677, STR #3122).
407ln -s ipp $RPM_BUILD_ROOT%{_libdir}/cups/backend/https
408
409# Remove unshipped files.
410rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
411rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
412rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
413
414# Install the udev rules.
415%{__mkdir_p} %{buildroot}/lib/udev/rules.d
416install -m644 %{SOURCE3} \
417        %{buildroot}/lib/udev/rules.d/70-cups-libusb.rules
418
419# Ship a PCL XL/PCL 6 filter file from ESP gs-7.07.1
420install -c -m 644 %{SOURCE206} $RPM_BUILD_ROOT%{_datadir}/cups/model
421install -c -m 644 %{SOURCE207} $RPM_BUILD_ROOT%{_datadir}/cups/model
422
423# Ship a dvitops
424install -c -m 755 %{SOURCE201} $RPM_BUILD_ROOT%{_libdir}/cups/filter
425install -c -m 644 %{SOURCE202} $RPM_BUILD_ROOT%{_sysconfdir}/cups
426install -c -m 644 %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/cups
427
428# Ship a cjktexttops (import from mdv)
429install -c -m 755 %{SOURCE204} $RPM_BUILD_ROOT%{_libdir}/cups/filter/
430
431install -c -m 644 conf/mime.types $RPM_BUILD_ROOT%{_sysconfdir}/cups/mime.types
432install -c -m 644 conf/mime.convs $RPM_BUILD_ROOT%{_sysconfdir}/cups/mime.convs
433
434# create a symlink for 32bit drivers on x86_64.
435%ifarch x86_64
436mkdir -p %{buildroot}/usr/lib
437ln -sf ../%{_lib}/cups %{buildroot}/usr/lib/cups
438%endif
439
440%post
441/sbin/chkconfig --del cupsd 2>/dev/null || true # Make sure old versions aren't there anymore
442/sbin/chkconfig --add cups || true
443# Remove old-style certs directory; new-style is /var/run
444# (see bug #194581 for why this is necessary).
445/bin/rm -rf /etc/cups/certs
446%if %use_alternatives
447/sbin/update-alternatives --install %{_bindir}/lpr print %{_bindir}/lpr.cups 40 \
448         --slave %{_bindir}/lp print-lp %{_bindir}/lp.cups \
449         --slave %{_bindir}/lpq print-lpq %{_bindir}/lpq.cups \
450         --slave %{_bindir}/lprm print-lprm %{_bindir}/lprm.cups \
451         --slave %{_bindir}/lpstat print-lpstat %{_bindir}/lpstat.cups \
452         --slave %{_bindir}/cancel print-cancel %{_bindir}/cancel.cups \
453         --slave %{_sbindir}/lpc print-lpc %{_sbindir}/lpc.cups \
454         --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
455         --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
456         --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
457         --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
458         --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
459         --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
460         --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz
461%endif
462if [ $1 -eq 1 ]; then
463  # First install.  Build ppds.dat.
464  /sbin/service cups reload >/dev/null 2>&1 || :
465fi
466exit 0
467
468%post libs -p /sbin/ldconfig
469
470%postun libs -p /sbin/ldconfig
471
472%post -n compat32-%{name}-libs -p /sbin/ldconfig
473
474%postun -n compat32-%{name}-libs -p /sbin/ldconfig
475
476%preun
477if [ "$1" = "0" ]; then
478        /sbin/service cups stop > /dev/null 2>&1
479        /sbin/chkconfig --del cups
480%if %use_alternatives
481        /sbin/update-alternatives --remove print %{_bindir}/lpr.cups
482%endif
483fi
484exit 0
485
486%postun
487if [ "$1" -ge "1" ]; then
488        /sbin/service cups condrestart > /dev/null 2>&1
489fi
490exit 0
491
492%triggerin -- samba-client
493ln -sf ../../../bin/smbspool %{_libdir}/cups/backend/smb || :
494exit 0
495
496%triggerun -- samba-client
497[ $2 = 0 ] || exit 0
498rm -f %{_libdir}/cups/backend/smb
499
500%clean
501rm -rf $RPM_BUILD_ROOT
502
503%files
504%defattr(-,root,root)
505%doc LICENSE.txt README.txt CREDITS.txt CHANGES.txt
506/lib/udev/rules.d/70-cups-libusb.rules
507%dir %attr(0755,root,lp) %{_sysconfdir}/cups
508%dir %attr(0755,root,lp) /var/run/cups
509%dir %attr(0511,lp,sys) /var/run/cups/certs
510%config(noreplace) %attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf
511%attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf.default
512%config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/client.conf
513%config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/classes.conf
514%config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/printers.conf
515#%config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/pdftops.conf
516%config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/snmp.conf
517%config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/subscriptions.conf
518%{_sysconfdir}/cups/interfaces
519%config(noreplace) %{_sysconfdir}/cups/mime.types
520%config(noreplace) %{_sysconfdir}/cups/mime.convs
521#%config(noreplace) %{_sysconfdir}/cups/pstoraster.convs
522%config(noreplace) %{_sysconfdir}/cups/dvitops.types
523%config(noreplace) %{_sysconfdir}/cups/dvitops.convs
524%config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/lpoptions
525%dir %attr(0755,root,lp) %{_sysconfdir}/cups/ppd
526%dir %attr(0700,root,lp) %{_sysconfdir}/cups/ssl
527%config(noreplace) %{_sysconfdir}/pam.d/cups
528%config(noreplace) %{_sysconfdir}/logrotate.d/cups
529%config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
530%dir %{_datadir}/%{name}/www
531%{_datadir}/%{name}/www/images
532%{_datadir}/%{name}/www/*.css
533%doc %{_datadir}/%{name}/www/index.html
534%doc %{_datadir}/%{name}/www/help
535%doc %{_datadir}/%{name}/www/robots.txt
536%doc %{_datadir}/%{name}/www/de/index.html
537%doc %{_datadir}/%{name}/www/es/index.html
538%doc %{_datadir}/%{name}/www/eu/index.html
539%doc %{_datadir}/%{name}/www/id/index.html
540%doc %{_datadir}/%{name}/www/it/index.html
541%doc %{_datadir}/%{name}/www/ja/index.html
542%doc %{_datadir}/%{name}/www/pl/index.html
543%doc %{_datadir}/%{name}/www/ru/index.html
544%config(noreplace) %{initdir}/cups
545%{_bindir}/cupstestppd
546%{_bindir}/cupstestdsc
547%{_bindir}/cancel*
548%{_bindir}/lp.cups
549%{_bindir}/lpoptions
550%attr(4755,root,root) %{_bindir}/lppasswd
551%{_bindir}/lpq.cups
552%{_bindir}/lpr.cups
553%{_bindir}/lprm.cups
554%{_bindir}/lpstat.cups
555%{_bindir}/ppd*
556%dir %{_libdir}/cups
557%{_libdir}/cups/backend
558%{_libdir}/cups/cgi-bin
559%dir %{_libdir}/cups/daemon
560%{_libdir}/cups/daemon/cups-polld
561%{_libdir}/cups/daemon/cups-deviced
562%{_libdir}/cups/daemon/cups-driverd
563%{_libdir}/cups/daemon/cups-lpd
564%{_libdir}/cups/notifier
565%{_libdir}/cups/filter
566%{_libdir}/cups/monitor
567%{_libdir}/cups/driver
568%ifarch x86_64
569/usr/lib/cups
570%endif
571%{_mandir}/man1/cancel*
572%{_mandir}/man1/cupstest*
573%{_mandir}/man1/lp*
574%{_mandir}/man1/ppd*
575%{_mandir}/man[578]/*
576%{_sbindir}/*
577%dir %{_datadir}/cups
578%dir %{_datadir}/cups/banners
579%config(noreplace) %{_datadir}/cups/banners/*
580%{_datadir}/cups/charsets
581%{_datadir}/cups/charmaps
582%{_datadir}/cups/data
583%{_datadir}/cups/fonts
584%{_datadir}/cups/model
585%{_datadir}/cups/templates
586%{_datadir}/locale/*/*
587%{_datadir}/ppd
588%dir %attr(1770,root,lp) /var/spool/cups/tmp
589%dir %attr(0710,root,lp) /var/spool/cups
590%dir %attr(0755,lp,sys) /var/log/cups
591%{_datadir}/pixmaps/cupsprinter.png
592%{_sysconfdir}/cron.daily/cups
593%config(noreplace) %{_sysconfdir}/dbus-1/system.d/cups.conf
594%{_datadir}/cups/drv
595%{_datadir}/cups/examples
596%dir %{_datadir}/cups/mime
597%{_datadir}/cups/mime/mime.types
598%{_datadir}/cups/mime/mime.convs
599%dir %{_datadir}/cups/ppdc
600%{_datadir}/cups/ppdc/*.defs
601%{_datadir}/cups/ppdc/*.h
602
603%files libs
604%defattr(-,root,root)
605%doc LICENSE.txt
606%{_libdir}/*.so.*
607
608%files devel
609%defattr(-,root,root)
610%{_bindir}/cups-config
611%{_libdir}/*.so
612%{_includedir}/cups
613%{_mandir}/man1/cups-config.1*
614
615%if %{build_compat32}
616%files -n compat32-%{name}-devel
617%defattr(-,root,root)
618%{_libdir}/*.so
619
620%files -n compat32-%{name}-libs
621%doc LICENSE.txt
622%defattr(-,root,root)
623%{_libdir}/*.so.*
624%endif
625
626%changelog
627* Sun May 29 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.6-2
628- added Patch101.
629
630* Tue Mar 22 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.6-1
631- new upstream release.
632- dropped old patches.
633- shipped some patches from fedora development.
634
635* Sun Jul  4 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.11-6
636- add --disable-slp option in configure
637
638* Sun Jul  4 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.11-5
639- add Patch340 for fix CVE-2009-2820
640- add Patch350 for fix CVE-2009-3553
641- patch340,350 are from rhel5
642
643* Sun Jul  4 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.11-4
644- fix changelog typo
645- add Patch310 for fix CVE-2010-0540 (texttop)
646- add Patch320 for fix CVE-2010-0542 (web IF CSRF)
647- add Patch330 for fix CVE-2010-1748 (web IF uninit memory read)
648
649* Sun Mar  7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.11-3
650- setuid 0 to lppasswd binary
651
652* Sat Mar  6 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.3.11-2
653- add Patch300 for fix CVE-2010-0393 (lppasswd)
654
655* Fri Jul 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.11-1
656- new upstream release
657
658* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.3.10-2
659- Build requires krb5-devel.
660- The devel sub-package requires krb5-devel.
661
662* Thu Jun 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.10-1
663- new upstream release
664- remove LC_ALL from cjktexttops
665
666* Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.9-4
667- rebuild with openldap-2.4.11
668
669* Mon Mar 23 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.9-3
670- add /usr/lib/cups for 32bit binary drivers on x86_64.
671
672* Sat Jan 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.9-2
673- rebuild with gnutls-2.6.3
674
675* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.9-1
676- new upstream release
677- renumber fedora patches
678- remove hal patch, hal backend module is now provided by hal-cups-utils
679
680* Mon Apr 21 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.3.7-2
681- remove libacl from dependency.
682
683* Fri Apr 18 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.3.7-1
684- new upstream release.
685- ship some patches from Fedora development.
686
687* Sun Aug 26 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.23-0vl13
688- add Patch300 and Patch310 for CVE-2007-0104 and CVE-2007-3387 respectively
689  (same fixes for 1.1.23-0vl7.1 for Vine-4.1)
690
691* Sat May 26 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.23-0vl12
692- enabled Patch20: cups-gcc4.patch
693
694* Mon May 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.23-0vl11
695- always do %%configure on all archs (due to autoconf upgrade)
696
697* Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl10
698- rebuild with new openssl
699
700* Thu May 03 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.23-0vl9
701- added compat32 subpackage for x86_64 arch support.
702
703* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl8
704- rebuild with dbus-1.0
705
706* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl7
707- add Patch50, Source20 to support hal backend.
708
709* Thu Jun 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl6
710- add cjktexttops to use mpage for text-ps filter
711  (Source18, Patch210)
712- mark mime.convs and mime.types as config file
713
714* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl5
715- add Patch43 for dbus support
716- add Patch200 to support UTF-8 ppd files
717
718* Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 1.1.23-0vl4
719- fixed cups-link.patch of missing "-L../cups"
720- added %%configure for x86_64 architecture support
721
722* Sat Jan 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl3
723- import some FC patches
724  - fix several security bugs
725    - CVS-2005-3625,CVS-2005-3626,CVS-2005-3627
726    - CAN-2005-2097
727    - CAN-2004-0888
728    - CAN-2005-0064
729  - apply upstream patches
730
731* Sun Mar 27 2005 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl2
732- added dvitops, dvitops.convs and dvitops.types
733
734* Tue Jan 04 2005 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl1
735- new upstream version(cups-1.1.23)
736- removed unused patches
737
738* Fri Dec 31 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl0.1rc1
739- added cups-1.1.23rc1-scheduler_client.patch
740        -- special thanks to kmuto@debian.org
741
742* Mon Dec 20 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl0.0rc1
743- new upstream version (cups-1.1.23rc1)
744
745* Wed Nov 03 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl1
746- new upstream version (cups-1.1.22)
747        -- updated cups-resource-ja-1.1.22
748
749* Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl0.0rc2
750- new upstream version (cups-1.1.22rc2)
751
752* Wed Oct 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl0.0rc1
753- new upstream version (cups-1.1.22rc1)
754
755* Thu Sep 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl1
756- new upstream version (cups-1.1.21)
757
758* Thu Aug 26 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.1rc2
759- added some txt files in docdir
760
761* Wed Aug 25 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.0rc2
762- new upstream version (cups-1.1.21rc2)
763- updated to cups-1.1.21rc2-makefile.patch(patch11)
764
765* Sun May 30 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.0rc1
766- new upstream version (cups-1.1.21rc1)
767- updated cups-resource-ja-1.1.21.tar.bz2
768- updated ppdsdat.patch
769- dropped system-auth.patch
770
771* Fri Apr 23 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl6
772- updated pstorater to v1.6
773
774* Sun Apr 18 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl5
775- removed README.vine
776
777* Thu Apr 15 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.1.20-0vl4
778- rebuild
779
780* Wed Dec 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl3
781- fixed DefaultCharset in cupsd.conf
782
783* Mon Dec 08 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl2
784- added PCL XL/PCL 6 PPD and filter from ESP gs-7.07.1
785- updated pstoraster
786
787* Sun Dec 07 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl1
788- new upstream version (cups-1.1.20)
789        -- fixed resource-ja
790        -- changed DefaultCharset in cupsd.conf
791        -- removed patch100
792- raised update-alternatives's priority to 50
793
794* Sat Nov 15 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl6
795- added Patch11 (cups-1.1.19-makefile.patch)
796        -- fixed makefile
797- added resource-ja (imported from cups-1.2.x)
798- added Patch100(cups-1.1.19-lang-adhoc.patch)
799        -- fixed "DefaultCharset EUC-JP" in cupsd.conf
800        -- Don't fallback to C locale in setlocale()
801
802* Fri Nov 14 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl5
803- merged to 1.1.20rc6 patch
804- dropped patches
805        --cups-idefense-v2.patch, cups-1.1.17-sanity.patch
806- deleted needless dependence in Obsoletes
807
808* Thu Nov 13 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl4
809- fixed init script for logrotation
810
811* Sun Oct 26 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl3
812- fixed coding system in spec file
813- updated README.vine
814
815* Mon Jul 07 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl2
816- added cups-1.1.17-sanity.patch
817- added Japanese descriptions
818
819* Sat Jun 06 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl1
820- fixed spec file
821
822* Fri Jun 05 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl0.1
823- new upstream vrsion
824- remade spec file
825
826* Sun May 18 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0.rc5vl1
827        -- disable D-BUS.
828- new upstream version
829- added some fixes. from cups-1.1.19-0.rc5.2
830        -- disable D-BUS.
831        -- Fix option parsing in lpq (bug #90823).
832        -- No longer need error, sigchld patches.
833        -- Ship cupstestppd.
834        -- Mark banners as config files (bug #89069).
835
836* Fri Apr 18 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl2
837- imported some patches from rawhide (cups-1.1.18-2)
838        -- added cups-idefense-v2.patch
839        -- added cups-1.1.17-pdftops.patch
840        -- added cups-1.1.17-error.patch
841        -- added cups-1.1.17-rcp.patch
842        -- added cups-1.1.17-ppdsdat.patch
843        -- added cups-1.1.17-sigchld.patch
844- Fix translation in the init script
845- Build ppds.dat on first install.
846- Use pkg-config information to find SSL libraries
847- Make 'service cups reload' update the configuration first
848- added README.vine
849
850* Sun Jan 05 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl1
851- fixed alternative path
852
853* Fri Dec 27 2002 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl0
854- New upstream version
855- dropped patch4 (merged cups-1.1.18)
856- dropped epoch tag
857
858* Thu Dec 26 2002 Satoshi MACHINO <machino@vinelinux.org> 1.1.17-3vl0
859- build on Vine Linux
860
861* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-3
862- Fix cupsd startup hang (bug #79346).
863
864* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-2
865- Fix parallel backend behaviour when cancelling jobs.
866
867* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-1
868- 1.1.17.
869- No longer need libdir patch.
870- Fix logrotate script (bug #76791).
871
872* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
873- Build requires XFree86-devel (bug #78362).
874
875* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
876- 1.1.16.
877- Updated system-auth patch.
878- Add ncp backend script.
879
880* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-15
881- Set alternatives priority to 40.
882
883* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.15-14
884- Buildrequire pam-devel.
885- Patch default PAM config file to remove directory names from module paths,
886  allowing the configuration files to work equally well on multilib systems.
887- Patch default PAM config file to use system-auth, require the file at build-
888  time because that's what data/Makefile checks for.
889
890* Fri Nov  8 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-13
891- Use logrotate for log rotation (bug #76791).
892- No longer need cups.desktop, since redhat-config-printer handles it.
893
894* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-12
895- Revert to libdir for CUPS_SERVERBIN.
896
897* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-11
898- Use %%configure for multilib correctness.
899- Use libexec instead of lib for CUPS_SERVERBIN.
900- Ship translated man pages.
901- Remove unshipped files.
902- Fix file list permissions (bug #59021, bug #74738).
903- Fix messy initscript output (bug #65857).
904- Add 'reload' to initscript (bug #76114).
905
906* Fri Aug 30 2002 Bernhard Rosenkraenzer <bero@redhat.de> 1.1.15-10
907- Add generic postscript PPD file (#73061)
908
909* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-9
910- Fix prefix in pstoraster (bug #69573).
911
912* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-8
913- Disable cups-lpd by default (bug #71712).
914- No need for fread patch now that glibc is fixed.
915
916* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-7
917- Really add cups-lpd xinetd file (bug #63919).
918- Ship pstoraster (bug #69573).
919- Prevent fread from trying to read from beyond EOF (fixes a segfault
920  with new glibc).
921
922* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.1.15-6
923- rebuilt with gcc-3.2 (we hope)
924
925* Mon Aug  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-5
926- Add cups-lpd xinetd file (#63919)
927
928* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.1.15-4
929- add a "exit 0" to postun script
930
931* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-3
932- Add a symlink /usr/share/cups/doc -> /usr/share/doc/cups-devel-1.1.15
933  because some applications expect to find the cups docs in
934  /usr/share/cups/doc
935
936* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
937- automated rebuild
938
939* Fri Jun 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-1
940- 1.1.15-1
941- Fix up smb printing trigger (samba-client, not samba-clients)
942- Start cupsd earlier, apparently it needs to be running before samba
943  starts up for smb printing to work.
944
945* Thu May 23 2002 Tim Powers <timp@redhat.com>
946- automated rebuild
947
948* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-17
949- Rebuild in current environment
950- [-16 never existed because of build system breakage]
951
952* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-15
953- Fix bug #63387
954
955* Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-14
956- Fix dangling symlink created by samba-clients trigger
957
958* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-13
959- Add desktop file and icon for CUPS configuration
960
961* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-12
962- Support SMB printing (#62407)
963- Add HTML redirections to doc files to work around users mistaking
964  /usr/share/doc/cups-1.1.14 for the web frontend (#62405)
965
966* Tue Apr  2 2002 Bill Nottingham <notting@redhat.com> 1.1.14-11
967- fix subsys in initscript (#59206)
968- don't strip binaries
969
970* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-10
971- Make initscript use killproc instead of killall
972
973* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com> 1.1.14-9
974- use alternatives --initscript support
975
976* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com> 1.1.14-8
977- use the right path for the lpc man page, duh
978
979* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.14-7
980- lpc man page is alternative too
981- run ldconfig in -libs %post/%postun, not main
982- remove alternatives in %preun
983
984* Wed Feb 27 2002 Bill Nottingham <notting@redhat.com> 1.1.14-6
985- don't source /etc/sysconfig/network in cups.init, we don't use any
986  values from it
987
988* Tue Feb 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-4
989- Fix bugs #60220 and #60352
990
991* Thu Feb 21 2002 Tim Powers <timp@redhat.com>
992- rebuild against correct version of openssl (0.9.6b)
993
994* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-2
995- Add all man pages to alternatives (#59943)
996- Update to real 1.1.14
997
998* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-1
999- Update to almost-1.1.14
1000
1001* Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-5
1002- Move cups-config to cups-devel subpackage
1003- Make alternatives usage a %%define to simplify builds for earlier
1004  releases
1005- Explicitly provide things we're supplying through alternatives
1006  to shut up kdeutils dependencies
1007
1008* Tue Feb  5 2002 Tim Powers <timp@redhat.com>
1009- shut the alternatives stuff up for good
1010
1011* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-3
1012- Fix alternatives stuff
1013- Don't display error messages in %%post
1014
1015* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-2
1016- alternatives stuff
1017
1018* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-1
1019- 1.1.13
1020- Add patch for koi8-{r,u} and iso8859-8 encodings (#59018)
1021- Rename init scripts so we can safely "killall cupsd" from there
1022
1023* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.12-1
1024- Initial (conflicting, since alternatives isn't there yet) packaging for
1025  Red Hat Linux
1026
1027* Sat Jan 19 2002 Bernhard Rosenkraenzer <bero@redhat.com>
1028- 1.1.12
1029
1030* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-3
1031- Compress PPD files
1032- Fix build with gcc 3.1
1033- Fix init script
1034
1035* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-2
1036- Fix URL
1037- Generate printcap
1038- s/Copyright/License/g
1039
1040* Tue Sep  4 2001 Than Ngo <than@redhat.com> 1.1.10-1
1041- update to 1.1.10-1 for ExtraBinge 7.2
1042
1043* Tue May 29 2001 Michael Stefaniuc <mstefani@redhat.com>
1044- update to 1.1.8
1045- changed cupsd.conf to generate /etc/printcap
1046
1047* Tue May 15 2001 Than Ngo <than@redhat.com>
1048- update to 1.1.7, bugfixes
1049
1050* Thu Dec 14 2000 Than Ngo <than@redhat.com>
1051- fixed package dependency with lpr and LPRng
1052
1053* Wed Oct 25 2000 Than Ngo <than@redhat.com>
1054- remove man/cat
1055
1056* Tue Oct 24 2000 Than Ngo <than@redhat.com>
1057- don't start cupsd service in level 0, fixed
1058
1059* Thu Oct 19 2000 Than Ngo <than@redhat.com>
1060- update to 1.1.4
1061- fix CUPS_DOCROOT (Bug #18717)
1062
1063* Fri Aug 11 2000 Than Ngo <than@redhat.de>
1064- update to 1.1.2 (Bugfix release)
1065
1066* Fri Aug 4 2000 Than Ngo <than@redhat.de>
1067- fix, cupsd read config file under /etc/cups (Bug #15432)
1068- add missing cups filters
1069
1070* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
1071- rebuilt against libpng-1.0.8
1072
1073* Tue Aug 01 2000 Than Ngo <than@redhat.de>
1074- fix permission, add missing ldconfig in %post and %postun (Bug #14963)
1075
1076* Sat Jul 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1077- 1.1.1 (this has some major bugfixes)
1078- Fix a typo in initscript (it's $?, not ?$)
1079- Fix /usr/etc vs. /etc trouble, don't insist on /usr/var (YUCK!)
1080- Create the spool dir
1081
1082* Fri Jul 28 2000 Than Ngo <than@redhat.de>
1083- fix unclean code for building against gcc-2.96
1084- add missing restart function in startup script
1085
1086* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
1087- fixed initscript so that conrestart doesn't return 1 if the test fails
1088
1089* Mon Jul 24 2000 Prospector <prospector@redhat.com>
1090- rebuilt
1091
1092* Wed Jul 19 2000 Than Ngo <than@redhat.de>
1093- using service to fire them up
1094- fix Prereq section
1095
1096* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
1097- added defattr to the devel package
1098
1099* Sun Jul 16 2000 Than Ngo <than@redhat.de>
1100- add cups config files
1101
1102* Sat Jul 15 2000 Than Ngo <than@redhat.de>
1103- update to 1.1 release
1104- move back to /etc/rc.d/init.d
1105- fix cupsd.init to work with /etc/init.d and /etc/rc.d/init.d
1106- split cups
1107
1108* Wed Jul 12 2000 Than Ngo <than@redhat.de>
1109- rebuilt
1110
1111* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
1112- fixed broken PreReq to now require /etc/init.d
1113
1114* Tue Jun 27 2000 Tim Powers <timp@redhat.com>
1115- PreReq initscripts >= 5.20
1116
1117* Mon Jun 26 2000 Tim Powers <timp@redhat.com>
1118- started changelog
1119- fixed init.d script location
1120- changed script in init.d quite a bit and made more like the rest of our
1121  startup scripts
Note: See TracBrowser for help on using the repository browser.