rpms/perl-Test-utf8/F-13 perl-Test-utf8.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sat Jun 26 10:48:10 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Test-utf8/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13859/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-utf8.spec 
Log Message:
initial import


--- NEW FILE perl-Test-utf8.spec ---
Name:           perl-Test-utf8
Version:        0.02
Release:        2%{?dist}
Summary:        Handy utf8 tests
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-utf8/
Source0:        http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Builder) >= 0.15
BuildRequires:  perl(Test::Builder::Tester) >= 1.01
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module is a collection of tests that's useful when dealing with utf8
strings in Perl.

%prep
%setup -q -n Test-utf8-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat Jun 26 2010 Iain Arnell <iarnell at gmail.com> 0.02-2
- drop explicit Test::Builder requires

* Wed Jun 23 2010 Iain Arnell <iarnell at gmail.com> 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-utf8/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Jun 2010 08:08:35 -0000	1.1
+++ .cvsignore	26 Jun 2010 10:48:10 -0000	1.2
@@ -0,0 +1 @@
+Test-utf8-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-utf8/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Jun 2010 08:08:35 -0000	1.1
+++ sources	26 Jun 2010 10:48:10 -0000	1.2
@@ -0,0 +1 @@
+bbfd430726d68e867ef5d75b26f710f0  Test-utf8-0.02.tar.gz




More information about the perl-devel mailing list