]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- updated for new kernel macros - up/smp removed
authormguevara <mguevara@pld-linux.org>
Mon, 26 Mar 2007 15:11:28 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl.spec -> 1.149

X11-driver-firegl.spec

index 21a1105c7dbd726c93790237de3dbec4c37abc8b..0301b283f9beef42bf9763ceaec13bc34a7f4e80 100644 (file)
@@ -2,8 +2,6 @@
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # don't build kernel modules
-%bcond_without up              # don't build UP module
-%bcond_without smp             # don't build SMP module
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_without incall          # include all sources in srpm
@@ -91,7 +89,7 @@ Summary(pl.UTF-8):    Moduł jądra oferujący wsparcie dla ATI FireGL
 Release:       %{_rel}@%{_kernel_ver_str}
 License:       ATI
 Group:         Base/Kernel
-%{?with_dist_kernel:%requires_releq_kernel_up}
+%{?with_dist_kernel:%requires_releq_kernel}
 Requires(post,postun): /sbin/depmod
 Provides:      X11-driver-firegl(kernel)
 
@@ -101,22 +99,6 @@ ATI kernel module for FireGL support.
 %description -n kernel%{_alt_kernel}-video-firegl -l pl.UTF-8
 Moduł jądra oferujący wsparcie dla ATI FireGL.
 
-%package -n kernel%{_alt_kernel}-smp-video-firegl
-Summary:       ATI kernel module for FireGL support
-Summary(pl.UTF-8):     Moduł jądra oferujący wsparcie dla ATI FireGL
-Release:       %{_rel}@%{_kernel_ver_str}
-License:       ATI
-Group:         Base/Kernel
-%{?with_dist_kernel:%requires_releq_kernel_smp}
-Requires(post,postun): /sbin/depmod
-Provides:      X11-driver-firegl(kernel)
-
-%description -n kernel%{_alt_kernel}-smp-video-firegl
-ATI kernel module for FireGL support.
-
-%description -n kernel%{_alt_kernel}-smp-video-firegl -l pl.UTF-8
-Moduł jądra oferujący wsparcie dla ATI FireGL.
-
 %prep
 %setup -q -c -T
 
@@ -198,12 +180,6 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n kernel%{_alt_kernel}-video-firegl
 %depmod %{_kernel_ver}
 
-%post  -n kernel%{_alt_kernel}-smp-video-firegl
-%depmod %{_kernel_ver}smp
-
-%postun -n kernel%{_alt_kernel}-smp-video-firegl
-%depmod %{_kernel_ver}smp
-
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
@@ -235,15 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with kernel}
-%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-video-firegl
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/misc/*.ko*
 %endif
-
-%if %{with smp} && %{with dist_kernel}
-%files -n kernel%{_alt_kernel}-smp-video-firegl
-%defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}smp/misc/*.ko*
-%endif
-%endif
This page took 0.067414 seconds and 4 git commands to generate.