rpms/perl-Parse-ErrorString-Perl/devel perl-Parse-ErrorString-Perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: mmaslano

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

Modified Files:
	.cvsignore sources 
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)
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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-ErrorString-Perl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2009 20:29:48 -0000	1.1
+++ .cvsignore	14 Jan 2009 07:04:11 -0000	1.2
@@ -0,0 +1 @@
+Parse-ErrorString-Perl-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-ErrorString-Perl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2009 20:29:48 -0000	1.1
+++ sources	14 Jan 2009 07:04:11 -0000	1.2
@@ -0,0 +1 @@
+1eb37f5d7eefaccfb98355fbee64e042  Parse-ErrorString-Perl-0.11.tar.gz




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