source: projects/specs/trunk/f/freepwing/freepwing-vl.spec @ 521

Revision 521, 1.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name freepwing
2%define version 1.4.4
3%define release 1%{?_dist_release}
4
5Summary: FreePWING: Free JIS X 4081 Formatter
6Name: %{name}
7Version: %{version}
8Release: %{release}
9Source0: ftp://ftp.sra.co.jp/pub/misc/freepwing/%{name}-%{version}.tar.gz
10License: GNU GPL 2
11Group: Applications/Text
12Url: http://www.sra.co.jp/people/m-kasahr/freepwing/
13BuildRoot: %{_tmppath}/%{name}-buildroot
14Prefix: %{_prefix}
15BuildRequires: perl
16Requires: perl
17
18%description
19Free JIS X 4081 Formatter
20
21%description -l ja
22FreePWING は JIS X 4081 形式の書籍データを生成を行うソフトウェアです。
23JIS X 4081 は EPWING V1 のサブセットですので、FreePWING によって生成し
24た JIS X 4081 形式の書籍データは、原理上 EPWING の検索ソフトウェアで検
25索を行うことが可能です。
26
27%prep
28%setup -q
29
30%build
31%configure
32make
33
34%install
35rm -rf %{buildroot}
36%makeinstall perllibdir=%{buildroot}%{perl_sitearch}
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root)
43%{_bindir}/fpwmake
44%{perl_sitearch}/FreePWING
45%{_libexecdir}/freepwing
46%{_datadir}/freepwing
47
48
49%changelog
50* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.4-1vl5
51- applied new versioning policy, spec in utf-8
52- built with perl-5.10.0
53
54* Sun Aug 13 2006 IWAI, Masaharu <iwai@alib.jp> 1.4.4-0vl1
55- new package
56
Note: See TracBrowser for help on using the repository browser.