%kmdl ieee1394 Summary: IEEE 1394 (FireWire) support Name: ieee1394 Version: 2.6.18 Release: 2%{?dist} License: GPLv2 Group: System Environment/Kernel Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %kmdl_parentdependencies %description IEEE 1394 describes a high performance serial bus, which is also known as FireWire(tm) or i.Link(tm) and is used for connecting all sorts of devices (most notably digital video cameras) to your computer. %package -n %kmdl_name %kmdl_dependencies Summary: kernel modules for %{name}. Group: System Environment/Kernel %description -n %kmdl_name kernel modules for %{name}. See description for %{name} for further information. %kmdl_desc %prep %setup -q %build %kmdl_config %if %{kmdl_userland} %else make -C %{kmdl_kernelsrcdir} SUBDIRS=`pwd` modules \ cmd_oui2c='$(CONFIG_SHELL) $(src)/oui2c.sh < $< > $@' \ CONFIG_IEEE1394=m \ CONFIG_IEEE1394_OUI_DB=y \ CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y \ CONFIG_IEEE1394_CONFIG_ROM_IP1394=y \ CONFIG_IEEE1394_PCILYNX=m \ CONFIG_IEEE1394_OHCI1394=m \ CONFIG_IEEE1394_VIDEO1394=m \ CONFIG_IEEE1394_SBP2=m \ CONFIG_IEEE1394_ETH1394=m \ CONFIG_IEEE1394_DV1394=m \ CONFIG_IEEE1394_RAWIO=m %endif %install rm -rf %{buildroot} %if %{kmdl_userland} %else make -C %{kmdl_kernelsrcdir} SUBDIRS=`pwd` modules_install INSTALL_MOD_PATH=%{buildroot} mkdir -p %{buildroot}%{kmdl_moduledir} if [ -d %{buildroot}%{kmdl_moduledir}/../extra ]; then mkdir -p %{buildroot}%{kmdl_moduledir}/drivers/ieee1394 mv %{buildroot}%{kmdl_moduledir}/../extra/* %{buildroot}%{kmdl_moduledir}/drivers/ieee1394 fi %endif %clean rm -rf %{buildroot} %post -n %kmdl_name %kmdl_install %postun -n %kmdl_name %kmdl_remove %if %{kmdl_userland} %files %defattr(-,root,root,-) %doc %else %files -n %kmdl_name %defattr(-,root,root,-) %{kmdl_moduledir} %endif %changelog * Wed May 2 2007 Axel Thimm - 2.6.18-1 - Initial build.