]> git.pld-linux.org Git - packages/perl-Curses-Widgets.git/commitdiff
- new bcond style; some cosmetics here and there; changelog cleanups
authoreothane <eothane@pld-linux.org>
Sat, 13 Mar 2004 23:09:14 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Curses-Widgets.spec -> 1.14

perl-Curses-Widgets.spec

index c4dd3e0d58c9d4f32aa26f1b9b28819606f6bf8d..106236f553b669f403514f7b482fc5279d145f9f 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-# _with_demo - perform "make test" (it IS just demo!)
+%bcond_with    demo    # perform "make test" (it IS just demo!)
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Curses
 %define                pnam    Widgets
@@ -47,7 +48,7 @@ Modu
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{?_with_demo:%{__make} test}
+%{?with_demo:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.059843 seconds and 4 git commands to generate.