rpms/perl-Text-Glob/devel Makefile, NONE, 1.1 perl-Text-Glob.spec, NONE, 1.1 sources, NONE, 1.1

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Aug 16 17:16:24 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Text-Glob/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29142

Added Files:
	Makefile perl-Text-Glob.spec sources 
Log Message:
Manual import, because cvs-import has failed


***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE perl-Text-Glob.spec ---
Name: 		perl-Text-Glob
Version: 	0.06
Release: 	2%{?dist}
Summary: 	Perl module to match globbing patterns against text
License: 	Artistic or GPL
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Text-Glob/
Source0: 	http://www.cpan.org/modules/by-module/Text/Text-Glob-%{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
Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem.  If you
want to do full file globbing use the File::Glob module instead.

%prep
%setup -q -n Text-Glob-%{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 Changes
%{perl_vendorlib}/Text
%{_mandir}/man3/*

%changelog
* Wed Aug 10 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-2
- FE resubmission.

* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-1
- FE submission.


--- NEW FILE sources ---
800d5a40b2f0c7514c58d736d21f616c  Text-Glob-0.06.tar.gz




More information about the scm-commits mailing list