| Revision 670,
1.5 KB
checked in by iwaim, 16 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 | |
|---|
| 5 | Summary: FreePWING: Free JIS X 4081 Formatter |
|---|
| 6 | Name: %{name} |
|---|
| 7 | Version: %{version} |
|---|
| 8 | Release: %{release} |
|---|
| 9 | Source0: ftp://ftp.sra.co.jp/pub/misc/freepwing/%{name}-%{version}.tar.bz2 |
|---|
| 10 | License: GPLv2+ |
|---|
| 11 | Group: Applications/Text |
|---|
| 12 | Url: http://www.sra.co.jp/people/m-kasahr/freepwing/ |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-buildroot |
|---|
| 14 | BuildRequires: perl |
|---|
| 15 | Requires: perl |
|---|
| 16 | BuildArch: noarch |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | Free JIS X 4081 Formatter |
|---|
| 20 | |
|---|
| 21 | %description -l ja |
|---|
| 22 | FreePWING は JIS X 4081 形式の書籍データを生成を行うソフトウェアです。 |
|---|
| 23 | JIS X 4081 は EPWING V1 のサブセットですので、FreePWING によって生成し |
|---|
| 24 | た JIS X 4081 形式の書籍データは、原理上 EPWING の検索ソフトウェアで検 |
|---|
| 25 | 索を行うことが可能です。 |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -q |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | %configure |
|---|
| 32 | make |
|---|
| 33 | |
|---|
| 34 | %install |
|---|
| 35 | rm -rf %{buildroot} |
|---|
| 36 | %makeinstall perllibdir=%{buildroot}%{perl_vendorlib} |
|---|
| 37 | |
|---|
| 38 | %clean |
|---|
| 39 | rm -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.