cups-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  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. Summary: Common Unix Printing System
  8. Name: cups
  9. Version: 1.3.11
  10. Release: 1%{?_dist_release}
  11. License: GPL
  12. Group: System Environment/Daemons
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: daisuke, tomop
  16. Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?svn:svn-r%{svn}}-source.tar.bz2
  17. Source1: cups.init
  18. Source2: cupsprinter.png
  19. Source3: http://www.openprinting.org/download/printing/dnssd
  20. Source4: pstopdf
  21. Source5: cups-lpd
  22. Source6: pstoraster
  23. Source7: pstoraster.convs
  24. Source8: postscript.ppd.gz
  25. Source9: cups.logrotate
  26. Source10: ncp.backend
  27. Source12: cups.cron
  28. Source13: pdftops.conf
  29. Source14: textonly.filter
  30. Source15: textonly.ppd
  31. Source201: dvitops
  32. Source202: dvitops.convs
  33. Source203: dvitops.types
  34. Source204: cjktexttops
  35. Source206: pxlmono.ppd.gz
  36. Source207: pxlcolor.ppd.gz
  37. Source208: cups.conf
  38. Patch1: cups-no-gzip-man.patch
  39. Patch2: cups-1.1.16-system-auth.patch
  40. Patch3: cups-multilib.patch
  41. Patch6: cups-banners.patch
  42. Patch7: cups-serverbin-compat.patch
  43. Patch8: cups-no-export-ssllibs.patch
  44. Patch9: cups-paps.patch
  45. Patch10: cups-wbuffer.patch
  46. Patch11: cups-direct-usb.patch
  47. Patch12: cups-lpr-help.patch
  48. Patch13: cups-peercred.patch
  49. Patch14: cups-pid.patch
  50. Patch15: cups-foomatic-recommended.patch
  51. Patch16: cups-eggcups.patch
  52. Patch17: cups-getpass.patch
  53. Patch18: cups-driverd-timeout.patch
  54. Patch19: cups-strict-ppd-line-length.patch
  55. Patch20: cups-logrotate.patch
  56. Patch21: cups-usb-paperout.patch
  57. Patch22: cups-getnameddest.patch
  58. Patch23: cups-str2101.patch
  59. # Vine Patch
  60. # use mpage for text-ps filter instead of texttops
  61. Patch210: cups-1.3.7-cjktexttops.patch
  62. Url: http://www.cups.org/
  63. BuildRoot: %{_tmppath}/%{name}-root
  64. PreReq: chkconfig initscripts perl alternatives
  65. Requires: %{name}-libs = %{version}-%{release}
  66. Requires: tmpwatch
  67. %if %use_alternatives
  68. Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
  69. Prereq: alternatives
  70. %else
  71. Obsoletes: lpd lpr LPRng printtool
  72. Provides: lpd lpr LPRng
  73. %endif
  74. BuildPrereq: pam-devel pkgconfig
  75. BuildRequires: aspell-devel
  76. BuildRequires: libjpeg-devel
  77. BuildRequires: libpng-devel
  78. BuildRequires: libtiff-devel
  79. BuildRequires: openldap-devel
  80. BuildRequires: gnutls-devel
  81. BuildRequires: krb5-devel
  82. %if %use_dbus
  83. BuildPrereq: dbus-devel >= 0.90
  84. Requires: dbus >= 0.90
  85. %endif
  86. %if %use_avahi
  87. BuildRequires: avahi-devel >= 0.6.20
  88. Requires: avahi >= 0.6.20
  89. Requires: avahi-tools
  90. %endif
  91. %package devel
  92. Summary: Common Unix Printing System - development environment
  93. Group: Development/Libraries
  94. Requires: %{name}-libs = %{version}-%{release}
  95. Requires: gnutls-devel
  96. Requires: krb5-devel
  97. Requires: zlib-devel
  98. License: LGPL
  99. %package libs
  100. Summary: Common Unix Printing System - libraries
  101. Group: System Environment/Libraries
  102. License: LGPL
  103. %package -n compat32-%{name}-libs
  104. Summary: Common Unix Printing System - libraries
  105. Group: System Environment/Libraries
  106. %package -n compat32-%{name}-devel
  107. Summary: Common Unix Printing System - development environment
  108. Group: Development/Libraries
  109. Requires: compat32-%{name}-libs = %{version}-%{release}
  110. Requires: %{name}-devel = %{version}-%{release}
  111. Requires: compat32-gnutls-devel
  112. Requires: compat32-krb5-devel
  113. Requires: compat32-zlib-devel
  114. %description
  115. The Common UNIX Printing System provides a portable printing layer for
  116. UNIX. operating systems. It has been developed by Easy Software Products
  117. to promote a standard printing solution for all UNIX vendors and users.
  118. CUPS provides the System V and Berkeley command-line interfaces.
  119. If you want to use CUPS on VineLinux, you should rebuild ghostscript package.
  120. Please read README.vine in your CUPS's document dir.
  121. #'
  122. %description -l ja
  123. Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供します。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。
  124. %description devel
  125. The Common UNIX Printing System provides a portable printing layer for
  126. UNIX. operating systems. This is the development package for creating
  127. additional printer drivers, and other CUPS services.
  128. %description devel -l ja
  129. Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。このパッケージはプリンタドライバを追加したり他のCUPSサービスを開発するためのパッケージです。
  130. %description libs
  131. The Common UNIX Printing System provides a portable printing layer for
  132. UNIXョ operating systems. It has been developed by Easy Software Products
  133. to promote a standard printing solution for all UNIX vendors and users.
  134. CUPS provides the System V and Berkeley command-line interfaces.
  135. The cups-libs package provides libraries used by applications to use CUPS
  136. natively, without needing the lp/lpr commands.
  137. %description libs -l ja
  138. Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。cups-libsパッケージはlp/lprコマンドを必要としないCUPSネイティブなアプリケーションから使われるライブラリ類です。
  139. %description -n compat32-%{name}-libs
  140. The Common UNIX Printing System provides a portable printing layer for
  141. UNIXョ operating systems. It has been developed by Easy Software Products
  142. to promote a standard printing solution for all UNIX vendors and users.
  143. CUPS provides the System V and Berkeley command-line interfaces.
  144. The cups-libs package provides libraries used by applications to use CUPS
  145. natively, without needing the lp/lpr commands.
  146. %description -n compat32-%{name}-libs -l ja
  147. Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。CUPSは全てのUNIXベンダーやユーザのために標準的な印刷ソリューションを提供するためにEasy Software Productsで開発されました。CUPSはSystem VやBerkeleyコマンドラインなインターフェースを提供します。cups-libsパッケージはlp/lprコマンドを必要としないCUPSネイティブなアプリケーションから使われるライブラリ類です。
  148. %description -n compat32-%{name}-devel
  149. The Common UNIX Printing System provides a portable printing layer for
  150. UNIX. operating systems. This is the development package for creating
  151. additional printer drivers, and other CUPS services.
  152. %description -n compat32-%{name}-devel -l ja
  153. Common UNIX Printing SystemはUNIX操作環境においてポータブルな印刷環境を提供しま\す。このパッケージはプリンタドライバを追加したり他のCUPSサービスを開発するためのパッケージです。
  154. %prep
  155. %setup -q -n %{name}-%{version}
  156. %patch1 -p1 -b .no-gzip-man
  157. %patch2 -p1 -b .system-auth
  158. %patch3 -p1 -b .multilib
  159. %patch6 -p1 -b .banners
  160. %patch7 -p1 -b .serverbin-compat
  161. %patch8 -p1 -b .no-export-ssllibs
  162. %patch9 -p1 -b .paps
  163. %patch10 -p1 -b .wbuffer
  164. %patch11 -p1 -b .direct-usb
  165. %patch12 -p1 -b .lpr-help
  166. %patch13 -p1 -b .peercred
  167. %patch14 -p1 -b .pid
  168. %patch15 -p1 -b .foomatic-recommended
  169. %patch16 -p1 -b .eggcups
  170. %patch17 -p1 -b .getpass
  171. %patch18 -p1 -b .driverd-timeout
  172. %patch19 -p1 -b .strict-ppd-line-length
  173. %patch20 -p1 -b .logrotate
  174. %patch21 -p1 -b .usb-paperout
  175. %patch22 -p1 -b .getnameddest
  176. %patch23 -p1 -b .str2101
  177. %patch210 -p1 -b .cjktexttops
  178. perl -pi -e 's,^#(DefaultCharset\s)utf-8,$1notused,' conf/cupsd.conf.in
  179. perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
  180. perl -pi -e 's,^#(MaxLogSize\s+0),$1,' conf/cupsd.conf.in
  181. perl -pi -e 's,exec_prefix/lib/cups,exec_prefix/%{_lib}/cups,' config-scripts/cups-directories.m4
  182. autoconf
  183. cp %{SOURCE5} cups-lpd.real
  184. perl -pi -e "s,\@LIBDIR\@,%{_libdir},g" cups-lpd.real
  185. # Let's look at the compilation command lines.
  186. perl -pi -e "s,^.SILENT:,," Makedefs.in
  187. %build
  188. if pkg-config openssl ; then
  189. export CFLAGS=`pkg-config --cflags openssl`
  190. export CPPFLAGS=`pkg-config --cflags-only-I openssl`
  191. export LDFLAGS=`pkg-config --libs-only-L openssl`
  192. fi
  193. %if %use_avahi
  194. export CPPFLAGS="$CPPFLAGS -I/usr/include/avahi-compat-libdns_sd"
  195. %endif
  196. %configure --with-docdir=%{_datadir}/%{name}/www \
  197. --with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all" \
  198. --with-log-file-perm=0600 --enable-pie --enable-relro \
  199. --enable-pdftops --with-dbusdir=%{_sysconfdir}/dbus-1
  200. perl -pi -e "s,^DSO =.*,DSO=gcc -fpic," Makedefs
  201. # If we got this far, all prerequisite libraries must be here.
  202. make %{?_smp_mflags} OPTIM="$RPM_OPT_FLAGS -fpic"
  203. %install
  204. rm -rf $RPM_BUILD_ROOT
  205. make BUILDROOT=$RPM_BUILD_ROOT install
  206. # Include Till Kamppeter's dnssd backend.
  207. %if %use_avahi
  208. install -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/%{name}/backend/dnssd
  209. %endif
  210. # Serial backend needs to run as root (bug #212577).
  211. chmod 700 $RPM_BUILD_ROOT%{_libdir}/%{name}/backend/serial
  212. rm -rf $RPM_BUILD_ROOT%{initdir} \
  213. $RPM_BUILD_ROOT%{_sysconfdir}/init.d \
  214. $RPM_BUILD_ROOT%{_sysconfdir}/rc?.d
  215. mkdir -p $RPM_BUILD_ROOT%{initdir}
  216. install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups
  217. find $RPM_BUILD_ROOT%{_datadir}/cups/model -name "*.ppd" |xargs gzip -9f
  218. %if %use_alternatives
  219. pushd $RPM_BUILD_ROOT%{_bindir}
  220. for i in cancel lp lpq lpr lprm lpstat; do
  221. mv $i $i.cups
  222. done
  223. cd $RPM_BUILD_ROOT%{_sbindir}
  224. mv lpc lpc.cups
  225. cd $RPM_BUILD_ROOT%{_mandir}/man1
  226. for i in cancel lp lpq lpr lprm lpstat; do
  227. mv $i.1 $i-cups.1
  228. done
  229. cd $RPM_BUILD_ROOT%{_mandir}/man8
  230. mv lpc.8 lpc-cups.8
  231. popd
  232. %endif
  233. mkdir -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
  234. install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
  235. install -c -m 644 cups-lpd.real $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/cups-lpd
  236. install -c -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/cups
  237. install -c -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_libdir}/cups/backend/ncp
  238. install -c -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/cups
  239. install -c -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/cups/pdftops.conf
  240. install -c -m 755 %{SOURCE14} $RPM_BUILD_ROOT%{_libdir}/cups/filter/textonly
  241. install -c -m 644 %{SOURCE15} $RPM_BUILD_ROOT%{_datadir}/cups/model/textonly.ppd
  242. cat >$RPM_BUILD_ROOT%{_sysconfdir}/cups/snmp.conf <<"EOF"
  243. #Address @LOCAL
  244. #Community public
  245. #DebugLevel 0
  246. #HostNameLookups off
  247. EOF
  248. # Ship pstoraster (bug #69573).
  249. install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/cups/filter
  250. install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups
  251. # Ship a generic postscript PPD file (#73061)
  252. install -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/cups/model
  253. %if %use_dbus
  254. # D-BUS configuration.
  255. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
  256. install -c -m 644 %{SOURCE208} $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/cups.conf
  257. %endif
  258. # Ship a PCL XL/PCL 6 filter file from ESP gs-7.07.1
  259. install -c -m 644 %{SOURCE206} $RPM_BUILD_ROOT%{_datadir}/cups/model
  260. install -c -m 644 %{SOURCE207} $RPM_BUILD_ROOT%{_datadir}/cups/model
  261. # Ship a dvitops
  262. install -c -m 755 %{SOURCE201} $RPM_BUILD_ROOT%{_libdir}/cups/filter
  263. install -c -m 644 %{SOURCE202} $RPM_BUILD_ROOT%{_sysconfdir}/cups
  264. install -c -m 644 %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/cups
  265. # Ship a cjktexttops (import from mdv)
  266. install -c -m 755 %{SOURCE204} $RPM_BUILD_ROOT%{_libdir}/cups/filter/
  267. # Ship a printers.conf file, and a client.conf file. That way, they get
  268. # their SELinux file contexts set correctly.
  269. touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf
  270. touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/classes.conf
  271. touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/client.conf
  272. touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/subscriptions.conf
  273. # This is %%ghost'ed, but needs to be created in %%install anyway.
  274. touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/lpoptions
  275. # LSB 3.2 printer driver directories
  276. mkdir -p $RPM_BUILD_ROOT%{_datadir}/ppd
  277. ln -s ../../ppd $RPM_BUILD_ROOT%{_datadir}/cups/model/3-distribution
  278. # Remove unshipped files.
  279. rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
  280. rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
  281. rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
  282. %if %{?svn:1}%{!?svn:0}
  283. rm -f $RPM_BUILD_ROOT%{_bindir}/ppd{c,html,i,merge,po}
  284. rm -f $RPM_BUILD_ROOT%{_libdir}/cups/filter/{command,raster}to{escpx,pclx}
  285. rm -f $RPM_BUILD_ROOT%{_libdir}/cups/driver/drv
  286. rm -rf $RPM_BUILD_ROOT%{_datadir}/cups/ppdc
  287. %endif
  288. # create directories for 32bit drivers on x86_64.
  289. %ifarch x86_64
  290. mkdir -p %{buildroot}/usr/lib
  291. ln -sf ../%{_lib}/cups %{buildroot}/usr/lib/cups
  292. %endif
  293. %post
  294. /sbin/chkconfig --del cupsd 2>/dev/null || true # Make sure old versions aren't there anymore
  295. /sbin/chkconfig --add cups || true
  296. # Remove old-style certs directory; new-style is /var/run
  297. # (see bug #194581 for why this is necessary).
  298. /bin/rm -rf /etc/cups/certs
  299. %if %use_alternatives
  300. /sbin/update-alternatives --install %{_bindir}/lpr print %{_bindir}/lpr.cups 40 \
  301. --slave %{_bindir}/lp print-lp %{_bindir}/lp.cups \
  302. --slave %{_bindir}/lpq print-lpq %{_bindir}/lpq.cups \
  303. --slave %{_bindir}/lprm print-lprm %{_bindir}/lprm.cups \
  304. --slave %{_bindir}/lpstat print-lpstat %{_bindir}/lpstat.cups \
  305. --slave %{_bindir}/cancel print-cancel %{_bindir}/cancel.cups \
  306. --slave %{_sbindir}/lpc print-lpc %{_sbindir}/lpc.cups \
  307. --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
  308. --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
  309. --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
  310. --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
  311. --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
  312. --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
  313. --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz
  314. %endif
  315. if [ $1 -eq 1 ]; then
  316. # First install. Build ppds.dat.
  317. /sbin/service cups reload >/dev/null 2>&1 || :
  318. fi
  319. exit 0
  320. %post libs -p /sbin/ldconfig
  321. %postun libs -p /sbin/ldconfig
  322. %post -n compat32-%{name}-libs -p /sbin/ldconfig
  323. %postun -n compat32-%{name}-libs -p /sbin/ldconfig
  324. %preun
  325. if [ "$1" = "0" ]; then
  326. /sbin/service cups stop > /dev/null 2>&1
  327. /sbin/chkconfig --del cups
  328. %if %use_alternatives
  329. /sbin/update-alternatives --remove print %{_bindir}/lpr.cups
  330. %endif
  331. fi
  332. exit 0
  333. %postun
  334. if [ "$1" -ge "1" ]; then
  335. /sbin/service cups condrestart > /dev/null 2>&1
  336. fi
  337. exit 0
  338. %triggerin -- samba-client
  339. ln -sf ../../../bin/smbspool %{_libdir}/cups/backend/smb || :
  340. exit 0
  341. %triggerun -- samba-client
  342. [ $2 = 0 ] || exit 0
  343. rm -f %{_libdir}/cups/backend/smb
  344. %clean
  345. rm -rf $RPM_BUILD_ROOT
  346. %files
  347. %defattr(-,root,root)
  348. %doc LICENSE.txt README.txt CREDITS.txt CHANGES.txt
  349. %dir %attr(0755,root,lp) %{_sysconfdir}/cups
  350. %dir %attr(0755,root,lp) /var/run/cups
  351. %dir %attr(0511,lp,sys) /var/run/cups/certs
  352. %config(noreplace) %attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf
  353. %attr(0640,root,lp) %{_sysconfdir}/cups/cupsd.conf.default
  354. %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/client.conf
  355. %config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/classes.conf
  356. %config(noreplace) %attr(0600,root,lp) %{_sysconfdir}/cups/printers.conf
  357. %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/pdftops.conf
  358. %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/snmp.conf
  359. %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/subscriptions.conf
  360. %{_sysconfdir}/cups/interfaces
  361. %config(noreplace) %{_sysconfdir}/cups/mime.types
  362. %config(noreplace) %{_sysconfdir}/cups/mime.convs
  363. %config(noreplace) %{_sysconfdir}/cups/dvitops.types
  364. %config(noreplace) %{_sysconfdir}/cups/dvitops.convs
  365. %config(noreplace) %attr(0644,root,lp) %{_sysconfdir}/cups/lpoptions
  366. %dir %attr(0755,root,lp) %{_sysconfdir}/cups/ppd
  367. %dir %attr(0700,root,lp) %{_sysconfdir}/cups/ssl
  368. %{_sysconfdir}/cups/pstoraster.convs
  369. %config(noreplace) %{_sysconfdir}/pam.d/cups
  370. %config(noreplace) %{_sysconfdir}/logrotate.d/cups
  371. %config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
  372. %dir %{_datadir}/%{name}/www
  373. %{_datadir}/%{name}/www/favicon.*
  374. %{_datadir}/%{name}/www/images
  375. %if %{?svn:1}%{!?svn:0}
  376. %else
  377. %{_datadir}/%{name}/www/de
  378. %{_datadir}/%{name}/www/es
  379. %{_datadir}/%{name}/www/et
  380. %{_datadir}/%{name}/www/fr
  381. %{_datadir}/%{name}/www/he
  382. %{_datadir}/%{name}/www/id
  383. %{_datadir}/%{name}/www/it
  384. %{_datadir}/%{name}/www/ja
  385. %{_datadir}/%{name}/www/pl
  386. %{_datadir}/%{name}/www/sv
  387. %{_datadir}/%{name}/www/zh_TW
  388. %endif
  389. %{_datadir}/%{name}/www/*.css
  390. %doc %{_datadir}/%{name}/www/index.html
  391. %doc %{_datadir}/%{name}/www/help
  392. %doc %{_datadir}/%{name}/www/robots.txt
  393. %config(noreplace) %{initdir}/cups
  394. %{_bindir}/cupstestppd
  395. %{_bindir}/cupstestdsc
  396. %{_bindir}/cancel*
  397. %{_bindir}/lp*
  398. %dir %{_libdir}/cups
  399. %dir %{_libdir}/cups/backend
  400. %{_libdir}/cups/backend/http
  401. %{_libdir}/cups/backend/ipp
  402. %{_libdir}/cups/backend/lpd
  403. %{_libdir}/cups/backend/ncp
  404. %{_libdir}/cups/backend/parallel
  405. %{_libdir}/cups/backend/scsi
  406. %{_libdir}/cups/backend/serial
  407. %{_libdir}/cups/backend/snmp
  408. %{_libdir}/cups/backend/socket
  409. %{_libdir}/cups/backend/usb
  410. %if %use_avahi
  411. %{_libdir}/cups/backend/dnssd
  412. %endif
  413. %{_libdir}/cups/cgi-bin
  414. %dir %{_libdir}/cups/daemon
  415. %{_libdir}/cups/daemon/cups-polld
  416. %{_libdir}/cups/daemon/cups-deviced
  417. %{_libdir}/cups/daemon/cups-driverd
  418. %{_libdir}/cups/daemon/cups-lpd
  419. %{_libdir}/cups/notifier
  420. %{_libdir}/cups/filter
  421. %{_libdir}/cups/monitor
  422. %{_libdir}/cups/driver
  423. %ifarch x86_64
  424. /usr/lib/cups
  425. %endif
  426. %{_mandir}/man?/*
  427. %{_sbindir}/*
  428. %dir %{_datadir}/cups
  429. %dir %{_datadir}/cups/banners
  430. %config(noreplace) %{_datadir}/cups/banners/*
  431. %{_datadir}/cups/charsets
  432. %{_datadir}/cups/charmaps
  433. %{_datadir}/cups/data
  434. %{_datadir}/cups/fonts
  435. %{_datadir}/cups/model
  436. %{_datadir}/cups/templates
  437. %{_datadir}/locale/*/*
  438. %{_datadir}/ppd
  439. %dir %attr(1770,root,lp) /var/spool/cups/tmp
  440. %dir %attr(0710,root,lp) /var/spool/cups
  441. %dir %attr(0755,lp,sys) /var/log/cups
  442. %{_datadir}/pixmaps/cupsprinter.png
  443. %{_sysconfdir}/cron.daily/cups
  444. %{_sysconfdir}/dbus-1/system.d/cups.conf
  445. %files devel
  446. %defattr(-,root,root)
  447. %{_bindir}/cups-config
  448. %{_libdir}/*.so
  449. %{_includedir}/cups
  450. %files libs
  451. %defattr(-,root,root)
  452. %{_libdir}/*.so.*
  453. %if %{build_compat32}
  454. %files -n compat32-%{name}-devel
  455. %defattr(-,root,root)
  456. %{_libdir}/*.so
  457. %files -n compat32-%{name}-libs
  458. %defattr(-,root,root)
  459. %{_libdir}/*.so.*
  460. %endif
  461. %changelog
  462. * Fri Jul 10 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.11-1
  463. - new upstream release
  464. * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.3.10-2
  465. - Build requires krb5-devel.
  466. - The devel sub-package requires krb5-devel.
  467. * Thu Jun 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.10-1
  468. - new upstream release
  469. - remove LC_ALL from cjktexttops
  470. * Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.9-4
  471. - rebuild with openldap-2.4.11
  472. * Mon Mar 23 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.9-3
  473. - add /usr/lib/cups for 32bit binary drivers on x86_64.
  474. * Sat Jan 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.9-2
  475. - rebuild with gnutls-2.6.3
  476. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.9-1
  477. - new upstream release
  478. - renumber fedora patches
  479. - remove hal patch, hal backend module is now provided by hal-cups-utils
  480. * Mon Apr 21 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.3.7-2
  481. - remove libacl from dependency.
  482. * Fri Apr 18 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.3.7-1
  483. - new upstream release.
  484. - ship some patches from Fedora development.
  485. * Sun Aug 26 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.23-0vl13
  486. - add Patch300 and Patch310 for CVE-2007-0104 and CVE-2007-3387 respectively
  487. (same fixes for 1.1.23-0vl7.1 for Vine-4.1)
  488. * Sat May 26 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.23-0vl12
  489. - enabled Patch20: cups-gcc4.patch
  490. * Mon May 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.23-0vl11
  491. - always do %%configure on all archs (due to autoconf upgrade)
  492. * Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl10
  493. - rebuild with new openssl
  494. * Thu May 03 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.23-0vl9
  495. - added compat32 subpackage for x86_64 arch support.
  496. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl8
  497. - rebuild with dbus-1.0
  498. * Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl7
  499. - add Patch50, Source20 to support hal backend.
  500. * Thu Jun 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl6
  501. - add cjktexttops to use mpage for text-ps filter
  502. (Source18, Patch210)
  503. - mark mime.convs and mime.types as config file
  504. * Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl5
  505. - add Patch43 for dbus support
  506. - add Patch200 to support UTF-8 ppd files
  507. * Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 1.1.23-0vl4
  508. - fixed cups-link.patch of missing "-L../cups"
  509. - added %%configure for x86_64 architecture support
  510. * Sat Jan 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.23-0vl3
  511. - import some FC patches
  512. - fix several security bugs
  513. - CVS-2005-3625,CVS-2005-3626,CVS-2005-3627
  514. - CAN-2005-2097
  515. - CAN-2004-0888
  516. - CAN-2005-0064
  517. - apply upstream patches
  518. * Sun Mar 27 2005 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl2
  519. - added dvitops, dvitops.convs and dvitops.types
  520. * Tue Jan 04 2005 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl1
  521. - new upstream version(cups-1.1.23)
  522. - removed unused patches
  523. * Fri Dec 31 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl0.1rc1
  524. - added cups-1.1.23rc1-scheduler_client.patch
  525. -- special thanks to kmuto@debian.org
  526. * Mon Dec 20 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.23-0vl0.0rc1
  527. - new upstream version (cups-1.1.23rc1)
  528. * Wed Nov 03 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl1
  529. - new upstream version (cups-1.1.22)
  530. -- updated cups-resource-ja-1.1.22
  531. * Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl0.0rc2
  532. - new upstream version (cups-1.1.22rc2)
  533. * Wed Oct 06 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.22-0vl0.0rc1
  534. - new upstream version (cups-1.1.22rc1)
  535. * Thu Sep 16 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl1
  536. - new upstream version (cups-1.1.21)
  537. * Thu Aug 26 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.1rc2
  538. - added some txt files in docdir
  539. * Wed Aug 25 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.0rc2
  540. - new upstream version (cups-1.1.21rc2)
  541. - updated to cups-1.1.21rc2-makefile.patch(patch11)
  542. * Sun May 30 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.21-0vl0.0rc1
  543. - new upstream version (cups-1.1.21rc1)
  544. - updated cups-resource-ja-1.1.21.tar.bz2
  545. - updated ppdsdat.patch
  546. - dropped system-auth.patch
  547. * Fri Apr 23 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl6
  548. - updated pstorater to v1.6
  549. * Sun Apr 18 2004 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl5
  550. - removed README.vine
  551. * Thu Apr 15 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.1.20-0vl4
  552. - rebuild
  553. * Wed Dec 10 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl3
  554. - fixed DefaultCharset in cupsd.conf
  555. * Mon Dec 08 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl2
  556. - added PCL XL/PCL 6 PPD and filter from ESP gs-7.07.1
  557. - updated pstoraster
  558. * Sun Dec 07 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.20-0vl1
  559. - new upstream version (cups-1.1.20)
  560. -- fixed resource-ja
  561. -- changed DefaultCharset in cupsd.conf
  562. -- removed patch100
  563. - raised update-alternatives's priority to 50
  564. * Sat Nov 15 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl6
  565. - added Patch11 (cups-1.1.19-makefile.patch)
  566. -- fixed makefile
  567. - added resource-ja (imported from cups-1.2.x)
  568. - added Patch100(cups-1.1.19-lang-adhoc.patch)
  569. -- fixed "DefaultCharset EUC-JP" in cupsd.conf
  570. -- Don't fallback to C locale in setlocale()
  571. * Fri Nov 14 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl5
  572. - merged to 1.1.20rc6 patch
  573. - dropped patches
  574. --cups-idefense-v2.patch, cups-1.1.17-sanity.patch
  575. - deleted needless dependence in Obsoletes
  576. * Thu Nov 13 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl4
  577. - fixed init script for logrotation
  578. * Sun Oct 26 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl3
  579. - fixed coding system in spec file
  580. - updated README.vine
  581. * Mon Jul 07 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl2
  582. - added cups-1.1.17-sanity.patch
  583. - added Japanese descriptions
  584. * Sat Jun 06 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl1
  585. - fixed spec file
  586. * Fri Jun 05 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0vl0.1
  587. - new upstream vrsion
  588. - remade spec file
  589. * Sun May 18 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.19-0.rc5vl1
  590. -- disable D-BUS.
  591. - new upstream version
  592. - added some fixes. from cups-1.1.19-0.rc5.2
  593. -- disable D-BUS.
  594. -- Fix option parsing in lpq (bug #90823).
  595. -- No longer need error, sigchld patches.
  596. -- Ship cupstestppd.
  597. -- Mark banners as config files (bug #89069).
  598. * Fri Apr 18 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl2
  599. - imported some patches from rawhide (cups-1.1.18-2)
  600. -- added cups-idefense-v2.patch
  601. -- added cups-1.1.17-pdftops.patch
  602. -- added cups-1.1.17-error.patch
  603. -- added cups-1.1.17-rcp.patch
  604. -- added cups-1.1.17-ppdsdat.patch
  605. -- added cups-1.1.17-sigchld.patch
  606. - Fix translation in the init script
  607. - Build ppds.dat on first install.
  608. - Use pkg-config information to find SSL libraries
  609. - Make 'service cups reload' update the configuration first
  610. - added README.vine
  611. * Sun Jan 05 2003 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl1
  612. - fixed alternative path
  613. * Fri Dec 27 2002 Satoshi MACHINO <machino@vinelinux.org> 1.1.18-0vl0
  614. - New upstream version
  615. - dropped patch4 (merged cups-1.1.18)
  616. - dropped epoch tag
  617. * Thu Dec 26 2002 Satoshi MACHINO <machino@vinelinux.org> 1.1.17-3vl0
  618. - build on Vine Linux
  619. * Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-3
  620. - Fix cupsd startup hang (bug #79346).
  621. * Mon Dec 9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-2
  622. - Fix parallel backend behaviour when cancelling jobs.
  623. * Mon Dec 9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-1
  624. - 1.1.17.
  625. - No longer need libdir patch.
  626. - Fix logrotate script (bug #76791).
  627. * Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
  628. - Build requires XFree86-devel (bug #78362).
  629. * Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
  630. - 1.1.16.
  631. - Updated system-auth patch.
  632. - Add ncp backend script.
  633. * Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-15
  634. - Set alternatives priority to 40.
  635. * Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.15-14
  636. - Buildrequire pam-devel.
  637. - Patch default PAM config file to remove directory names from module paths,
  638. allowing the configuration files to work equally well on multilib systems.
  639. - Patch default PAM config file to use system-auth, require the file at build-
  640. time because that's what data/Makefile checks for.
  641. * Fri Nov 8 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-13
  642. - Use logrotate for log rotation (bug #76791).
  643. - No longer need cups.desktop, since redhat-config-printer handles it.
  644. * Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-12
  645. - Revert to libdir for CUPS_SERVERBIN.
  646. * Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-11
  647. - Use %%configure for multilib correctness.
  648. - Use libexec instead of lib for CUPS_SERVERBIN.
  649. - Ship translated man pages.
  650. - Remove unshipped files.
  651. - Fix file list permissions (bug #59021, bug #74738).
  652. - Fix messy initscript output (bug #65857).
  653. - Add 'reload' to initscript (bug #76114).
  654. * Fri Aug 30 2002 Bernhard Rosenkraenzer <bero@redhat.de> 1.1.15-10
  655. - Add generic postscript PPD file (#73061)
  656. * Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-9
  657. - Fix prefix in pstoraster (bug #69573).
  658. * Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-8
  659. - Disable cups-lpd by default (bug #71712).
  660. - No need for fread patch now that glibc is fixed.
  661. * Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-7
  662. - Really add cups-lpd xinetd file (bug #63919).
  663. - Ship pstoraster (bug #69573).
  664. - Prevent fread from trying to read from beyond EOF (fixes a segfault
  665. with new glibc).
  666. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.1.15-6
  667. - rebuilt with gcc-3.2 (we hope)
  668. * Mon Aug 5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-5
  669. - Add cups-lpd xinetd file (#63919)
  670. * Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.1.15-4
  671. - add a "exit 0" to postun script
  672. * Tue Jul 2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-3
  673. - Add a symlink /usr/share/cups/doc -> /usr/share/doc/cups-devel-1.1.15
  674. because some applications expect to find the cups docs in
  675. /usr/share/cups/doc
  676. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  677. - automated rebuild
  678. * Fri Jun 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-1
  679. - 1.1.15-1
  680. - Fix up smb printing trigger (samba-client, not samba-clients)
  681. - Start cupsd earlier, apparently it needs to be running before samba
  682. starts up for smb printing to work.
  683. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  684. - automated rebuild
  685. * Tue May 7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-17
  686. - Rebuild in current environment
  687. - [-16 never existed because of build system breakage]
  688. * Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-15
  689. - Fix bug #63387
  690. * Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-14
  691. - Fix dangling symlink created by samba-clients trigger
  692. * Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-13
  693. - Add desktop file and icon for CUPS configuration
  694. * Wed Apr 3 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-12
  695. - Support SMB printing (#62407)
  696. - Add HTML redirections to doc files to work around users mistaking
  697. /usr/share/doc/cups-1.1.14 for the web frontend (#62405)
  698. * Tue Apr 2 2002 Bill Nottingham <notting@redhat.com> 1.1.14-11
  699. - fix subsys in initscript (#59206)
  700. - don't strip binaries
  701. * Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-10
  702. - Make initscript use killproc instead of killall
  703. * Fri Mar 8 2002 Bill Nottingham <notting@redhat.com> 1.1.14-9
  704. - use alternatives --initscript support
  705. * Mon Mar 4 2002 Bill Nottingham <notting@redhat.com> 1.1.14-8
  706. - use the right path for the lpc man page, duh
  707. * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.14-7
  708. - lpc man page is alternative too
  709. - run ldconfig in -libs %post/%postun, not main
  710. - remove alternatives in %preun
  711. * Wed Feb 27 2002 Bill Nottingham <notting@redhat.com> 1.1.14-6
  712. - don't source /etc/sysconfig/network in cups.init, we don't use any
  713. values from it
  714. * Tue Feb 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-4
  715. - Fix bugs #60220 and #60352
  716. * Thu Feb 21 2002 Tim Powers <timp@redhat.com>
  717. - rebuild against correct version of openssl (0.9.6b)
  718. * Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-2
  719. - Add all man pages to alternatives (#59943)
  720. - Update to real 1.1.14
  721. * Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-1
  722. - Update to almost-1.1.14
  723. * Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-5
  724. - Move cups-config to cups-devel subpackage
  725. - Make alternatives usage a %%define to simplify builds for earlier
  726. releases
  727. - Explicitly provide things we're supplying through alternatives
  728. to shut up kdeutils dependencies
  729. * Tue Feb 5 2002 Tim Powers <timp@redhat.com>
  730. - shut the alternatives stuff up for good
  731. * Fri Feb 1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-3
  732. - Fix alternatives stuff
  733. - Don't display error messages in %%post
  734. * Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-2
  735. - alternatives stuff
  736. * Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-1
  737. - 1.1.13
  738. - Add patch for koi8-{r,u} and iso8859-8 encodings (#59018)
  739. - Rename init scripts so we can safely "killall cupsd" from there
  740. * Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.12-1
  741. - Initial (conflicting, since alternatives isn't there yet) packaging for
  742. Red Hat Linux
  743. * Sat Jan 19 2002 Bernhard Rosenkraenzer <bero@redhat.com>
  744. - 1.1.12
  745. * Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-3
  746. - Compress PPD files
  747. - Fix build with gcc 3.1
  748. - Fix init script
  749. * Tue Sep 4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-2
  750. - Fix URL
  751. - Generate printcap
  752. - s/Copyright/License/g
  753. * Tue Sep 4 2001 Than Ngo <than@redhat.com> 1.1.10-1
  754. - update to 1.1.10-1 for ExtraBinge 7.2
  755. * Tue May 29 2001 Michael Stefaniuc <mstefani@redhat.com>
  756. - update to 1.1.8
  757. - changed cupsd.conf to generate /etc/printcap
  758. * Tue May 15 2001 Than Ngo <than@redhat.com>
  759. - update to 1.1.7, bugfixes
  760. * Thu Dec 14 2000 Than Ngo <than@redhat.com>
  761. - fixed package dependency with lpr and LPRng
  762. * Wed Oct 25 2000 Than Ngo <than@redhat.com>
  763. - remove man/cat
  764. * Tue Oct 24 2000 Than Ngo <than@redhat.com>
  765. - don't start cupsd service in level 0, fixed
  766. * Thu Oct 19 2000 Than Ngo <than@redhat.com>
  767. - update to 1.1.4
  768. - fix CUPS_DOCROOT (Bug #18717)
  769. * Fri Aug 11 2000 Than Ngo <than@redhat.de>
  770. - update to 1.1.2 (Bugfix release)
  771. * Fri Aug 4 2000 Than Ngo <than@redhat.de>
  772. - fix, cupsd read config file under /etc/cups (Bug #15432)
  773. - add missing cups filters
  774. * Wed Aug 2 2000 Tim Powers <timp@redhat.com>
  775. - rebuilt against libpng-1.0.8
  776. * Tue Aug 01 2000 Than Ngo <than@redhat.de>
  777. - fix permission, add missing ldconfig in %post and %postun (Bug #14963)
  778. * Sat Jul 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  779. - 1.1.1 (this has some major bugfixes)
  780. - Fix a typo in initscript (it's $?, not ?$)
  781. - Fix /usr/etc vs. /etc trouble, don't insist on /usr/var (YUCK!)
  782. - Create the spool dir
  783. * Fri Jul 28 2000 Than Ngo <than@redhat.de>
  784. - fix unclean code for building against gcc-2.96
  785. - add missing restart function in startup script
  786. * Fri Jul 28 2000 Tim Powers <timp@redhat.com>
  787. - fixed initscript so that conrestart doesn't return 1 if the test fails
  788. * Mon Jul 24 2000 Prospector <prospector@redhat.com>
  789. - rebuilt
  790. * Wed Jul 19 2000 Than Ngo <than@redhat.de>
  791. - using service to fire them up
  792. - fix Prereq section
  793. * Mon Jul 17 2000 Tim Powers <timp@redhat.com>
  794. - added defattr to the devel package
  795. * Sun Jul 16 2000 Than Ngo <than@redhat.de>
  796. - add cups config files
  797. * Sat Jul 15 2000 Than Ngo <than@redhat.de>
  798. - update to 1.1 release
  799. - move back to /etc/rc.d/init.d
  800. - fix cupsd.init to work with /etc/init.d and /etc/rc.d/init.d
  801. - split cups
  802. * Wed Jul 12 2000 Than Ngo <than@redhat.de>
  803. - rebuilt
  804. * Thu Jul 06 2000 Tim Powers <timp@redhat.com>
  805. - fixed broken PreReq to now require /etc/init.d
  806. * Tue Jun 27 2000 Tim Powers <timp@redhat.com>
  807. - PreReq initscripts >= 5.20
  808. * Mon Jun 26 2000 Tim Powers <timp@redhat.com>
  809. - started changelog
  810. - fixed init.d script location
  811. - changed script in init.d quite a bit and made more like the rest of our
  812. startup scripts