gutenprint-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. %define build_with_ijs_support 1
  2. %define cups_serverbin %{_libdir}/cups
  3. Name: gutenprint
  4. Summary: Printer Drivers Package
  5. Summary(ja): プリンタドライバ集
  6. Version: 5.2.11
  7. Release: 1%{?_dist_release}
  8. Group: System Environment/Libraries
  9. License: GPLv2+
  10. URL: http://gimp-print.sourceforge.net/
  11. Source0: http://dl.sf.net/gimp-print/gutenprint-5.2/%{version}/gutenprint-%{version}.tar.bz2
  12. # Post-install script to update foomatic PPDs.
  13. Source1: gutenprint-foomaticppdupdate
  14. # Post-install script to update CUPS native PPDs.
  15. Source2: cups-genppdupdate.py.in
  16. Patch0: gutenprint-menu.patch
  17. Patch1: gutenprint-O6.patch
  18. Patch2: gutenprint-selinux.patch
  19. Patch3: gutenprint-postscriptdriver.patch
  20. Patch4: gutenprint-yyin.patch
  21. Patch5: gutenprint-manpage.patch
  22. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  23. BuildRequires: cups >= 1.4.0
  24. BuildRequires: cups-libs >= 1.4.0
  25. BuildRequires: cups-devel
  26. BuildRequires: foomatic
  27. BuildRequires: gettext-devel
  28. BuildRequires: gimp-devel
  29. BuildRequires: gtk2-devel
  30. BuildRequires: libjpeg-devel
  31. BuildRequires: libpng-devel
  32. BuildRequires: libtiff-devel
  33. BuildRequires: libusb1-devel
  34. BuildRequires: pkgconfig
  35. %if %{build_with_ijs_support}
  36. BuildRequires: ghostscript-devel
  37. %endif
  38. BuildRequires: gimp
  39. BuildRequires: chrpath
  40. # Make sure we get postscriptdriver tags.
  41. BuildRequires: python-cups
  42. Obsoletes: gimp-print-utils <= 4.2.7-25
  43. Provides: gimp-print-utils = 4.2.7-25
  44. Vendor: Project Vine
  45. Distribution: Vine Linux
  46. Packager: tomop
  47. ## NOTE ##
  48. # The README file in this package contains suggestions from upstream
  49. # on how to package this software. I'd be inclined to follow those
  50. # suggestions unless there's a good reason not to do so.
  51. %description
  52. Gutenprint is a package of high quality printer drivers for Linux, BSD,
  53. Solaris, IRIX, and other UNIX-alike operating systems.
  54. Gutenprint was formerly called Gimp-Print.
  55. %package doc
  56. Summary: Documentation for gutenprint
  57. Summary(ja): Gutenprint のドキュメント
  58. Group: Documentation
  59. %description doc
  60. Documentation for gutenprint.
  61. %package devel
  62. Summary: Library development files for gutenprint
  63. Summary(ja): Gutenprint の開発用ライブラリ
  64. Group: Development/Libraries
  65. Requires: %{name} = %{version}-%{release}
  66. Requires: gtk2-devel
  67. Obsoletes: gimp-print-devel <= 4.2.7-25
  68. Provides: gimp-print-devel = 4.2.7-25
  69. %description devel
  70. This package contains headers and libraries required to build applications that
  71. uses gutenprint package.
  72. %package plugin
  73. Summary: GIMP plug-in for gutenprint
  74. Summary(ja): Gutenprint GIMP プラグイン
  75. Group: Applications/Graphics
  76. Requires: %{name} = %{version}-%{release}
  77. Requires: gimp
  78. Obsoletes: gimp-print-plugin <= 4.2.7-25
  79. Provides: gimp-print-plugin = 4.2.7-25
  80. %description plugin
  81. This package contains the gutenprint GIMP plug-in.
  82. %package foomatic
  83. Summary: Foomatic printer database information for gutenprint
  84. Summary(ja): Gutenprint 用 Foomatic プリンタデータベース
  85. Group: System Environment/Libraries
  86. Requires: %{name} = %{version}-%{release}
  87. Requires(post): foomatic
  88. #Requires(post): system-config-printer-libs
  89. Obsoletes: gimp-print <= 4.2.7-25
  90. Provides: gimp-print = 4.2.7-25
  91. %description foomatic
  92. This package contains a database of printers,printer drivers,
  93. and driver descriptions.
  94. %package extras
  95. Summary: Sample test pattern generator for gutenprint-devel
  96. Summary(ja): Gutenprint-devel 用のサンプルテストパターン生成器
  97. Group: Applications/Publishing
  98. Requires: %{name} = %{version}-%{release}
  99. %description extras
  100. This package contains test pattern generator and the sample test pattern
  101. that is used by gutenprint-devel package.
  102. %package cups
  103. Summary: CUPS drivers for Canon, Epson, HP and compatible printers
  104. Summary(ja): Canon, EPSON, HP 並びにそれらの互換プリンタ用の CUPS ドライバ集
  105. Group: System Environment/Libraries
  106. Requires: cups >= 1.2.1-1.7
  107. Requires: %{name} = %{version}-%{release}
  108. Obsoletes: gimp-print-cups < 4.2.7-26
  109. Provides: gimp-print-cups = %{version}-%{release}
  110. Obsoletes: gutenprint-ppds-cs < 5.0.0-8
  111. Provides: gutenprint-ppds-cs = %{version}-%{release}
  112. Obsoletes: gutenprint-ppds-da < 5.0.0-8
  113. Provides: gutenprint-ppds-da = %{version}-%{release}
  114. Obsoletes: gutenprint-ppds-de < 5.0.0-8
  115. Provides: gutenprint-ppds-de = %{version}-%{release}
  116. Obsoletes: gutenprint-ppds-el < 5.0.0-8
  117. Provides: gutenprint-ppds-el = %{version}-%{release}
  118. Obsoletes: gutenprint-ppds-en_GB < 5.0.0-8
  119. Provides: gutenprint-ppds-en_GB = %{version}-%{release}
  120. Obsoletes: gutenprint-ppds-es < 5.0.0-8
  121. Provides: gutenprint-ppds-es = %{version}-%{release}
  122. Obsoletes: gutenprint-ppds-fr < 5.0.0-8
  123. Provides: gutenprint-ppds-fr = %{version}-%{release}
  124. Obsoletes: gutenprint-ppds-hu < 5.0.0-8
  125. Provides: gutenprint-ppds-hu = %{version}-%{release}
  126. Obsoletes: gutenprint-ppds-ja < 5.0.0-8
  127. Provides: gutenprint-ppds-ja = %{version}-%{release}
  128. Obsoletes: gutenprint-ppds-nb < 5.0.0-8
  129. Provides: gutenprint-ppds-nb = %{version}-%{release}
  130. Obsoletes: gutenprint-ppds-nl < 5.0.0-8
  131. Provides: gutenprint-ppds-nl = %{version}-%{release}
  132. Obsoletes: gutenprint-ppds-pl < 5.0.0-8
  133. Provides: gutenprint-ppds-pl = %{version}-%{release}
  134. Obsoletes: gutenprint-ppds-pt < 5.0.0-8
  135. Provides: gutenprint-ppds-pt = %{version}-%{release}
  136. Obsoletes: gutenprint-ppds-sk < 5.0.0-8
  137. Provides: gutenprint-ppds-sk = %{version}-%{release}
  138. Obsoletes: gutenprint-ppds-sv < 5.0.0-8
  139. Provides: gutenprint-ppds-sv = %{version}-%{release}
  140. Obsoletes: gutenprint-ppds-zh_TW < 5.0.0-8
  141. Provides: gutenprint-ppds-zh_TW = %{version}-%{release}
  142. %description cups
  143. This package contains native CUPS support for a wide range of Canon,
  144. Epson, HP and compatible printers.
  145. %prep
  146. %setup -q -n %{name}-%{version}
  147. # Fix menu placement of GIMP plugin.
  148. %patch0 -p1 -b .menu
  149. # Don't use -O6 compiler option.
  150. %patch1 -p1 -b .O6
  151. # Restore file contexts when updating PPDs.
  152. %patch2 -p1 -b .selinux
  153. # Allow the CUPS dynamic driver to run inside a build root.
  154. %patch3 -p1 -b .postscriptdriver
  155. # Fix build against new versions of gcc.
  156. # Don't export yy* symbols (bug #882194).
  157. %patch4 -p1 -b .yyin
  158. # Added some escputil options to the manpage (bug #979064).
  159. %patch5 -p1 -b .manpage
  160. cp %{SOURCE2} src/cups/cups-genppdupdate.in
  161. %build
  162. # autoreconf has been added due to bug #925535,
  163. # should be safe to remove once configure is Autoconf > 2.68 generated,
  164. # i.e. with gutenprint > 5.2.9
  165. mkdir m4local
  166. autoreconf --verbose --force --install
  167. %configure --disable-static --disable-dependency-tracking \
  168. --with-foomatic --with-ghostscript \
  169. --enable-samples --enable-escputil \
  170. --enable-test --disable-rpath \
  171. --enable-cups-1_2-enhancements \
  172. --disable-cups-ppds \
  173. --enable-simplified-cups-ppds
  174. make %{?_smp_mflags}
  175. %install
  176. rm -rf %{buildroot}
  177. make DESTDIR=%{buildroot} install
  178. mkdir -p %{buildroot}%{_sbindir}
  179. install -m755 %{SOURCE1} %{buildroot}%{_sbindir}
  180. rm -rf %{buildroot}%{_datadir}/gutenprint/doc
  181. rm -f %{buildroot}%{_datadir}/foomatic/kitload.log
  182. rm -rf %{buildroot}%{_libdir}/gutenprint/5.2/modules/*.la
  183. rm -f %{buildroot}%{_sysconfdir}/cups/command.types
  184. %find_lang %{name} --all-name
  185. %if %{build_with_ijs_support}
  186. %else
  187. rm -f %{buildroot}%{_mandir}/man1/ijsgutenprint.1*
  188. %endif
  189. # Fix up rpath. If you can find a way to do this without resorting
  190. # to chrpath, please let me know!
  191. for file in \
  192. %{buildroot}%{_sbindir}/cups-genppd.5.2 \
  193. %{buildroot}%{_libdir}/gimp/*/plug-ins/* \
  194. %{buildroot}%{_libdir}/*.so.* \
  195. %{buildroot}%{cups_serverbin}/driver/* \
  196. %{buildroot}%{cups_serverbin}/filter/* \
  197. %{buildroot}%{_bindir}/*
  198. do
  199. chrpath --delete ${file}
  200. done
  201. %clean
  202. rm -rf %{buildroot}
  203. %post
  204. /sbin/ldconfig
  205. %postun
  206. /sbin/ldconfig
  207. %post cups
  208. /usr/sbin/cups-genppdupdate >/dev/null 2>&1 || :
  209. /sbin/service cups reload >/dev/null 2>&1 || :
  210. exit 0
  211. %files -f %{name}.lang
  212. %defattr(-, root, root,-)
  213. %doc COPYING
  214. %{_bindir}/escputil
  215. %{_mandir}/man1/escputil.1*
  216. %{_bindir}/ijsgutenprint.5.2
  217. %if %{build_with_ijs_support}
  218. %{_mandir}/man1/ijsgutenprint.1*
  219. %endif
  220. %{_datadir}/gutenprint
  221. %{_libdir}/*.so.*
  222. %{_libdir}/gutenprint/
  223. # For some reason the po files are needed as well.
  224. %{_datadir}/locale/*/gutenprint_*.po
  225. %files doc
  226. %defattr(-,root,root,-)
  227. %doc COPYING AUTHORS NEWS README doc/FAQ.html doc/gutenprint-users-manual.odt doc/gutenprint-users-manual.pdf
  228. %files devel
  229. %defattr(-,root,root,-)
  230. %doc ChangeLog doc/developer/reference-html doc/developer/gutenprint.pdf
  231. %doc doc/gutenprint doc/gutenprintui2
  232. %{_includedir}/gutenprint/
  233. %{_includedir}/gutenprintui2/
  234. %{_libdir}/*.so
  235. %{_libdir}/pkgconfig/gutenprint.pc
  236. %{_libdir}/pkgconfig/gutenprintui2.pc
  237. %exclude %{_libdir}/*.la
  238. %files plugin
  239. %defattr(-, root, root,-)
  240. %{_libdir}/gimp/*/plug-ins/gutenprint
  241. %files foomatic
  242. %defattr(-, root, root,-)
  243. %doc
  244. %{_sbindir}/gutenprint-foomaticppdupdate
  245. %{_datadir}/foomatic/db/source/driver/*
  246. %{_datadir}/foomatic/db/source/opt/*
  247. %files extras
  248. %defattr(-, root, root,-)
  249. %doc
  250. %{_bindir}/testpattern
  251. %{_datadir}/gutenprint/samples/*
  252. %files cups
  253. %defattr(-, root, root,-)
  254. %doc
  255. %{_datadir}/cups/calibrate.ppm
  256. %{_datadir}/cups/usb/net.sf.gimp-print.usb-quirks
  257. %{cups_serverbin}/filter/*
  258. %{cups_serverbin}/driver/*
  259. %{cups_serverbin}/backend/*
  260. %{_bindir}/cups-calibrate
  261. %{_sbindir}/cups-genppd*
  262. %{_mandir}/man8/cups-calibrate.8*
  263. %{_mandir}/man8/cups-genppd*.8*
  264. %post foomatic
  265. /bin/rm -f /var/cache/foomatic/*
  266. if [ $1 -eq 2 ]; then
  267. %{_sbindir}/gutenprint-foomaticppdupdate %{version} >/dev/null 2>&1 || :
  268. fi
  269. %postun foomatic
  270. /bin/rm -f /var/cache/foomatic/*
  271. %changelog
  272. * Sat Jan 16 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.11-1
  273. - new upstream release.
  274. * Mon Jan 12 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.2.10-2
  275. - added BR: libusb1-devel
  276. - added Japanese summary
  277. - moved main package to System Environment/Libraries Group
  278. - moved plugin subpackage to Applications/Graphics Group
  279. * Sun Jun 8 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.10-1
  280. - new upstream release.
  281. * Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-1
  282. - new upstream release.
  283. * Sun Feb 12 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.7-6
  284. - built for Vine Linux.
  285. * Tue Aug 09 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-5
  286. - Improve the null-pointer.patch (bug #725447).
  287. - Added IEEE 1284 Device ID for:
  288. Epson Stylus D78 (bug #245948).
  289. * Tue Jun 28 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-4
  290. - Fixed use of find_lang macro (bug #716426).
  291. * Wed Jun 15 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-3
  292. - Rebuilt against new python-cups package to fix postscriptdriver tags
  293. (bug #712074).
  294. * Tue Jun 7 2011 Tim Waugh <twaugh@redhat.com> 5.2.7-2
  295. - Fix build against newer versions of gcc.
  296. - cups-genppdupdate: fixed multicat support (bug #711021). It was
  297. writing an extra newline character after the URI, which caused the
  298. gutenprint.5.2 multicat process to exit. This prevented some
  299. PPDs from being updated.
  300. * Thu May 05 2011 Jiri Popelka <jpopelka@redhat.com> 5.2.7-1
  301. - 5.2.7.
  302. * Thu Dec 02 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-3
  303. - Added IEEE 1284 Device ID for:
  304. Canon PIXMA iP4200 (bug #626365).
  305. Canon PIXMA iP3000 (bug #652179).
  306. Epson Stylus Color 680 (bug #652228).
  307. Epson Stylus Photo 1270 (bug #638537).
  308. HP LaserJet 4050/4100/4350/5100/8000/M3027 MFP/M3035 MFP/P3005 (bug #659043).
  309. HP Color LaserJet 2500/4550 (bug #659044).
  310. Brother hl-2035 (bug #651603#c3).
  311. - Avoid null pointer access in escputil (bug #659120).
  312. * Fri Nov 26 2010 Tim Waugh <twaugh@redhat.com> 5.2.6-2
  313. - The pycups requirement is now python-cups.
  314. * Wed Aug 11 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.6-1
  315. - 5.2.6.
  316. * Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-10
  317. - Added COPYING file to main package.
  318. * Thu Jul 8 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-9
  319. - Don't ship kitload.log in foomatic sub-package (bug #594709).
  320. * Fri Jun 11 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-8
  321. - Fixed Source0 URL.
  322. * Wed May 12 2010 Jiri Popelka <jpopelka@redhat.com> 5.2.5-7
  323. - Added IEEE 1284 Device ID for:
  324. Epson Stylus Photo 1400 (bug #577299).
  325. Epson Stylus Photo 830U (bug #577307).
  326. HP DeskJet 959C (bug #577291).
  327. * Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-6
  328. - Added IEEE 1284 Device ID for Epson Stylus Photo R230 (from Ubuntu #520466).
  329. * Mon Mar 8 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-5
  330. - Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
  331. * Tue Mar 2 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-4
  332. - Better defattr use in file manifests.
  333. - Fixed mixed spaces and tabs.
  334. - Fixed main package summary.
  335. - Added comments for all sources and patches.
  336. * Mon Feb 15 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-3
  337. - The cups sub-package requires the exactly-matching main gutenprint
  338. package.
  339. * Fri Feb 12 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-2
  340. - 5.2.5.
  341. * Fri Feb 5 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-11
  342. - CUPS driver: if DESTDIR is set, use it when looking for XML files.
  343. Fixes postscriptdriver tags.
  344. * Thu Feb 4 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-10
  345. - Rebuild for postscriptdriver tags.
  346. * Wed Nov 25 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-9
  347. - The foomatic sub-package requires foomatic-db (for directories).
  348. * Fri Nov 20 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-8
  349. - Don't ship command.types as CUPS defines its own.
  350. * Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-7
  351. - Removed incorrect Device ID for Brother HL-2060 (bug #531370).
  352. * Mon Sep 28 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-6
  353. - Reimplemented PPD upgrade script in Python to avoid perl
  354. dependency (bug #524978).
  355. * Tue Sep 1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
  356. - Provide IEEE 1284 Device IDs in CUPS model list.
  357. * Tue Aug 18 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-4
  358. - Enabled simplified CUPS drivers (bug #518030).
  359. * Mon Aug 3 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-3
  360. - Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
  361. * Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-2
  362. - 5.2.4. Re-enabled compiler optimization for ppc64.
  363. * Thu Jul 30 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-8
  364. - Don't show output when upgrading cups sub-package (bug #507324).
  365. - Split documentation into doc sub-package (bug #492452).
  366. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-7
  367. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  368. * Wed Jul 15 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-6
  369. - Don't build CUPS PPDs (instead build a CUPS driver that can
  370. generate them). Fixes build (bug #511538).
  371. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.3-5
  372. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  373. * Thu Jan 29 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-4
  374. - When updating foomatic PPDs, don't give a traceback if some PPD is
  375. not strictly conformant (bug #481397).
  376. * Sat Jan 10 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-3
  377. - Don't use popen2 in the foomatic PPD update script.
  378. * Thu Jan 8 2009 Tim Waugh <twaugh@redhat.com> 5.2.3-2
  379. - Only run the foomatic PPD update script on update, and make sure the
  380. script can deal with major version upgrades (bug #478328).
  381. * Tue Dec 23 2008 Tim Waugh <twaugh@redhat.com> 5.2.3-1
  382. - 5.2.3.
  383. * Fri Dec 5 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-2
  384. - Fixed generation of globalized PPDs.
  385. * Thu Nov 20 2008 Tim Waugh <twaugh@redhat.com> 5.2.2-1
  386. - 5.2.2.
  387. - Restore SELinux file contexts of modified PPDs.
  388. * Mon Aug 4 2008 Tim Waugh <twaugh@redhat.com>
  389. - Fixed summary for foomatic sub-package.
  390. * Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.0.2-3
  391. - fix license tag
  392. * Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-2
  393. - Rebuild for GCC 4.3.
  394. * Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 5.0.2-1
  395. - 5.0.2. No longer need lpstat patch.
  396. * Mon Jan 7 2008 Tim Waugh <twaugh@redhat.com>
  397. - Own %%{_datadir}/gutenprint (bug #427801).
  398. * Fri Oct 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-5
  399. - Don't ship samples in the main package.
  400. * Fri Aug 31 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-4
  401. - Plug-in name is gutenprint, not print.
  402. * Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-3
  403. - The foomatic package requires system-config-printer-libs for the
  404. update script (bug #246865).
  405. * Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-2
  406. - Fix up foomatic PPD files after upgrade (bug #246448).
  407. * Tue Jun 26 2007 Tim Waugh <twaugh@redhat.com> 5.0.1-1
  408. - 5.0.1.
  409. * Thu May 10 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-3
  410. - Try to work around GCC bug #239003.
  411. - Don't add extra compiler flags.
  412. - Moved gimp-print obsoletes/provides to the foomatic sub-package
  413. (bug #238890).
  414. * Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-2
  415. - Slightly better obsoletes/provides to follow the naming guidelines.
  416. * Mon Mar 5 2007 Tim Waugh <twaugh@redhat.com> 5.0.0.99.1-1
  417. - 5.0.0.99.1.
  418. - No longer need PPDs sub-packages: CUPS driver is included in the cups
  419. sub-package.
  420. - Package the CUPS driver in sbindir and put a symlink in the CUPS ServerBin
  421. directory to work around bug #231015.
  422. - Set POSIX locale when parsing lpstat output.
  423. * Fri Mar 2 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-7
  424. - Fixed menu patch.
  425. - Don't list rastertogutenprint twice.
  426. * Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com>
  427. - Fixed typo in patch line.
  428. * Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-6
  429. - Ported menu patch from gimp-print package.
  430. - Fixed summary for plugin sub-package.
  431. * Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-5
  432. - More obsoletes/provides for gimp-print sub-packages.
  433. * Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-4
  434. - Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel,
  435. not gtk+-devel.
  436. * Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-3
  437. - More obsoletes/provides fixing (bug #222546).
  438. * Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-2
  439. - Make cups sub-package obsolete/provide gimp-print-cups.
  440. - PPDs sub-packages require cups sub-package.
  441. - Remove foomatic cache after foomatic sub-package is installed/removed.
  442. - Obsoletes/Provides gimp-print-utils.
  443. * Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 5.0.0-1
  444. - The cups subpackage no longer requires gimp-print-cups.
  445. - Ship escputil, native CUPS backend/filters, and cups-calibrate.
  446. * Thu Jan 11 2007 Parag Nemade <panemade@gmail.com>- 5.0.0-0.17
  447. - Enabling -plugin subpackage as gimp-print dropped its -plugin subpackage.
  448. * Tue Nov 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.16
  449. - Added missing dependency of gimp-print-cups in gutenprint-cups
  450. * Tue Oct 03 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.15
  451. - Did some fix for tag issue
  452. * Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.14
  453. - Removed unwanted .la files and made following files owned by
  454. main package.
  455. /usr/share/gutenprint/5.0.0
  456. /usr/share/gutenprint
  457. * Fri Sep 29 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.13
  458. - Fixed some missing file remove locations path
  459. * Thu Sep 28 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.12
  460. - Fixed rpm build for x86_64 arch
  461. * Fri Sep 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.11
  462. - Separated GIMP plugin under gutenprint-plugin package
  463. * Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.10
  464. - Added gimp as BR
  465. * Thu Sep 07 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.9
  466. - Removed Requires(post) and Requires(postun) lines in SPEC
  467. - Removed mixed usage of macros
  468. * Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.8
  469. - Moved cups related files from main rpm to gutenprint-cups
  470. * Wed Aug 09 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.7
  471. - Moved /usr/share/gutenprint/doc to %%doc of main rpm and devel rpm
  472. - Additionally added API documents for gutenprint and gutenprintui2
  473. * Tue Aug 08 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.6
  474. - Added cups-genppdupdate.5.0 at post section
  475. - Splitted gutenprint main rpm for separate languages
  476. * Wed Aug 02 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.5
  477. - New upstream release
  478. * Wed Jul 19 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.4.rc3
  479. - Removed Requires on perl-Curses and perl-perlmenu
  480. as both are automatically added on binary RPM
  481. - Commented Obsoletes and provides tag as Fedora Extras package can not
  482. Obsoletes Fedora Core Package.
  483. * Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.3.rc3
  484. - Added 3 more sub-packages-extras,cups,foomatic
  485. - Added BuildRequires gtk+-devel
  486. - Added correct options for %%configure
  487. - Added Requires for perl-Curses, perl-perlmenu
  488. - Added cups restart command at post section of SPEC
  489. * Tue Jul 18 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.2.rc3
  490. - Added Obsoletes and Provides tag
  491. * Fri Jul 14 2006 Parag Nemade <panemade@gmail.com>- 5.0.0-0.1.rc3
  492. - Initial Release