Imported Debian patch 2.3.1-87
[debian/makedev] / MAKEDEV.spec
1 Summary: Script to make and update /dev entries
2 Name: MAKEDEV
3 Version: 2.3.1
4 Release: 1
5 Copyright: none
6 Group: Utilities/System
7 Source: ftp://tsx-11.mit.edu/pub/linux/sources/sbin/MAKEDEV-2.3.1.tar.gz
8 Requires: /bin/sh fileutils shadow-utils >= 970616-7
9 Prereq: shadow-utils
10 # Note: pre-requires that particular version of shadow-utils, but
11 # RPM can't handle that right now.
12 BuildArchitectures: noarch
13
14 %changelog
15
16 * Fri Oct 24 1997 Michael K. Johnson <johnsonm@redhat.com>
17
18 - 2.3.1: use /usr/sbin/groupadd from new shadow utils
19
20 * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
21
22 - Updated to 2.3, as Nick agreed to me making an interim release while
23   he figures out whether he wants to be the maintainer.
24
25 * Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
26
27 - made a noarch package
28
29 * Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
30
31 - added dependencies
32
33 %description
34 The /dev tree holds special files, each of which corresponds to a type
35 of hardware device that Linux supports. This package contains a script
36 which makes it easier to create and maintain the files which fill the
37 /dev tree.
38
39 %prep
40 %setup
41
42 %build
43
44 %install
45 make install
46
47 %pre
48 /usr/sbin/groupadd -g 19 -r -f floppy
49
50 %files
51 /dev/MAKEDEV
52 /usr/man/man8/MAKEDEV.8