OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CharWidth?expand=0&rev=1
This commit is contained in:
commit
4612814d26
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
Text-CharWidth-0.04.tar.bz2
Normal file
3
Text-CharWidth-0.04.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:953a2dfab769518ac0ba816ca25547e9c2c965f160c789d935c1d5d17f7b4deb
|
||||
size 8335
|
4
perl-Text-CharWidth.changes
Normal file
4
perl-Text-CharWidth.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 09 12:50:53 CEST 2007 - mfabian@suse.de
|
||||
|
||||
- new package: perl-Text-CharWidth version 0.04.
|
60
perl-Text-CharWidth.spec
Normal file
60
perl-Text-CharWidth.spec
Normal file
@ -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) <kubota@debian.org>
|
||||
|
||||
%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.
|
Loading…
Reference in New Issue
Block a user