xwpick-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Summary: An X Window System screenshot grabber.
  2. Summary(ja): X ウィンドウ・システムの画像切取ツール
  3. Name: xwpick
  4. Version: 2.20
  5. Release: 12%{?_dist_release}
  6. License: MIT
  7. Group: User Interface/X
  8. Source: ftp://ftp.x.org/contrib/applications/xwpick-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: XOrg-devel
  11. %description
  12. The xwpick program allows you to choose an image or a rectangular piece
  13. of an image from an X Window System window and then write the image to
  14. a file in a variety of formats, incuding PostScript(TM), GIF, and PICT.
  15. Install the xwpick program if you need to take screenshots from X Window
  16. System screens and write them to files.
  17. %description -l ja
  18. xwpick を使うと X Window System のウィンドウの画像を切り取って
  19. PostScript(TM), GIF, PICT などのフォーマットで保存することができます.
  20. %prep
  21. %setup -q
  22. %build
  23. xmkmf
  24. make
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make DESTDIR=$RPM_BUILD_ROOT MANPATH=%{_mandir} install install.man
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files
  31. %defattr(-,root,root)
  32. %doc 0README
  33. %{_bindir}/xwpick
  34. %{_mandir}/man1/xwpick.1*
  35. %changelog
  36. * Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.20-12vl5
  37. - applied new versioning policy, spec in utf-8
  38. - modified install directories
  39. * Tue Jul 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20-11vl3
  40. - rebuilt with new toolchains
  41. - changed Group to User Interface/X
  42. - added BuildRequires
  43. - s/Copyright/License/
  44. * Thu Nov 9 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
  45. - 2.20-11vl2
  46. - modified %files section to handle compressed man pages
  47. * Fri Mar 10 2000 Jun Nishii <jun@vinelinux.org>
  48. - build for Vine Linux 2.0
  49. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  50. - auto rebuild in the new build environment (release 11)
  51. * Fri Dec 20 1998 Bill Nottingham <notting@redhat.com>
  52. - build for 6.0
  53. * Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
  54. - build root
  55. * Fri May 08 1998 Prospector System <bugs@redhat.com>
  56. - translations modified for de, fr, tr
  57. * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
  58. - fixed src url
  59. * Fri Aug 22 1997 Erik Troan <ewt@redhat.com>
  60. - built against glibc