]> git.pld-linux.org Git - packages/MAKEDEV.git/blob - MAKEDEV.spec
- updated to 2.5
[packages/MAKEDEV.git] / MAKEDEV.spec
1 Summary:        Script to make and update /dev entries
2 Summary(fr):    Script pour créer et mettre à jour les entrées /dev
3 Summary(tr):    Aygýt tanýmý yapmak ve deðiþtirmek için bir araç
4 Summary(pl):    Skrypt do tworzenia i poprawiania urz±dzeñ z /dev 
5 Summary(de):    Script zum Erstellen und Aktualisieren von /dev-Einträgen
6 Name:           MAKEDEV
7 Version:        2.5
8 Release:        2
9 Copyright:      none
10 Group:          Utilities/System
11 Group(pl):      Narzêdzia/System
12 Source:         ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
13 Requires:       fileutils 
14 Requires:       setup
15 #Requires:      shadow-utils >= 970616-7
16 #Prereq:        shadow-utils
17 # Note: pre-requires that particular version of shadow-utils, but
18 # RPM can't handle that right now.
19 BuildArch:   noarch
20 BuildRoot:   /tmp/%{name}-%{version}-root
21
22 %description
23 The /dev tree holds special files, each of which corresponds to a type
24 of hardware device that Linux supports. This package contains a script
25 which makes it easier to create and maintain the files which fill the
26 /dev tree.
27
28 %description -l de
29 Die /dev-Hierarchie enthält spezielle Dateien, von denen jede einem 
30 Hardwaregerättyp entspricht, der von Linux unterstützt wird. Dieses 
31 Paket enthält ein Skript, das die Erstellung und die Pflege der Dateien
32 innerhalb dieser Hierarchie vereinfacht. 
33
34 %description -l fr
35 L'arborescence /dev contient des fichiers spéciaux. Chacun d'eux
36 correspond à un périphérique matériel gérable par Linux. Ce paquetage
37 contient un script facilitant la création et la maintenance des
38 fichiers qui remplissent l'arborescence /dev.
39
40 %description -l pl
41 Pliki specjalne znajduj±ce siê w katalogu /dev odpowiadaj± urz±dzeniom,
42 które s± obs³ugiwane przez Linuxa. Pakiet ten zawiera skrypt, który
43 uczyni tworzenie i operowanie tymi plikami ³atwiejszym.
44
45 %description -l tr
46 Unix ve Unix benzeri sistemler (Linux da dahil olmak üzere), makinaya baðlý
47 aygýtlarý göstermek için özel dosyalar kullanýrlar. Bu özel dosyalarýn tümü
48 /dev dizin yapýsý altýndadýr. Bu paket en çok kullanýlan /dev dosyalarýný
49 içerir. Bu dosyalar, bir sistemin düzgün olarak iþleyebilmesi için temel
50 gereksinimlerdendir.
51
52 %prep
53 %setup -q
54
55 %build
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT/{dev,usr/man/man8}
60
61 make ROOT=$RPM_BUILD_ROOT install
62
63 gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %attr(744,root,root) /dev/MAKEDEV
71 /usr/man/man8/*
72
73 %changelog
74 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
75   [2.3.1-9]
76 - added gzipping man page
77 - added Group(pl)
78 - cosmetic changes
79
80 * Mon Sep  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
81   [2.3.1-8]
82 - removed %post wit adding floppy grouup (it is by default in setup),
83 - changed permission to 744 on /dev/MAKEDEV,
84 - added using %%{name} and %%{version} macros in Buildroot and Source.
85
86 * Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
87 - build root
88
89 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
90 - added pl translation.
91
92 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
93 - translations modified for de
94
95 * Thu Apr 23 1998 Prospector System <bugs@redhat.com>
96 - translations modified for fr, tr
97
98 * Thu Apr 23 1998 Erik Troan <ewt@redhat.com>
99 - fixed group add script (had -r instead of -o)
100
101 * Fri Apr 17 1998 Erik Troan <ewt@redhat.com>
102 - put -o option on groupadd after -g -- I hope Christian can tell me why
103
104 * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
105 - redirect groupadd call so that we're more quiet
106
107 * Fri Oct 24 1997 Michael K. Johnson <johnsonm@redhat.com>
108 - 2.3.1: use /usr/sbin/groupadd from new shadow utils
109
110 * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
111 - Updated to 2.3, as Nick agreed to me making an interim release while
112   he figures out whether he wants to be the maintainer.
113
114 * Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
115 - made a noarch package
116
117 * Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
118 - added dependencies
This page took 0.041344 seconds and 4 git commands to generate.