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

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Fri Jun 30 05:18:16 UTC 2006


Author: iburrell

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Regexp-Shellish.spec 
Log Message:
auto-import perl-Regexp-Shellish-0.93-2 on branch devel from perl-Regexp-Shellish-0.93-2.src.rpm


--- NEW FILE perl-Regexp-Shellish.spec ---
Name:           perl-Regexp-Shellish
Version:        0.93
Release:        2%{?dist}
Summary:        Shell-like regular expressions
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Regexp-Shellish/
Source0:        http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Provides shell-like regular expressions. The wildcards provided are
?, * and **, where ** is like * but matches /. See "compile_shellish"
for details.

%prep
%setup -q -n Regexp-Shellish-%{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 d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Jun 27 2006 Ian Burrell <ianburrell at gmail.com> - 0.93-2
- Fix rpmlint warnings

* Thu Mar 30 2006 Ian Burrell <ianburrell at gmail.com> 0.93-1
- Specfile autogenerated by cpanspec 1.64.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Regexp-Shellish/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2006 05:17:54 -0000	1.1
+++ .cvsignore	30 Jun 2006 05:18:15 -0000	1.2
@@ -0,0 +1 @@
+Regexp-Shellish-0.93.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Regexp-Shellish/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2006 05:17:54 -0000	1.1
+++ sources	30 Jun 2006 05:18:15 -0000	1.2
@@ -0,0 +1 @@
+a5f92bf82b3d5033518e6d2c1028ee37  Regexp-Shellish-0.93.tar.gz




More information about the fedora-extras-commits mailing list