epstool-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Name: epstool
  2. Version: 3.08
  3. Release: 1%{?_dist_release}
  4. Summary: utility for EPS files
  5. Summary(ja): EPSファイルのユーティリティ
  6. License: GPL
  7. Distribution: Vine Linux
  8. Vendor: Project Vine
  9. Group: Applications/Publishing
  10. Source: %{name}-%{version}.tar.gz
  11. Packager: Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  12. URL: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: ghostscript
  15. Requires: ghostscript
  16. %description
  17. Epstool is a utility to create or extract preview images in EPS files,
  18. fix bounding boxes and convert to bitmaps.
  19. Features:
  20. * Add EPSI, DOS EPS or Mac PICT previews.
  21. * Extract PostScript from DOS EPS files.
  22. * Uses Ghostscript to create preview bitmaps.
  23. * Create a TIFF, WMF, PICT or Interchange preview from part of a bitmap created by Ghostscript.
  24. * works on little-endian machines (Intel) or big endian (Sun Sparc, Motorola) machines.
  25. %description -l ja
  26. EPSファイルのプレビュー画像を作成・抽出、BBoxの修正、ビットマップ出力
  27. などの機能を有するツール。
  28. %prep
  29. %setup
  30. %build
  31. %{__make}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. %{__install} -d %{buildroot}%{_bindir}
  35. %{__install} -m 755 ./bin/%{name} %{buildroot}%{_bindir}
  36. %{__install} -d %{buildroot}%{_mandir}/man1
  37. %{__install} -m 644 doc/%{name}.1 %{buildroot}%{_mandir}/man1
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files
  41. %defattr(-,root,root)
  42. %doc LICENCE doc/epstool.htm doc/gsview.css
  43. %{_bindir}/*
  44. %{_mandir}/*
  45. %changelog
  46. * Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 3.08-1vl5
  47. - applied new versioning policy, spec in utf-8
  48. * Fri Aug 18 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
  49. - Rebuilt for VineSeed (4.0)
  50. * Tue Oct 25 2005 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
  51. - Inital package for VineLinux3.2