Author: radek Date: Sun Feb 20 09:31:20 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't remove tests, mv in %%prep is sufficient
---- Files affected:
SPECS:
perl-Curses-UI.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/perl-Curses-UI.spec
diff -u SPECS/perl-Curses-UI.spec:1.22 SPECS/perl-Curses-UI.spec:1.23
--- SPECS/perl-Curses-UI.spec:1.22 Mon Jan 3 20:26:12 2005
+++ SPECS/perl-Curses-UI.spec Sun Feb 20 10:31:14 2005
@@ -38,17 +38,17 @@
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
-%build
-%{__perl} Makefile.PL \
- INSTALLDIRS=vendor
-%{__make}
-
# fails with:
# Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The
# COLUMNS and LINES environment variables didn't work. The resize
# program didn't work.
# Alternatively we could add BR: X11 (which sounds a bit crazy for me)
-rm -f t/13notebook.t
+mv t/13notebook.t{,.blah}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
%{?with_tests:%{__make} test}
@@ -82,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2005/02/20 09:31:14 radek
+- don't remove tests, mv in %%prep is sufficient
+
Revision 1.22 2005/01/03 19:26:12 adamg
- updated to 0.95
- BuildRequires: perl-Test-Pod (when performing tests)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Curses-UI.spec?r1=1.22&r2=1.23&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit