]> git.pld-linux.org Git - packages/dosnet.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:
    dosnet.spec -> 1.19

dosnet.spec

index b32ee97e06e73b4f86aa91c0706129253e547fab..e1a861d6873fbe1af7d310e153c8a34e7cf8f0cd 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_dist_kernel - without kernel from distribution
+%bcond_without dist_kernel     # without kernel from distribution
 #
 %define                _moddir         /lib/modules/%{_kernel_ver}/misc
 %define                _moddirsmp      /lib/modules/%{_kernel_ver}smp/misc
@@ -41,7 +41,7 @@ Summary:      Kernel module dosnet.o
 Summary(pl):   Modu³ j±dra dosnet.o
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Applications/Emulators
-%{!?_without_dist_kernel:%requires_releq_kernel_up}
+%{?with_dist_kernel:%requires_releq_kernel_up}
 Requires(post,postun): /sbin/depmod
 #Requires:     %{name} = %{version}
 Obsoletes:     dosnet
@@ -62,7 +62,7 @@ Summary:      SMP kernel module dosnet.o
 Summary(pl):   Wersja SMP modu³u j±dra dosnet.o
 Release:       %{_rel}@%{_kernel_ver_str}
 Group:         Applications/Emulators
-%{!?_without_dist_kernel:%requires_releq_kernel_smp}
+%{?with_dist_kernel:%requires_releq_kernel_smp}
 Requires(post,postun): /sbin/depmod
 #Requires:     %{name} = %{version}
 Obsoletes:     dosnet
This page took 0.087579 seconds and 4 git commands to generate.