deal with errant test :)

f38
Chris Weyl 18 years ago
parent 24eafcdcef
commit 45723ea339

@ -1,6 +1,6 @@
Name: perl-Net-DBus Name: perl-Net-DBus
Version: 0.33.4 Version: 0.33.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Use and provide DBus services Summary: Use and provide DBus services
License: GPL or Artistic License: GPL or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -42,6 +42,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
# test fails incorrectly on newer versions of dbus. slated to be corrected:
# http://rt.cpan.org/Public/Bug/Display.html?id=22850
rm t/30-server.t
make test make test
%clean %clean
@ -55,6 +59,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Nov 21 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-3
- nix t/30-server.t until the test is fixed
* Sat Nov 11 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-2 * Sat Nov 11 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-2
- add additional BR's - add additional BR's
- update summary - update summary

Loading…
Cancel
Save