source: projects/specs/branches/6/f/freepwing/freepwing-vl.spec @ 6386

Revision 6386, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

gob2,g-wrap,hyphen,libdap: new upstream release
others: rebuild

RevLine 
[521]1%define name freepwing
[670]2%define version 1.6.1
[6386]3%define release 2%{?_dist_release}
[521]4
5Summary: FreePWING: Free JIS X 4081 Formatter
6Name: %{name}
7Version: %{version}
8Release: %{release}
[670]9Source0: ftp://ftp.sra.co.jp/pub/misc/freepwing/%{name}-%{version}.tar.bz2
10License: GPLv2+
[521]11Group: Applications/Text
12Url: http://www.sra.co.jp/people/m-kasahr/freepwing/
13BuildRoot: %{_tmppath}/%{name}-buildroot
14BuildRequires: perl
15Requires: perl
[670]16BuildArch: noarch
[521]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}
[670]36%makeinstall perllibdir=%{buildroot}%{perl_vendorlib}
[521]37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root)
[670]43%doc README NEWS AUTHOR COPYING ChangeLog
[521]44%{_bindir}/fpwmake
[670]45%{perl_vendorlib}/FreePWING
[521]46%{_libexecdir}/freepwing
47%{_datadir}/freepwing
48
49
50%changelog
[6386]51* Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
52- rebuild with Vine6 environment
53
[670]54* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.1-1
55- new upstream release
56- change BuildArch: noarch
57- drop unnecessary Prefix tag
58- add ducumentations
59
[521]60* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.4-1vl5
61- applied new versioning policy, spec in utf-8
62- built with perl-5.10.0
63
64* Sun Aug 13 2006 IWAI, Masaharu <iwai@alib.jp> 1.4.4-0vl1
65- new package
66
Note: See TracBrowser for help on using the repository browser.