Author: glen Date: Sun Jun 6 13:55:24 2010 GMT Module: packages Tag: HEAD ---- Log message: - skip syslog test
---- Files affected: packages/perl-Sys-Syslog: perl-Sys-Syslog.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/perl-Sys-Syslog/perl-Sys-Syslog.spec diff -u packages/perl-Sys-Syslog/perl-Sys-Syslog.spec:1.2 packages/perl-Sys-Syslog/perl-Sys-Syslog.spec:1.3 --- packages/perl-Sys-Syslog/perl-Sys-Syslog.spec:1.2 Sun Jun 6 10:42:48 2010 +++ packages/perl-Sys-Syslog/perl-Sys-Syslog.spec Sun Jun 6 15:55:18 2010 @@ -2,12 +2,11 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# + %include /usr/lib/rpm/macros.perl %define pdir Sys %define pnam Syslog Summary: Sys::Syslog - Perl interface to the UNIX syslog(3) calls -#Summary(pl.UTF-8): Name: perl-Sys-Syslog Version: 0.27 Release: 2 @@ -16,8 +15,7 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Sys/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: c18de7bca86846c107df290d93414830 -# generic URL, check or change before uncommenting -#URL: http://search.cpan.org/dist/Sys-Syslog/ +URL: http://search.cpan.org/dist/Sys-Syslog/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,19 +23,18 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Sys::Syslog is an interface to the UNIX syslog(3) program. -Call syslog() with a string priority and a list of printf() args -just like syslog(3). - -You can find a kind of FAQ in "THE RULES OF SYS::SYSLOG". Please read -it before coding, and again before asking questions. - -# %description -l pl.UTF-8 -# TODO +Sys::Syslog is an interface to the UNIX syslog(3) program. Call +syslog() with a string priority and a list of printf() args just like +syslog(3). %prep %setup -q -n %{pdir}-%{pnam}-%{version} +# we don't have syslog running on builders +rm t/syslog.t +# we broke dist +rm t/distchk.t + %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor @@ -54,7 +51,7 @@ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -cp -a eg $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +cp -a eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -75,9 +72,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/06/06 13:55:18 glen +- skip syslog test + Revision 1.2 2010/06/06 08:42:48 arekm - release 2 Revision 1.1 2008/12/13 23:16:20 agaran - initial, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Sys-Syslog/perl-Sys-Syslog.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
