Browse Source

2015-01-31 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* freepqing, jcode.pl: rebuilt
	* which: applied bugfix from Vine Linux 6 
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9318 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
307a723a44
3 changed files with 40 additions and 17 deletions
  1. 10 3
      f/freepwing/freepwing-vl.spec
  2. 24 13
      j/jcode.pl/jcode.pl-vl.spec
  3. 6 1
      w/which/which-vl.spec

+ 10 - 3
f/freepwing/freepwing-vl.spec

@@ -1,6 +1,6 @@
 %define name freepwing
 %define version 1.6.1
-%define release 1%{?_dist_release}
+%define release 3%{?_dist_release}
 
 Summary: FreePWING: Free JIS X 4081 Formatter
 Name: %{name}
@@ -9,7 +9,8 @@ Release: %{release}
 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/
+URL: http://www.sra.co.jp/people/m-kasahr/freepwing/
+
 BuildRoot: %{_tmppath}/%{name}-buildroot
 BuildRequires: perl
 Requires: perl
@@ -40,7 +41,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc README NEWS AUTHOR COPYING ChangeLog
+%doc README NEWS COPYING ChangeLog
 %{_bindir}/fpwmake
 %{perl_vendorlib}/FreePWING
 %{_libexecdir}/freepwing
@@ -48,6 +49,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.1-3
+- rebuilt on current VineSeed
+
+* Tue Jun 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
+- rebuild with Vine6 environment
+
 * Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.1-1
 - new upstream release
 - change BuildArch: noarch

+ 24 - 13
j/jcode.pl/jcode.pl-vl.spec

@@ -1,16 +1,20 @@
-Summary: Perl library for Japanese character code conversion
-Summary(ja): 日本語コード変換用Perlライブラリ
-Name: jcode.pl
-Version: 2.13
-Release: 3%{?_dist_release}
-License: distributable
-Group: System Environment/Libraries
-Url: http://www.srekcah.org/jcode/
-Source0: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-%{version}
-Source1: ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-history
-BuildArch: noarch
-Buildroot: %{_tmppath}/%{name}-%{version}-root
-Requires: perl
+Summary:      Perl library for Japanese character code conversion
+Summary(ja):  日本語コード変換用 perl ライブラリ
+Name:         jcode.pl
+Version:      2.13
+Release:      5%{?_dist_release}
+License:      distributable
+Group:        Development/Libraries
+URL:          http://www.srekcah.org/jcode/
+Source0:      ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-%{version}
+Source1:      ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/%{name}-history
+
+BuildArch:    noarch
+Buildroot:    %{_tmppath}/%{name}-%{version}-root
+Requires:     perl
+
+Vendor:       Project Vine
+Distribution: Vine Linux
 
 %description
 Perl library for Japanese character code conversion
@@ -36,6 +40,13 @@ Perl library for Japanese character code conversion
 %{perl_vendorlib}/%{name}
 
 %changelog
+* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.13-5
+- rebuilt on current VineSeed
+- moved to Development/Libraries Group
+
+* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.13-4
+- rebuild with Vine6 environment
+
 * Thu Mar 25 2010 IWAI, Masaharu <iwai@alib.jp> 2.13-3
 - using %%{perl_vendorlib} macro
 

+ 6 - 1
w/which/which-vl.spec

@@ -2,7 +2,7 @@ Summary: Displays where a particular program in your path is located.
 Summary(ja): プログラムがパスのどこにあるかを表示する
 Name: which
 Version: 2.20
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: GPLv3
 Group: Applications/System
 Source0: ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
@@ -68,6 +68,11 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Sat Jan 31 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.20-4
+- applied Vine Linux/6 updates
+  * Mon Jan 26 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.20-3
+  - update which-2.sh to fix #2860
+
 * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20-3
 - rebuild with VineSeed environment