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

dvdrip.spec

index 4c3973fc35b023cdb050b62a3b6bac77daeac19b..391ae2d84039bb8c27a377c1fda75daabf965279 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _with_tests - perform "make test" (needs working, not busy /dev/audio!)
+%bcond_with    tests   # perform "make test" (needs working, not busy /dev/audio!)
 #
 %include        /usr/lib/rpm/macros.perl
 %define                pnam    Video-DVDRip
@@ -56,7 +56,7 @@ obrazu, napisanego przez Thomasa 
        INSTALLDIRS=vendor
 %{__make} OPTIMIZE="%{rpmcflags}"
 
-%{?_with_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.088593 seconds and 4 git commands to generate.