Browse Source

update: freepwing 1.6.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@670 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
60c62af002
1 changed files with 13 additions and 6 deletions
  1. 13 6
      f/freepwing/freepwing-vl.spec

+ 13 - 6
f/freepwing/freepwing-vl.spec

@@ -1,19 +1,19 @@
 %define name freepwing
-%define version 1.4.4
+%define version 1.6.1
 %define release 1%{?_dist_release}
 
 Summary: FreePWING: Free JIS X 4081 Formatter
 Name: %{name}
 Version: %{version}
 Release: %{release}
-Source0: ftp://ftp.sra.co.jp/pub/misc/freepwing/%{name}-%{version}.tar.gz
-License: GNU GPL 2
+Source0: ftp://ftp.sra.co.jp/pub/misc/freepwing/%{name}-%{version}.tar.bz2
+License: GPLv2+
 Group: Applications/Text
 Url: http://www.sra.co.jp/people/m-kasahr/freepwing/
 BuildRoot: %{_tmppath}/%{name}-buildroot
-Prefix: %{_prefix}
 BuildRequires: perl
 Requires: perl
+BuildArch: noarch
 
 %description
 Free JIS X 4081 Formatter
@@ -33,20 +33,27 @@ make
 
 %install
 rm -rf %{buildroot}
-%makeinstall perllibdir=%{buildroot}%{perl_sitearch}
+%makeinstall perllibdir=%{buildroot}%{perl_vendorlib}
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%doc README NEWS AUTHOR COPYING ChangeLog
 %{_bindir}/fpwmake
-%{perl_sitearch}/FreePWING
+%{perl_vendorlib}/FreePWING
 %{_libexecdir}/freepwing
 %{_datadir}/freepwing
 
 
 %changelog
+* Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.1-1
+- new upstream release
+- change BuildArch: noarch
+- drop unnecessary Prefix tag
+- add ducumentations
+
 * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.4-1vl5
 - applied new versioning policy, spec in utf-8
 - built with perl-5.10.0