rpms/perl-boolean/F-10 perl-boolean.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sun Nov 23 07:12:08 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-boolean/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19600/F-10

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


--- NEW FILE perl-boolean.spec ---
Name:           perl-boolean
Version:        0.20
Release:        2%{?dist}
Summary:        Boolean support for Perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/boolean/
Source0:        http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.005003
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Most programming languages have a native Boolean data type. Perl does not.

%prep
%setup -q -n boolean-%{version}
iconv -f iso8859-1 -t utf-8 README >README.conv && mv -f README.conv README

%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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Nov 19 2008 Iain Arnell <iarnell at gmail.com> 0.20-2
- BR Test::More

* Tue Nov 18 2008 Iain Arnell <iarnell at gmail.com> 0.20-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-boolean/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 04:05:25 -0000	1.1
+++ .cvsignore	23 Nov 2008 07:11:37 -0000	1.2
@@ -0,0 +1 @@
+boolean-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-boolean/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 04:05:25 -0000	1.1
+++ sources	23 Nov 2008 07:11:37 -0000	1.2
@@ -0,0 +1 @@
+a9dcfaa89e6b3ee52e0bb6e2d6b6c438  boolean-0.20.tar.gz




More information about the Fedora-perl-devel-list mailing list