rpms/perl-Parse-ErrorString-Perl/F-10 perl-Parse-ErrorString-Perl.spec, NONE, 1.1

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jan 14 07:53:07 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Parse-ErrorString-Perl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32258

Added Files:
	perl-Parse-ErrorString-Perl.spec 
Log Message:
* Tue Jan 13 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-2
- fix dos2unix according to patch from Ralf Corsepius



--- NEW FILE perl-Parse-ErrorString-Perl.spec ---
Name:           perl-Parse-ErrorString-Perl
Version:        0.11
Release:        2%{?dist}
Summary:        Module for parsing error messages
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Parse-ErrorString-Perl/
Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parse-ErrorString-Perl-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  /usr/bin/dos2unix
BuildRequires:  perl(Class::XSAccessor)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Differences)
BuildRequires:  perl(Test::More)
Requires:       perl(Class::XSAccessor)
BuildRequires:       perl(Pod::POM)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Parse error messages from the perl interpreter.

%prep
%setup -q -n Parse-ErrorString-Perl-%{version}

%build
%{__perl} Build.PL installdirs=vendor

#remove CRLF
/usr/bin/dos2unix Changes
/usr/bin/dos2unix README
/usr/bin/dos2unix bin/check_perldiag

./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_bindir}/check_perldiag
%{_mandir}/man1/check_perldiag.1.gz

%changelog
* Tue Jan 13 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-2
- fix dos2unix according to patch from Ralf Corsepius

* Mon Jan 12 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-1
- Specfile autogenerated by cpanspec 1.77.




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