rpms/perl-Text-CharWidth/devel perl-Text-CharWidth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Jan 6 08:55:00 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/perl-Text-CharWidth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8934/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-CharWidth.spec 
Log Message:
auto-import perl-Text-CharWidth-0.04-2.at on branch devel from perl-Text-CharWidth-0.04-2.at.src.rpm


--- NEW FILE perl-Text-CharWidth.spec ---
Summary: Get number of occupied columns of a string on terminal
Name: perl-Text-CharWidth
Version: 0.04
Release: 2%{?dist}
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-CharWidth/
Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a module to provide equivalent feature as wcwidth(3) and
wcswidth(3).  This also provides mblen(3) equivalent subroutine.

%prep
%setup -q -n Text-CharWidth-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot} -type f \( -name .packlist -or -name perllocal.pod \
  -or \( -name '*.bs' -a -empty \) \) -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} \;
chmod -R u+w %{buildroot}

%check || :
make test

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README Changes
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/man3/Text::CharWidth.3pm*

%changelog
* Sat Dec 30 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.04-2
- Add ownership of some perl folders.

* Thu Dec 28 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.04-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CharWidth/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jan 2007 08:53:48 -0000	1.1
+++ .cvsignore	6 Jan 2007 08:54:30 -0000	1.2
@@ -0,0 +1 @@
+Text-CharWidth-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CharWidth/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jan 2007 08:53:48 -0000	1.1
+++ sources	6 Jan 2007 08:54:30 -0000	1.2
@@ -0,0 +1 @@
+37a723df0580c0758c0ee67b37336c15  Text-CharWidth-0.04.tar.gz




More information about the fedora-extras-commits mailing list