|
@@ -3,7 +3,7 @@
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: perl-Text-CharWidth
|
|
Name: perl-Text-CharWidth
|
|
Version: 0.04
|
|
Version: 0.04
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: Artistic/GPL
|
|
License: Artistic/GPL
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz
|
|
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
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: glibc
|
|
Requires: glibc
|
|
|
|
|
|
BuildRequires: perl
|
|
BuildRequires: perl
|
|
@@ -76,9 +77,15 @@ fi
|
|
%files -f %{name}.files
|
|
%files -f %{name}.files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc Changes README
|
|
%doc Changes README
|
|
|
|
+%dir %{perl_vendorarch}/Text
|
|
|
|
+%dir %{perl_vendorarch}/auto/Text
|
|
|
|
+%dir %{perl_vendorarch}/auto/Text/CharWidth
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sun Dec 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.04-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|