]> git.pld-linux.org Git - packages/cvsfs.git/commitdiff
- bconds, few cleanups
authoreothane <eothane@pld-linux.org>
Fri, 30 Jan 2004 19:51:52 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsfs.spec -> 1.29

cvsfs.spec

index c3b5f45d499debb8ac922def53208d197eba0877..5a623f48bfd35a9aaba1b7ef20ea0d1c2fa2165f 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_dist_kernel - without kernel from distribution
+%bcond_without  dist_kernel    # without kernel from distribution
 #
 Summary:       CVSFS - CVS filesystem
 Summary(pl):   CVSFS - system plikowy CVS
@@ -19,7 +19,7 @@ URL:          http://sourceforge.net/projects/cvsfs/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libstdc++-devel
-%{!?_without_dist_kernel:BuildRequires:        kernel-headers}
+%{?with_dist_kernel:BuildRequires:     kernel-headers}
 BuildRequires: rpmbuild(macros) >= 1.118
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +34,7 @@ Summary:      CVSFS Linux kernel module
 Summary(pl):   Modu³ j±dra Linuksa CVSFS
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
-%{!?_without_dist_kernel:%requires_releq_kernel_up}
+%{?with_dist_kernel:%requires_releq_kernel_up}
 Requires(post,postun): /sbin/depmod
 Requires:      cvsfs
 
@@ -49,7 +49,7 @@ Summary:      CVSFS Linux SMP kernel module
 Summary(pl):   Modu³ j±dra Linuksa SMP CVSFS
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
-%{!?_without_dist_kernel:%requires_releq_kernel_smp}
+%{?with_dist_kernel:%requires_releq_kernel_smp}
 Requires(post,postun): /sbin/depmod
 Requires:      cvsfs
 
This page took 0.055863 seconds and 4 git commands to generate.