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

Revision 670, 1.5 KB checked in by iwaim, 14 years ago (diff)

update: freepwing 1.6.1-1

Line 
1%define name freepwing
2%define version 1.6.1
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.bz2
10License: GPLv2+
11Group: Applications/Text
12Url: http://www.sra.co.jp/people/m-kasahr/freepwing/
13BuildRoot: %{_tmppath}/%{name}-buildroot
14BuildRequires: perl
15Requires: perl
16BuildArch: noarch
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_vendorlib}
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root)
43%doc README NEWS AUTHOR COPYING ChangeLog
44%{_bindir}/fpwmake
45%{perl_vendorlib}/FreePWING
46%{_libexecdir}/freepwing
47%{_datadir}/freepwing
48
49
50%changelog
51* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.1-1
52- new upstream release
53- change BuildArch: noarch
54- drop unnecessary Prefix tag
55- add ducumentations
56
57* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.4-1vl5
58- applied new versioning policy, spec in utf-8
59- built with perl-5.10.0
60
61* Sun Aug 13 2006 IWAI, Masaharu <iwai@alib.jp> 1.4.4-0vl1
62- new package
63
Note: See TracBrowser for help on using the repository browser.