]> git.pld-linux.org Git - packages/fusd.git/commitdiff
- bcond, cosmetics
authoreothane <eothane@pld-linux.org>
Sun, 1 Feb 2004 23:59:24 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fusd.spec -> 1.7

fusd.spec

index 8310921a9cea501091900d1ddfca3403d84e8d47..4ae4ae184d365aa302dd471604545179fc3042ef 100644 (file)
--- a/fusd.spec
+++ b/fusd.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_dist_kernel - without sources of distribution kernel
+%bcond_without         dist_kernel     # without sources of distribution kernel
 #
 %include       /usr/lib/rpm/macros.python
 Summary:       Linux Framework for User-Space Devices
@@ -14,7 +14,7 @@ Group:                Development/Libraries
 Source0:       ftp://ftp.circlemud.org/pub/jelson/fusd/%{name}-%{version}.tar.gz
 # Source0-md5: 64b601e4b72eab00927ec8732ef462b5
 URL:           http://www.circlemud.org/~jelson/software/fusd/
-%{!?_without_dist_kernel:BuildRequires:        kernel-headers}
+%{?with_dist_kernel:BuildRequires:     kernel-headers}
 BuildRequires: %{kgcc_package}
 BuildRequires: python-devel >= 2.2.1
 BuildRequires: rpmbuild(macros) >= 1.118
@@ -41,7 +41,7 @@ Summary:      Linux kernel FUSD modules
 Summary(pl):   Modu³y FUSD dla j±dra Linuksa
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
-%{!?_without_dist_kernel:%requires_releq_kernel_up}
+%{?with_dist_kernel:%requires_releq_kernel_up}
 PreReq:                modutils >= 2.4.6-4
 Requires(post,postun): /sbin/depmod
 
@@ -56,7 +56,7 @@ Summary:      Linux SMP kernel FUSD modules
 Summary(pl):   Modu³y SMP FUSD dla j±dra Linuksa
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Base/Kernel
-%{!?_without_dist_kernel:%requires_releq_kernel_smp}
+%{?with_dist_kernel:%requires_releq_kernel_smp}
 PreReq:                modutils >= 2.4.6-4
 Requires(post,postun): /sbin/depmod
 
This page took 0.055693 seconds and 4 git commands to generate.