]> git.pld-linux.org Git - packages/MAKEDEV.git/commitdiff
- removed %post wit adding floppy grouup (it is by default in setup),
authorkloczek <kloczek@pld-linux.org>
Thu, 10 Sep 1998 18:58:58 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed permission to 744 on /dev/MAKEDEV,
- added using %%{name} and %%{version} macros in Buildroot and Source.

Changed files:
    MAKEDEV.spec -> 1.1

MAKEDEV.spec [new file with mode: 0644]

diff --git a/MAKEDEV.spec b/MAKEDEV.spec
new file mode 100644 (file)
index 0000000..2d6b745
--- /dev/null
@@ -0,0 +1,106 @@
+Summary:     Script to make and update /dev entries
+Summary(fr): Script pour créer et mettre à jour les entrées /dev
+Summary(tr): Aygýt tanýmý yapmak ve deðiþtirmek için bir araç
+Summary(pl): Skrypt do tworzenia i poprawiania urz±dzeñ z /dev 
+Summary(de): Script zum Erstellen und Aktualisieren von /dev-Einträgen
+Name:        MAKEDEV
+Version:     2.3.1
+Release:     8
+Copyright:   none
+Group:       Utilities/System
+Source:      ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.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
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%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.
+
+%description -l de
+Die 7dev-Hierarchie enthält spezielle Dateien, von denen jede einem 
+Hardwaregerättyp entspricht, der von Linux unterstützt wird. Dieses 
+Paket enthält ein Skript, das die Erstellung und die Pflege der Dateien
+innerhalb dieser Hierarchie vereinfacht. 
+
+%description -l fr
+L'arborescence /dev contient des fichiers spéciaux. Chacun d'eux
+correspond à un périphérique matériel gérable par Linux. Ce paquetage
+contient un script facilitant la création et la maintenance des
+fichiers qui remplissent l'arborescence /dev.
+
+%description -l pl
+Pliki specjalne znajduj±ce siê w katalogu /dev odpowiadaj± urz±dzeniom
+które s± obs³ugiwane przez Linuxa. Pakiet ten zawiera skrypt, który
+uczyni tworzenie i operowanie tymi plikami ³atwiejszym.
+
+%description -l tr
+Unix ve Unix benzeri sistemler (Linux da dahil olmak üzere), makinaya baðlý
+aygýtlarý göstermek için özel dosyalar kullanýrlar. Bu özel dosyalarýn tümü
+/dev dizin yapýsý altýndadýr. Bu paket en çok kullanýlan /dev dosyalarýný
+içerir. Bu dosyalar, bir sistemin düzgün olarak iþleyebilmesi için temel
+gereksinimlerdendir.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/{dev,usr/man/man8}
+
+make ROOT=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%attr(744, root, root) /dev/MAKEDEV
+%attr(644, root,  man) /usr/man/man8/MAKEDEV.8
+
+%changelog
+* Mon Sep  7 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.3.1-8]
+- removed %post wit adding floppy grouup (it is by default in setup),
+- changed permission to 744 on /dev/MAKEDEV,
+- added using %%{name} and %%{version} macros in Buildroot and Source.
+
+* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
+- build root
+
+* Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+- added pl translation.
+
+* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
+- translations modified for de
+
+* Thu Apr 23 1998 Prospector System <bugs@redhat.com>
+- translations modified for fr, tr
+
+* Thu Apr 23 1998 Erik Troan <ewt@redhat.com>
+- fixed group add script (had -r instead of -o)
+
+* Fri Apr 17 1998 Erik Troan <ewt@redhat.com>
+- put -o option on groupadd after -g -- I hope Christian can tell me why
+
+* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
+- redirect groupadd call so that we're more quiet
+
+* 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
This page took 0.064979 seconds and 4 git commands to generate.