2003-08-05 12:17:07 +04:00
Summary : A userspace implementation of devfs
Name : udev
2003-10-18 10:39:26 +04:00
Version : 003_bk
2003-08-05 12:17:07 +04: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 12:18:46 +04:00
Vendor : Greg Kroah-Hartman <greg@kroah.com>
2003-08-05 12:17:07 +04:00
BuildRoot : /var/tmp/%{name} -%{version} -%{release} -root
2003-10-18 10:34:19 +04:00
Prereq : /bin/sh, fileutils, hotplug
2003-08-05 12:17:07 +04:00
%description
udev is a implementation of devfs in userspace using sysfs and
2003-10-17 17:14:02 +04:00
/sbin/hotplug. It requires a 2.6 kernel to run properly.
2003-08-05 12:17:07 +04:00
%prep
2003-10-18 10:34:19 +04:00
%setup -q
2003-08-05 12:17:07 +04:00
%build
2003-10-18 10:34:19 +04:00
make CC=" g c c $RPM_OPT_FLAGS "
2003-08-05 12:17:07 +04:00
%install
2003-10-17 17:14:02 +04:00
make prefix=$RPM_BUILD_ROOT install
2003-08-05 12:17:07 +04:00
%clean
2003-10-18 10:34:19 +04:00
rm -rf $RPM_BUILD_ROOT
2003-08-05 12:17:07 +04:00
%files
2003-10-18 10:34:19 +04: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/
%attr (0644,root,root) /etc/udev/namedev.config
%attr (0644,root,root) /etc/udev/namedev.permissions
%attr (0644,root,root) %{_mandir} /man8/udev.8*
2003-08-05 12:17:07 +04:00
%changelog
2003-10-18 10:34:19 +04: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-08-05 12:17:07 +04:00
* Mon Jul 28 2003 Paul Mundt <lethal@linux-sh.org>
- Initial spec file for udev-0.2.