Author: iarnell

Update of /cvs/pkgs/rpms/perl-Regexp-Copy/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18173/F-9

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


--- NEW FILE perl-Regexp-Copy.spec ---
Name:           perl-Regexp-Copy
Version:        0.06
Release:        2%{?dist}
Summary:        Copy Regexp objects
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Regexp-Copy/
Source0:        
http://www.cpan.org/authors/id/J/JD/JDUNCAN/Regexp-Copy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Regexp::Copy allows you to copy the contents of one Regexp object to another. 

%prep
%setup -q -n Regexp-Copy-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -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
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Regexp*
%{_mandir}/man3/*

%changelog
* Wed Nov 19 2008 Iain Arnell <[EMAIL PROTECTED]> 0.06-2
- BR Test::More

* Tue Nov 18 2008 Iain Arnell <[EMAIL PROTECTED]> 0.06-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Regexp-Copy/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Nov 2008 04:03:58 -0000      1.1
+++ .cvsignore  23 Nov 2008 07:00:20 -0000      1.2
@@ -0,0 +1 @@
+Regexp-Copy-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Regexp-Copy/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources     23 Nov 2008 04:03:58 -0000      1.1
+++ sources     23 Nov 2008 07:00:20 -0000      1.2
@@ -0,0 +1 @@
+d0f3875e0655c0ac9eb37813ec82c137  Regexp-Copy-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to