Browse Source

[VineSeed:22926]への対処

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3230 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 13 years ago
parent
commit
5540115ba7
1 changed files with 8 additions and 1 deletions
  1. 8 1
      p/perl-Text-CharWidth/perl-Text-CharWidth-vl.spec

+ 8 - 1
p/perl-Text-CharWidth/perl-Text-CharWidth-vl.spec

@@ -3,7 +3,7 @@
 # Basic Information
 Name:		perl-Text-CharWidth
 Version:	0.04
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	Artistic/GPL
 Group:		Development/Libraries
 Source0:	http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz
@@ -20,6 +20,7 @@ Summary(ja):	Perl の Text-CharWidth モジュール
 # 以下に依存関係を記述してください。
 
 Requires:	perl
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	glibc
 
 BuildRequires:	perl
@@ -76,9 +77,15 @@ fi
 %files -f %{name}.files
 %defattr(-,root,root)
 %doc Changes README
+%dir %{perl_vendorarch}/Text
+%dir %{perl_vendorarch}/auto/Text
+%dir %{perl_vendorarch}/auto/Text/CharWidth
 %{_mandir}/*/*
 
 %changelog
+* Wed Mar 30 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.04-2
+- Fixed [VineSeed:22926]
+
 * Sun Dec 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.04-1
 - initial build for Vine Linux