From 4612814d260e6d7f55c01d16e0339aaaa66c8db960d8c9e917d962af1dc02801 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 17 Aug 2007 02:40:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CharWidth?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + Text-CharWidth-0.04.tar.bz2 | 3 ++ perl-Text-CharWidth.changes | 4 +++ perl-Text-CharWidth.spec | 60 +++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 91 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Text-CharWidth-0.04.tar.bz2 create mode 100644 perl-Text-CharWidth.changes create mode 100644 perl-Text-CharWidth.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Text-CharWidth-0.04.tar.bz2 b/Text-CharWidth-0.04.tar.bz2 new file mode 100644 index 0000000..a5e3fe8 --- /dev/null +++ b/Text-CharWidth-0.04.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a2dfab769518ac0ba816ca25547e9c2c965f160c789d935c1d5d17f7b4deb +size 8335 diff --git a/perl-Text-CharWidth.changes b/perl-Text-CharWidth.changes new file mode 100644 index 0000000..c7cdc42 --- /dev/null +++ b/perl-Text-CharWidth.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Aug 09 12:50:53 CEST 2007 - mfabian@suse.de + +- new package: perl-Text-CharWidth version 0.04. diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec new file mode 100644 index 0000000..8d3e83b --- /dev/null +++ b/perl-Text-CharWidth.spec @@ -0,0 +1,60 @@ +# +# spec file for package perl-Text-CharWidth (Version 0.04) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: perl-Text-CharWidth +License: Artistic License +Group: System/I18n/Japanese +Requires: perl = %{perl_version} +Autoreqprov: on +Summary: Get number of occupied columns of a string on terminal +Version: 0.04 +Release: 1 +URL: http://search.cpan.org/~kubota/Text-CharWidth-0.04/CharWidth.pm +Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Get number of occupied columns of a string on terminal + + + +Authors: +-------- + 久保田 智広 (Tomohiro KUBOTA) + +%prep +%setup -n Text-CharWidth-%{version} + +%build +perl Makefile.PL +make + +%check +make test + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_process_packlist + +%files +%defattr(-,root,root) +%{perl_vendorlib}/*/Text/ +%dir %{perl_vendorarch}/auto/Text/ +%{perl_vendorarch}/auto/Text/CharWidth +%{_mandir}/man?/* +%doc Changes README +/var/adm/perl-modules/perl-Text-CharWidth + +%changelog +* Thu Aug 09 2007 - mfabian@suse.de +- new package: perl-Text-CharWidth version 0.04. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4