epstool-vl.spec 1.9 KB

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