[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/perl-Text-Aligner/devel perl-Text-Aligner.spec,NONE,1.1



Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Text-Aligner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27851

Added Files:
	perl-Text-Aligner.spec 
Log Message:
* Mon Aug 11 2008 Marcela Mašláňová <mmaslano redhat com> 0.03-1
- Specfile autogenerated by cpanspec 1.77.



--- NEW FILE perl-Text-Aligner.spec ---
Name:           perl-Text-Aligner
Version:        0.03
Release:        1%{?dist}
Summary:        Text::Aligner Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Aligner/
Source0:        http://www.cpan.org/authors/id/A/AN/ANNO/Text-Aligner-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles. The alignment specification is the
first argument, followed by any number of scalars which are subject to
alignment.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Aug 11 2008 Marcela Mašláňová <mmaslano redhat com> 0.03-1
- Specfile autogenerated by cpanspec 1.77.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]