cups-vl.spec 41 KB

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