File: MAKEDEV.spec

package info (click to toggle)
makedev 2.3.1-93
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 204 kB
  • ctags: 4
  • sloc: sh: 2,154; makefile: 50
file content (52 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Summary: Script to make and update /dev entries
Name: MAKEDEV
Version: 2.3.1
Release: 1
Copyright: none
Group: Utilities/System
Source: ftp://tsx-11.mit.edu/pub/linux/sources/sbin/MAKEDEV-2.3.1.tar.gz
Requires: /bin/sh fileutils shadow-utils >= 970616-7
Prereq: shadow-utils
# Note: pre-requires that particular version of shadow-utils, but
# RPM can't handle that right now.
BuildArchitectures: noarch

%changelog

* Fri Oct 24 1997 Michael K. Johnson <johnsonm@redhat.com>

- 2.3.1: use /usr/sbin/groupadd from new shadow utils

* Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>

- Updated to 2.3, as Nick agreed to me making an interim release while
  he figures out whether he wants to be the maintainer.

* Wed Sep 03 1997 Erik Troan <ewt@redhat.com>

- made a noarch package

* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>

- added dependencies

%description
The /dev tree holds special files, each of which corresponds to a type
of hardware device that Linux supports. This package contains a script
which makes it easier to create and maintain the files which fill the
/dev tree.

%prep
%setup

%build

%install
make install

%pre
/usr/sbin/groupadd -g 19 -r -f floppy

%files
/dev/MAKEDEV
/usr/man/man8/MAKEDEV.8