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