system-config-printer-vl.spec 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. %define pycups_version 1.9.55
  2. %define pysmbc_version 1.0.10
  3. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  4. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  5. %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
  6. Summary: A printer administration tool
  7. Summary(ja): プリンタ管理ツール
  8. Name: system-config-printer
  9. Version: 1.3.2
  10. Release: 3%{?_dist_release}
  11. License: GPLv2+
  12. URL: http://cyberelk.net/tim/software/system-config-printer/
  13. Group: System Environment/Base
  14. Source0: http://cyberelk.net/tim/data/system-config-printer/1.3/system-config-printer-%{version}.tar.xz
  15. Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
  16. Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
  17. Source10: %{name}-1.3.2-ja.po
  18. #Patch1: system-config-printer-no-applet-in-gnome.patch
  19. Patch2: system-config-printer-check-device-ids.patch
  20. Patch3: system-config-printer-self.printers.patch
  21. Patch20: %{name}-1.3.2-gettext.patch
  22. Patch21: %{name}-1.3.2-ppd-translation.patch
  23. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  24. BuildRequires: cups-devel >= 1.2
  25. BuildRequires: glib2-devel
  26. BuildRequires: python-devel >= 2.5
  27. BuildRequires: libsmbclient-devel >= 3.2
  28. BuildRequires: desktop-file-utils >= 0.2.92
  29. BuildRequires: gettext
  30. BuildRequires: intltool
  31. BuildRequires: xmlto
  32. BuildRequires: python-tools
  33. BuildRequires: libusb-devel, libudev-devel
  34. BuildRequires: epydoc
  35. Requires: pygtk2
  36. Requires: pygobject
  37. Requires: desktop-file-utils
  38. Requires: dbus-x11
  39. Requires: system-config-printer-libs = %{version}-%{release}
  40. Requires: gnome-icon-theme
  41. Requires: gnome-python
  42. Requires: gnome-python-gnomekeyring
  43. Requires: notification-daemon
  44. Requires: notify-python
  45. Requires: libxml2-python
  46. Obsoletes: system-config-printer-gui <= 0.6.152
  47. Provides: system-config-printer-gui = 0.6.152
  48. Obsoletes: desktop-printing <= 0.20-7.fc7
  49. Provides: desktop-printing = 0.20-7.fc7
  50. %description
  51. system-config-printer is a graphical user interface that allows
  52. the user to configure a CUPS print server.
  53. %package libs
  54. Summary: Libraries and shared code for printer administration tool
  55. Summary(ja): Libraries and shared code for printer administration tool
  56. Group: System Environment/Base
  57. Requires: python
  58. Requires: foomatic
  59. Provides: pycups = %{pycups_version}
  60. Provides: pysmbc = %{pysmbc_version}
  61. %description libs
  62. The common code used by both the graphical and non-graphical parts of
  63. the configuration tool.
  64. %package udev
  65. Summary: Rules for udev for automatic configuration of USB printers
  66. Group: System Environment/Base
  67. Requires: system-config-printer-libs = %{version}-%{release}
  68. Obsoletes: hal-cups-utils <= 0.6.20
  69. Provides: hal-cups-utils = 0.6.20
  70. %description udev
  71. The udev rules and helper programs for automatically configuring USB
  72. printers.
  73. %prep
  74. %setup -q -a 1 -a 2
  75. # Don't start the applet in GNOME.
  76. #%patch1 -p1 -b .no-applet-in-gnome
  77. # Improvements for check-device-ids from upstream.
  78. %patch2 -p1 -b .check-device-ids
  79. # Fixed traceback in newprinter.py (bug #680683).
  80. %patch3 -p1 -b .self.printers
  81. %patch20 -p1 -b .gettext
  82. %patch21 -p1 -b .ppd-translation
  83. cp -f %{SOURCE10} po/ja.po
  84. %build
  85. %configure --with-udev-rules
  86. pushd pycups-%{pycups_version}
  87. make
  88. make doc
  89. popd
  90. pushd pysmbc-%{pysmbc_version}
  91. make
  92. make doc
  93. popd
  94. %install
  95. rm -rf %buildroot
  96. make DESTDIR=%buildroot install \
  97. udevrulesdir=/lib/udev/rules.d \
  98. udevhelperdir=/lib/udev
  99. pushd pycups-%{pycups_version}
  100. make DESTDIR=%buildroot install
  101. popd
  102. pushd pysmbc-%{pysmbc_version}
  103. make DESTDIR=%buildroot install
  104. popd
  105. %{__mkdir_p} %buildroot%{_localstatedir}/run/udev-configure-printer
  106. touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
  107. %find_lang system-config-printer
  108. %clean
  109. rm -rf %buildroot
  110. %post
  111. /bin/rm -f /var/cache/foomatic/foomatic.pickle
  112. exit 0
  113. %files libs -f system-config-printer.lang
  114. %defattr(-,root,root,-)
  115. %doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
  116. %doc --parents pysmbc-%{pysmbc_version}/{ChangeLog,README,NEWS,TODO,test.py,html}
  117. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
  118. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
  119. %dir %{_sysconfdir}/cupshelpers
  120. %config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
  121. %{python_sitearch}/cups.so
  122. %{python_sitearch}/smbc.so
  123. %{python_sitearch}/*.egg-info
  124. %dir %{python_sitelib}/cupshelpers
  125. %{python_sitelib}/cupshelpers/*.py*
  126. %{python_sitelib}/*.egg-info
  127. %{_rpmconfigdir}/fileattrs/psdriver.attr
  128. %{_rpmconfigdir}/postscriptdriver.prov
  129. %files udev
  130. %defattr(-,root,root,-)
  131. /lib/udev/rules.d/*.rules
  132. /lib/udev/udev-*-printer
  133. %dir %{_localstatedir}/run/udev-configure-printer
  134. %verify(not md5 size mtime) %config(noreplace,missingok) %attr(0644,root,root) %{_localstatedir}/run/udev-configure-printer/usb-uris
  135. %files
  136. %defattr(-,root,root,-)
  137. %doc ChangeLog README
  138. %{_bindir}/%{name}
  139. %{_bindir}/%{name}-applet
  140. %{_bindir}/scp-dbus-service
  141. %{_datadir}/dbus-1/interfaces/*.xml
  142. %{_datadir}/dbus-1/services/*.service
  143. %dir %{_datadir}/%{name}
  144. %{_datadir}/%{name}/*.py*
  145. %{_datadir}/%{name}/troubleshoot
  146. %{_datadir}/%{name}/icons
  147. %dir %{_datadir}/%{name}/xml
  148. %{_datadir}/%{name}/xml/*.rng
  149. %{_datadir}/%{name}/xml/*.py*
  150. %dir %{_datadir}/%{name}/ui
  151. %{_datadir}/%{name}/ui/*.glade
  152. %{_datadir}/applications/system-config-printer.desktop
  153. %{_sysconfdir}/xdg/autostart/print-applet.desktop
  154. %{_mandir}/man1/*
  155. %changelog
  156. * Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-3
  157. - update patch21 and ja.po
  158. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-2
  159. - add BuildRequires: glib2-devel
  160. * Sat Apr 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1
  161. - new upstream release
  162. - system-config-printer-1.3.2
  163. - pycups-1.9.55
  164. - pysmbc-1.0.10
  165. - drop old patches (1,2,10)
  166. - add Patch2,3 from fedora
  167. - Patch2: Improvements for check-device-ids from upstream.
  168. - Patch3: Fixed traceback in newprinter.py (bug #680683).
  169. - update ja.po
  170. - Patch21: add more ppd translation dictionary
  171. - add BR: epydoc
  172. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.92-1
  173. - new development release (pre1.2)
  174. - system-config-printer-1.1.92
  175. - pycups-1.9.48
  176. - add Patch1,2 from fedora
  177. - Patch1: build without epydoc, remove BR: epydoc
  178. - Patch2: Convert MFG and MDL to lowercase before D-Bus call
  179. to work around bug #566217.
  180. - add BR: python-tools, libudev-devel, libusb-devel
  181. - add R: libxml2-python
  182. * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.1.7-2
  183. - rebuilt with python-2.6.4
  184. * Sat Jun 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.7-1
  185. - new upstream release
  186. - Updated translations.
  187. - Don't abort if the jobviewer couldn't show a notification.
  188. - Don't use setlocale() for locale-independent case conversion.
  189. - Don't assume the notification daemon can show action buttons.
  190. - Use case-insensitive matching for model names.
  191. - HPLIP compatibility fixes.
  192. - Fixed typo in jobviewer keyring support (Ubuntu #343156).
  193. - Added support for https device URIs (bug #478677).
  194. - Prevent traceback in monitor when connection failed (Ubuntu #343387).
  195. - add Patch10: fix infinite loop on adding printer
  196. - add Patch11: do not probe hplip
  197. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-1
  198. - new upstream release
  199. - system-config-printer 1.1.6
  200. - pycups 1.9.45
  201. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-1
  202. - initial build for Vine Linux
  203. * Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.9-1
  204. - Updated to 1.0.9 for translations.
  205. - Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
  206. * Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-7
  207. - Added patch for pysmbc changes in git to prevent getdents crashing
  208. (bug #465975).
  209. * Thu Oct 16 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-6
  210. - Updated patch for 1.0.x changes:
  211. - Fixed SMB authentication dialog's cancel button (bug #467127).
  212. - Work around samba bug #5805 by sending debug output to stderr
  213. instead of stdout.
  214. * Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-5
  215. - Updated patch for 1.0.x changes:
  216. - Fixed SMB authentication (bug #464003).
  217. * Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-4
  218. - Updated patch for 1.0.x changes:
  219. - Removed unneeded debugging output.
  220. - Don't show the applet in KDE (bug #466945).
  221. - Auth/error dialog improvements for SMB as for IPP (bug #465407).
  222. * Mon Oct 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-3
  223. - Added patch for 1.0.x changes since 1.0.8:
  224. - Don't use a LinkButton for the 'Problems?' button (bug #465407).
  225. - Don't use a separator for the server settings dialog (bug
  226. #465407).
  227. - Don't set non-zero page size for SpinButtons.
  228. - Don't show an error dialog if an IPP operation's authentication
  229. dialog is cancelled by the user, but show an error dialog if the
  230. password was incorrect (bug #465407).
  231. - Set Server Settings... menu entry sensitive depending on whether
  232. we are connected to a server (Ubuntu #280736).
  233. - Lots of translations updated.
  234. * Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-2
  235. - Removed patch (no longer needed).
  236. * Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-1
  237. - 1.0.8:
  238. - Use modelName from custom PPD to suggest name for new printer
  239. (trac #97).
  240. - Avoid display problem with installable options.
  241. - Better matching for Lexmark printers.
  242. - Catch exceptions from advanced server settings dialog (Ubuntu
  243. #267557).
  244. - Added some missing OpenPrinting query fields.
  245. - Jockey support added.
  246. - Lots of translations updated.
  247. * Sat Aug 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-2
  248. - Handle IPP_FORBIDDEN (bug #460670).
  249. * Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-1
  250. - 1.0.7:
  251. - Efficiency improvements.
  252. - Small UI improvements for the New Printer dialog.
  253. - Other small fixes.
  254. * Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com>
  255. - Updated pysmbc to 1.0.5.
  256. - Updated pycups to 1.9.42.
  257. * Tue Aug 26 2008 Tim Waugh <twaugh@redhat.com> 1.0.6-1
  258. - Requires gnome-python2-gnome (bug #460021).
  259. - 1.0.6:
  260. - More delete-event fixes.
  261. - Fixed temporary file leak.
  262. - Fixed dialog leaks.
  263. - Small UI improvements for the New Printer dialog.
  264. - Other small fixes.
  265. * Thu Aug 14 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-3
  266. - Include other fixes from upstream including:
  267. - OpenPrinting API change (trac #74).
  268. - libnotify API change for 'closed' signal.
  269. - Notification for job authentication (trac #91).
  270. - Glade delete-event fixes (trac #88).
  271. - Pre-fill username in job authentication dialog (trac #87).
  272. * Wed Aug 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-2
  273. - Handle HTTP_FORBIDDEN.
  274. * Mon Aug 11 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-1
  275. - 1.0.5.
  276. - Updated pycups to 1.9.41.
  277. * Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.4-1
  278. - 1.0.4.
  279. - Applied upstream patch for pycups to fix getPrinterAttributes when
  280. requested_attributes is specified.
  281. * Tue Jul 8 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-2
  282. - Better debugging for pysmbc.
  283. * Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-1
  284. - Updated pycups to 1.9.40.
  285. - 1.0.3.
  286. * Fri Jun 20 2008 Tim Waugh <twaugh@redhat.com>
  287. - Updated pysmbc to 1.0.4.
  288. * Tue Jun 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.2-1
  289. - 1.0.2.
  290. * Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
  291. - Updated pysmbc to 1.0.3.
  292. - 1.0.1 (bug #450119).
  293. * Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>
  294. - Requires notify-python (bug #450139).
  295. * Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-3
  296. - Applied patches from upstream (bug #450120).
  297. * Tue Jun 3 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-2
  298. - Applied patches from upstream (bug #449753).
  299. * Thu May 29 2008 Tim Waugh <twaugh@redhat.com>
  300. - Updated pycups to 1.9.39.
  301. - Updated libs summary.
  302. * Tue May 27 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-1
  303. - 1.0.0.
  304. * Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-2
  305. - Fixed small UI problem in SMB browser.
  306. * Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-1
  307. - 0.9.93.
  308. * Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.92-1
  309. - 0.9.92.
  310. * Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-3
  311. - Sync to trunk.
  312. - Updated pysmbc to 1.0.2.
  313. * Sun May 18 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-2
  314. - Fixed icon search path.
  315. * Fri May 16 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-1
  316. - No longer requires system-install-packages (bug #444645).
  317. - Added pysmbc. Build requires libsmbclient-devel.
  318. - Don't install consolehelper bits any more as they are no longer needed.
  319. - 0.9.91:
  320. - User interface overhaul, part 2.
  321. * Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.9.90-1
  322. - Updated pycups to 1.9.38.
  323. - 0.9.90:
  324. - User interface overhaul, part 1.
  325. * Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.2-1
  326. - 0.7.82.2:
  327. - Various bug fixes.
  328. - Translation updates.
  329. * Mon Mar 17 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-3
  330. - Updated pycups to 1.9.37.
  331. - More fixes from upstream.
  332. * Wed Mar 5 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-2
  333. - Updated pycups to 1.9.36.
  334. - Some fixes from upstream.
  335. * Mon Mar 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-1
  336. - Requires /usr/bin/system-install-packages not pirut (bug #435622).
  337. - 0.7.82.1:
  338. - More trouble-shooting improvements.
  339. - applet: notify user about failed jobs (bug #168370).
  340. * Tue Feb 19 2008 Tim Waugh <twaugh@redhat.com> 0.7.82-1
  341. - Updated to pycups-1.9.35.
  342. - 0.7.82:
  343. - More trouble-shooting improvements.
  344. * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.7.81-1
  345. - 0.7.81:
  346. - Trouble-shooting improvements and other minor fixes.
  347. * Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-2
  348. - Rebuild for GCC 4.3.
  349. * Mon Feb 4 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-1
  350. - Updated to pycups-1.9.34.
  351. - 0.7.80:
  352. - Trouble-shooting support.
  353. * Fri Jan 25 2008 Tim Waugh <twaugh@redhat.com> 0.7.79-1
  354. - 0.7.79.
  355. * Wed Jan 23 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-5
  356. - Updated to pycups-1.9.33.
  357. * Wed Jan 16 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-4
  358. - Use config-util from new usermode (bug #428406).
  359. * Thu Dec 20 2007 Tim Waugh <twaugh@redhat.com>
  360. - Requires notification-daemon (Ubuntu #176929).
  361. - Requires gnome-python2 for theme support (Ubuntu #176929).
  362. - Requires gnome-icon-theme for printer icon (Ubuntu #176929).
  363. * Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
  364. - Install Python egg-info file.
  365. - Updated pycups to 1.9.32.
  366. * Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
  367. - pycups: Applied patch from SVN to allow fetching printer attributes by URI.
  368. - Sync to SVN 1748.
  369. * Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
  370. - pycups: Fix job-sheets-default attribute.
  371. - Updated pycups to 1.9.31.
  372. - 0.7.78.
  373. * Wed Nov 21 2007 Tim Waugh <twaugh@redhat.com>
  374. - Applied patch to pycups to avoid reading uninitialised
  375. memory (bug #390431).
  376. * Mon Nov 19 2007 Tim Waugh <twaugh@redhat.com>
  377. - Updated pycups to 1.9.30.
  378. * Tue Oct 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.77-1
  379. - 0.7.77:
  380. - Tooltips for the button bar buttons (bug #335601).
  381. * Mon Oct 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.76-1
  382. - 0.7.76.
  383. * Thu Oct 4 2007 Tim Waugh <twaugh@redhat.com> 0.7.75-1
  384. - 0.7.75.
  385. * Wed Oct 3 2007 Tim Waugh <twaugh@redhat.com>
  386. - No need to run update-desktop-database because there are no MimeKey
  387. lines in the desktop files.
  388. - Consistent macro style.
  389. * Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.4-1
  390. - Changed PreReq to Requires.
  391. - Mark console.apps file as a config file.
  392. - Mark pam file as a config file (not replaceable).
  393. - No need to ship empty NEWS file.
  394. - Give cupsd.py executable permissions to satisfy rpmlint.
  395. - Provides system-config-printer-gui.
  396. - Mark D-Bus configuration file as a config file.
  397. - Fixed libs summary.
  398. - Better buildroot tag.
  399. - Better defattr.
  400. - Preserve timestamps on explicitly install files.
  401. - Make example pycups program non-executable.
  402. - 0.7.74.4:
  403. - Updated translations.
  404. - Several small bugs fixed.
  405. * Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.3-1
  406. - 0.7.74.3:
  407. - Updated translations.
  408. - Other small bug fixes.
  409. * Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-3
  410. - Pull in SVN patch from stable branch for foomatic recommended
  411. drivers (bug #292021).
  412. * Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-2
  413. - Pull in SVN patch from stable branch for 'Allow printing from
  414. the Internet' check-box (bug #221003).
  415. * Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-1
  416. - Updated pycups to 1.9.27.
  417. - 0.7.74.2:
  418. - When a class is removed on the server, remove it from the UI.
  419. - When deleting a printer, select the default printer again.
  420. - Select newly-copied printer.
  421. - Updated translation (fi).
  422. - Better --help message.
  423. - Use strcoll to sort manufacturer names.
  424. - Avoid duplicate 'recommended' marks.
  425. - Remove duplicate device URIs.
  426. - Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
  427. * Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
  428. - Updated pycups to 1.9.26.
  429. - Build requires epydoc. Ship HTML documentation.
  430. * Fri Sep 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.1-1
  431. - 0.7.74.1:
  432. - Updated Polish translation (bug #263001).
  433. - Don't select the default printer after changes to another printer have
  434. been made.
  435. - Always construct URI from input fields when changing device (bug #281551).
  436. - Avoid busy-cursor traceback when window is not yet displayed.
  437. * Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.74-1
  438. - Updated pycups to 1.9.25.
  439. - 0.7.74:
  440. - Fixed New Class dialog.
  441. - UI fixes.
  442. * Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com>
  443. - More specific license tag.
  444. * Fri Aug 24 2007 Tim Waugh <twaugh@redhat.com> 0.7.73-1
  445. - 0.7.73.
  446. * Fri Aug 10 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-2
  447. - Ship the applet's desktop file.
  448. * Wed Aug 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-1
  449. - 0.7.72:
  450. - Fixed my-default-printer traceback.
  451. - Improvements to New Printer wizard (Till Kamppeter).
  452. * Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.71-1
  453. - 0.7.71:
  454. - Don't discard make/model-matched devices when there are ID-matched
  455. devices (Till Kamppeter).
  456. - Fixed fallback if no text-only driver is available (Till Kamppeter).
  457. - Initialise the make/model list when an ID match failed (Till Kamppeter).
  458. - Better error-handling in default-print application (Ubuntu #129901).
  459. - UI tweak in admin tool (Ubuntu #128263).
  460. - Handle socket: URIs (Ubuntu #127074).
  461. * Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-2
  462. - Obsoletes/provides desktop-printing.
  463. * Mon Jul 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-1
  464. - Requires pirut for system-install-packages.
  465. - 0.7.70:
  466. - Increased GetReady->NewPrinter timeout.
  467. - More binary names mapped to package named.
  468. - Run system-install-packages to install missing drivers (bug #246726).
  469. - Less debug output.
  470. - Desktop file fixes for KDE (bug #247299).
  471. * Thu Jun 28 2007 Tim Waugh <twaugh@redhat.com> 0.7.69-1
  472. - No longer requires PyXML (bug #233146).
  473. - Moved applet to main package.
  474. - 0.7.69:
  475. - Use HardwareSettings category for my-default-printer desktop
  476. file (bug #244935).
  477. - Removed unused code.
  478. - Filter PPDs by natural language (bug #244173).
  479. * Mon Jun 25 2007 Tim Waugh <twaugh@redhat.com>
  480. - The applet requires dbus-x11 (Ubuntu #119570).
  481. * Fri Jun 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.68-1
  482. - 0.7.68:
  483. - Fixed the notification bubbles.
  484. - Ship my-default-printer utility.
  485. * Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.67-1
  486. - Don't put TrayIcon or SystemSetup categories in the desktop file.
  487. - Updated pycups to 1.9.24.
  488. - 0.7.67:
  489. - Fixed desktop files to have capital letters at the start of each
  490. word in the Name field (bug #242859).
  491. - Fixed crash when saving unapplied changes.
  492. - Fixed Device ID parser to always split the CMD field at commas.
  493. - New PPDs class means we no longer parse the foomatic XML database.
  494. * Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
  495. - 0.7.66:
  496. - Allow job-hold-until to be set (bug #239776).
  497. - Implement new printer notifications.
  498. * Tue May 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.65-1
  499. - Build requires xmlto.
  500. - Updated to pycups-1.9.22.
  501. - 0.7.65:
  502. - Use urllib for quoting/unquoting (Val Henson, Ubuntu #105022).
  503. - Added kn translation.
  504. - Better permissions on non-scripts.
  505. - Added man pages.
  506. - Applet: status feedback.
  507. - Applet: fixed relative time descriptions.
  508. - Applet: limit refresh frequency.
  509. * Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.63.1-1
  510. - 0.7.63.1:
  511. - Small applet fixes.
  512. * Thu Apr 5 2007 Tim Waugh <twaugh@redhat.com> 0.7.63-1
  513. - 0.7.63:
  514. - Translation updates.
  515. - Checked in missing file.
  516. * Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com>
  517. - Updated to pycups-1.9.20 for printer-state-reasons fix.
  518. * Mon Apr 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.62-1
  519. - 0.7.62:
  520. - Use standard icon for admin tool desktop file.
  521. - Fixed env path in Python scripts.
  522. - Applet: stop running when the session ends.
  523. - Prevent a traceback in the SMB browser (bug #225351).
  524. - 'Manage print jobs' desktop file.
  525. * Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.61-1
  526. - 0.7.61:
  527. - Fixed retrieval of SMB authentication details (bug #203539).
  528. * Tue Mar 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.60-1
  529. - Updated to pycups-1.9.19.
  530. - Avoid %%makeinstall.
  531. - 0.7.60:
  532. - Handle reconnection failure.
  533. - New applet name.
  534. * Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 0.7.59-1
  535. - 0.7.59:
  536. - Fixed a translatable string.
  537. - Set a window icon (bug #233899).
  538. - Handle failure to start the D-Bus service.
  539. - Ellipsize the document and printer named (bug #233899).
  540. - Removed the status bar (bug #233899).
  541. - Added an icon pop-up menu for 'Hide' (bug #233899).
  542. * Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.57-1
  543. - Added URL tag.
  544. - 0.7.57:
  545. - Prevent traceback when removing temporary file (Ubuntu #92914).
  546. - Added print applet.
  547. * Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
  548. - Updated to pycups-1.9.18.
  549. * Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-1
  550. - 0.7.56:
  551. - Parse Boolean strings correctly in job options.
  552. - Small command-set list/string fix (bug #230665).
  553. - Handle hostname look-up failures.
  554. - Updated filter-to-driver map.
  555. - Don't parse printers.conf (bug #231826).
  556. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
  557. - 0.7.55:
  558. - Use converted value for job option widgets.
  559. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.54-1
  560. - 0.7.54:
  561. - Removed debugging code.
  562. * Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.53-1
  563. - No longer requires rhpl (since 0.7.53).
  564. - 0.7.53:
  565. - Use gettext instead of rhpl.translate.
  566. - Better layout for PPD options.
  567. - Added scrollbars to main printer list (bug #229453).
  568. - Set maximum width of default printer label (bug #229453).
  569. - Handle applying changes correctly when switching to another
  570. printer (bug #229378).
  571. - Don't crash when failing to fetch the PPD (bug #229406).
  572. - Make the text entry boxes sensitive but not editable for remote
  573. printers (bug #229381).
  574. - Better job options screen layout (bug #222272).
  575. * Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 0.7.52-1
  576. - 0.7.52:
  577. - Sort models using cups.modelSort before scanning for a close
  578. match (bug #228505).
  579. - Fixed matching logic (bug #228505).
  580. * Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.51-1
  581. - 0.7.51:
  582. - Prevent display glitch in job options list when clicking on a printer
  583. repeatedly.
  584. - List conflicting PPD options, and embolden the relevant tab
  585. labels (bug #226368).
  586. - Fixed typo in 'set default' handling that caused a traceback (bug #227936).
  587. - Handle interactive search a little better (bug #227935).
  588. * Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.50-1
  589. - 0.7.50:
  590. - Fixed hex digits list (bug #223770).
  591. - Added bs translation.
  592. - Don't put the ellipsis in the real device URI (bug #227643).
  593. - Don't check for existing drivers for complex command lines (bug #225104).
  594. - Allow floating point job options (bug #224651).
  595. - Prevent shared/published confusion (bug #225081).
  596. - Fixed PPD page size setting.
  597. - Avoid os.remove exception (bug #226703).
  598. - Handle unknown job options (bug #225538).
  599. * Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.49-1
  600. - 0.7.49:
  601. - Fixed a traceback in the driver check code.
  602. - Fixed a typo in the conflicts message.
  603. - Handle InputSlot/ManualFeed specially because libcups does (bug #222490).
  604. * Mon Jan 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.48-1
  605. - 0.7.48:
  606. - Updated translations.
  607. * Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 0.7.47-1
  608. - 0.7.47:
  609. - Fixed minor text bugs (bug #177433).
  610. - Handle shell builtins in the driver check (bug #222413).
  611. * Mon Jan 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.46-1
  612. - 0.7.46:
  613. - Fixed page size problem (bug #221702).
  614. - Added 'ro' to ALL_LINGUAS.
  615. * Wed Jan 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.45-1
  616. - Updated to pycups-1.9.17.
  617. - 0.7.45:
  618. - Fixed traceback in driver check.
  619. * Tue Jan 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.44-1
  620. - 0.7.44:
  621. - Fixed traceback in error display (bug #220136).
  622. - Preserve case in model string when dumping debug output.
  623. * Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
  624. - 0.7.43:
  625. - Don't check against IEEE 1284 DES field at all.
  626. - Merged device matching code (bug #219518).
  627. - Catch non-fatal errors when auto-matching device.
  628. - Fixed driver checking bug involving pipelines (bug #220347).
  629. - Show PPD errors (bug #220136).
  630. * Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1
  631. - 0.7.42:
  632. - Fixed typo in command set matching code.
  633. - Case-insensitive matching when Device ID not known to database.
  634. * Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
  635. - build against python 2.5
  636. * Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
  637. - Updated pycups to 1.9.16.
  638. - 0.7.41:
  639. - Reconnect smoothly after uploading new configuration.
  640. - Update lpoptions when setting default printer if it conflicts with
  641. the new setting (bug #217395).
  642. - Fixed typo in show_HTTP_Error (bug #217537).
  643. - Don't pre-select make and model when not discoverable for chosen
  644. device (bug #217518).
  645. - Set Forward button sensitive on Device screen in new-printer
  646. dialog (bug #217515).
  647. - Keep Server Settings selected after applying changes if it was selected
  648. before.
  649. - Set Connecting dialog transient for main window.
  650. - Center Connecting dialog on parent.
  651. - Optional 'reason' argument for cupshelpers.Printer.setEnabled.
  652. - Describe devices that have no optional parameters.
  653. * Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
  654. - Provide pycups feature.
  655. * Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.40-1
  656. - 0.7.40:
  657. - Removed username:password from hint string because we add that in
  658. afterwards.
  659. - Don't set button widths in create-printer dialog (bug #217025).
  660. * Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.39-1
  661. - 0.7.39:
  662. - Busy cursor while loading foomatic and PPD list (bug #215527).
  663. - Make PPD NickName selectable.
  664. - Added SMB hint label on device screen (bug #212759).
  665. * Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com> 0.7.38-1
  666. - Updated pycups to 1.9.15.
  667. - 0.7.38:
  668. - Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
  669. * Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.37-1
  670. - 0.7.37:
  671. - Allow cancellation of test pages (bug #215054).
  672. * Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 0.7.36-1
  673. - 0.7.36:
  674. - Match against commandset (bug #214181).
  675. - Parse 'ieee1284' foomatic autodetect entries (bug #214761).
  676. - Don't remove foomatic PPDs from the list (bug #197331).
  677. * Tue Nov 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.35-1
  678. - 0.7.35.
  679. * Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
  680. - Updated to pycups-1.9.14 (bug #213136).
  681. * Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
  682. - Update desktop database (bug #213249).
  683. * Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com>
  684. - Build requires Python 2.4.
  685. * Mon Oct 2 2006 Tim Waugh <twaugh@redhat.com> 0.7.32-1
  686. - Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
  687. - 0.7.32:
  688. - Handle HTTP errors during connection (bug #208824).
  689. - Updated translations (bug #208873).
  690. * Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.31-1
  691. - 0.7.31:
  692. - Select recommended driver automatically (bug #208606).
  693. - Better visibility of driver list (bug #203907).
  694. * Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.30-1
  695. - 0.7.30:
  696. - Translations fixed properly (bug #206622).
  697. - Button widths corrected (bug #208556).
  698. * Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.28-1
  699. - 0.7.28. Translations fixed (bug #206622).
  700. * Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.27-1
  701. - Build requires intltool.
  702. - 0.7.27.
  703. * Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.26-1
  704. - 0.7.26. Fixes bug # 203149.
  705. * Mon Aug 14 2006 Florian Festi <ffesti@redhat.com> 0.7.25-1
  706. - 0.7.25. (bug #202060)
  707. * Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com>
  708. - Fixed description (bug #202189).
  709. * Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.24-1
  710. - 0.7.24.
  711. * Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 0.7.23-1
  712. - 0.7.23. Fixes bug #197866.
  713. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.22-1.1
  714. - rebuild
  715. * Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.22-1
  716. - 0.7.22.
  717. * Wed Jul 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.21-1
  718. - Updated to pycups-1.9.12.
  719. - 0.7.21.
  720. * Mon Jul 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.20-1
  721. - 0.7.20.
  722. * Fri Jun 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.19-1
  723. - 0.7.19.
  724. - Remove foomatic pickle file post-install.
  725. * Tue Jun 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.18-1
  726. - 0.7.18.
  727. - Ship translations with libs subpackage.
  728. * Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.17-1
  729. - 0.7.17.
  730. * Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.16-1
  731. - 0.7.16, now with SMB browser.
  732. * Wed Jun 22 2006 Tim Waugh <twaugh@redhat.com> 0.7.15-1
  733. - 0.7.15.
  734. - Build requires gettext-devel.
  735. - Ship translations.
  736. * Tue Jun 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.14-1
  737. - 0.7.14.
  738. * Mon Jun 19 2006 Tim Waugh <twaugh@redhat.com> 0.7.13-1
  739. - 0.7.13.
  740. * Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 0.7.12-1
  741. - 0.7.12.
  742. * Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-3
  743. - Fix libs dependency.
  744. * Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-2
  745. - Moved the gtk_html2pango module to the libs package (needed by
  746. foomatic.py).
  747. * Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-1
  748. - Split out system-config-printer-libs.
  749. - Updated to system-config-printer-0.7.11.
  750. * Sat May 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-2
  751. - Requires gobject2 (bug #192764).
  752. * Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-1
  753. - Require foomatic (bug #192764).
  754. - Updated to system-config-printer-0.7.10.
  755. * Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 0.7.9-1
  756. - Updated to pycups-1.9.11.
  757. - Updated to system-config-printer-0.7.9.
  758. * Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.8-1
  759. - Updated to pycups-1.9.10.
  760. - Updated to system-config-printer-0.7.8.
  761. * Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
  762. - Fix pycups segfault.
  763. * Fri May 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-2
  764. - Ship PAM and userhelper files.
  765. - Requires usermode.
  766. - Added missing options.py file.
  767. - Fix getClasses() in pycups.
  768. * Thu May 4 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-1
  769. - Updated to system-config-printer-0.7.7.
  770. - Updated to pycups-1.9.9.
  771. - Desktop file.
  772. - Requires PyXML.
  773. * Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
  774. - Make it actually run.
  775. * Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
  776. - Build requires CUPS 1.2.
  777. * Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.5-1
  778. - Updated to pycups-1.9.8. No longer need threads patch.
  779. - Updated to system-config-printer-0.7.5.
  780. * Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
  781. - Updated to pycups-1.9.7.
  782. * Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-2
  783. - Obsoletes: system-config-printer-gui <= 0.6.152
  784. * Wed Apr 12 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-1
  785. - Updated to system-config-printer-0.7.4.
  786. * Fri Apr 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.3-1
  787. - Added threads patch from pycups CVS.
  788. - Updated to system-config-printer-0.7.3.
  789. * Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
  790. - Updated to pycups-1.9.6.
  791. * Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com>
  792. - Updated to pycups-1.9.5.
  793. * Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com>
  794. - Package the actual system-config-printer command.
  795. * Thu Mar 16 2006 Tim Waugh <twaugh@redhat.com> 0.7.1-1
  796. - Include s-c-printer tarball.
  797. - Updated to pycups-1.9.4.
  798. * Wed Mar 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.0-1
  799. - Initial spec file.