2003-08-05 01:17:07 -07:00
Summary : A userspace implementation of devfs
Name : udev
2003-11-24 05:38:01 -08:00
Version : 007_bk
2003-08-05 01:17:07 -07:00
Release : 1
License : GPL
Group : Utilities/System
Source : ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name} -%{version} .tar.gz
ExclusiveOS: Linux
2003-08-05 01:18:46 -07:00
Vendor : Greg Kroah-Hartman <greg@kroah.com>
2003-10-29 22:26:35 -08:00
BuildRoot : %{_tmppath} /%{name} -%{version} -%{release} -root
2003-10-17 23:34:19 -07:00
Prereq : /bin/sh, fileutils, hotplug
2003-08-05 01:17:07 -07:00
%description
udev is a implementation of devfs in userspace using sysfs and
2003-10-17 06:14:02 -07:00
/sbin/hotplug. It requires a 2.6 kernel to run properly.
2003-08-05 01:17:07 -07:00
%prep
2003-10-17 23:34:19 -07:00
%setup -q
2003-08-05 01:17:07 -07:00
%build
2003-10-17 23:34:19 -07:00
make CC=" g c c $RPM_OPT_FLAGS "
2003-08-05 01:17:07 -07:00
%install
2003-10-29 22:26:35 -08:00
make DESTDIR=$RPM_BUILD_ROOT install
2003-08-05 01:17:07 -07:00
%clean
2003-10-17 23:34:19 -07:00
rm -rf $RPM_BUILD_ROOT
2003-08-05 01:17:07 -07:00
%files
2003-10-17 23:34:19 -07:00
%defattr (0644,root,root)
%doc COPYING README TODO ChangeLog
%attr (755,root,root) /sbin/udev
%attr (755,root,root) /udev/
%attr (755,root,root) /etc/udev/
2003-12-03 01:08:46 -08:00
%attr (0644,root,root) /etc/udev/udev.conf
%attr (0644,root,root) /etc/udev/udev.rules
2003-10-21 22:08:03 -07:00
%attr (0644,root,root) /etc/udev/udev.permissions
2003-10-18 00:12:16 -07:00
%attr (-,root,root) /etc/hotplug.d/default/udev.hotplug
2003-10-17 23:34:19 -07:00
%attr (0644,root,root) %{_mandir} /man8/udev.8*
2003-08-05 01:17:07 -07:00
%changelog
2003-12-03 01:08:46 -08:00
* Tue Nov 2 2003 Greg Kroah-Hartman <greg@kroah.com>
- changes due to config file name changes
2003-10-17 23:34:19 -07:00
* Fri Oct 17 2003 Robert Love <rml@tech9.net>
- Make work without a build root
- Correctly install the right files
- Pass the RPM_OPT_FLAGS to gcc so we can build per the build policy
- Put some prereqs in
2003-10-18 00:12:16 -07:00
- Install the hotplug symlink to udev
2003-10-17 23:34:19 -07:00
2003-08-05 01:17:07 -07:00
* Mon Jul 28 2003 Paul Mundt <lethal@linux-sh.org>
- Initial spec file for udev-0.2.