rpms/perl-Regexp-Common/devel perl-Regexp-Common.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Aug 20 00:10:15 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Regexp-Common/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5138/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Regexp-Common.spec 
Log Message:
auto-import perl-Regexp-Common-2.120-1 on branch devel from perl-Regexp-Common-2.120-1.src.rpm


--- NEW FILE perl-Regexp-Common.spec ---
Name: 		perl-Regexp-Common
Version: 	2.120
Release: 	1%{?dist}
Summary: 	Regexp::Common Perl module
License: 	Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Regexp-Common/
Source0: 	http://www.cpan.org/modules/by-module/Regexp/Regexp-Common-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
BuildRequires:	perl
Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Regexp::Common - Provide commonly requested regular expressions

%prep
%setup -q -n Regexp-Common-%{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 -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

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

%changelog
* Thu Aug 11 2005 Ralf Corsepius <ralf at links2linux.de> - 1.120-1
- FE submission.

* Mon Mar 21 2005 Ralf Corsepius <ralf at links2linux.de> - 1.120-0.pm.2
- Initial packman version.
- Update to FE standards.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Regexp-Common/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Aug 2005 00:09:10 -0000	1.1
+++ .cvsignore	20 Aug 2005 00:10:13 -0000	1.2
@@ -0,0 +1 @@
+Regexp-Common-2.120.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Regexp-Common/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Aug 2005 00:09:10 -0000	1.1
+++ sources	20 Aug 2005 00:10:13 -0000	1.2
@@ -0,0 +1 @@
+a14f2a3c3f2718a567ec26f57a2bae13  Regexp-Common-2.120.tar.gz




More information about the fedora-extras-commits mailing list