]> git.pld-linux.org Git - packages/em8300.git/commitdiff
- kill em8300_microcode_upload because segfaults
authormatowy <matowy@pld-linux.org>
Sun, 12 Feb 2006 00:18:20 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    em8300.spec -> 1.35

em8300.spec

index 449b02bcb018b721d6c37d00d4bcbaddd4ba9646..ed05159b1ab4505e35990d7d0688f8714df36a61 100644 (file)
@@ -2,8 +2,9 @@
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # don't build kernel modules
+%bcond_without smp             # don't build SMP module
 %bcond_without userspace       # don't build userspace tools
-%define                snap            20040919
+%bcond_with    verbose         # verbose build (V=1)
 #
 Summary:       DXR3 and H+ driver
 Summary(pl):   Sterowniki dla DXR3 i H+
@@ -159,8 +160,6 @@ mv -f modules/{INSTALL,INSTALL.modules}
 
 install -D modules/em8300.uc $RPM_BUILD_ROOT%{_datadir}/misc/em8300.uc
 
-#install scripts/microcode_upload.pl $RPM_BUILD_ROOT%{_bindir}/em8300_microcode_upload
-
 install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
@@ -215,8 +214,7 @@ fi
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README modules/{README*,INSTALL*,devices.sh,devfs_symlinks}
-%attr(755,root,root) %{_bindir}/em8300_microcode_upload
+%doc AUTHORS ChangeLog README modules/{README*,INSTALL*,devices.sh}
 %{_datadir}/misc/em8300.uc
 %dir %{_datadir}/em8300
 %{_datadir}/em8300/em8300.pm
This page took 0.053273 seconds and 4 git commands to generate.