gutenprint-vl.spec 20 KB

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