source: projects/specs/trunk/e/epstool/epstool-vl.spec @ 5481

Revision 5481, 1.9 KB checked in by munepi, 12 years ago (diff)

updated epstool-vl.spec

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