]> git.pld-linux.org Git - packages/MAKEDEV.git/commitdiff
- updated to 2.5
authorArtur Frysiak <artur@frysiak.net>
Wed, 28 Apr 1999 14:15:43 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed typo in %files
- fixed requires (shadow-utils isn't requires because group floppy is in setup)

Changed files:
    MAKEDEV.spec -> 1.5

MAKEDEV.spec

index eb047e26beef7c3e02a42840fc4ff7f8e9dd2b5f..4f520e6fea849a6ffb00324d7f505115798e9734 100644 (file)
@@ -1,17 +1,19 @@
-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:     9
-Copyright:   none
-Group:       Utilities/System
-Group(pl):   Narzêdzia/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
+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.5
+Release:       2
+Copyright:     none
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+Source:        ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
+Requires:      fileutils 
+Requires:      setup
+#Requires:     shadow-utils >= 970616-7
+#Prereq:       shadow-utils
 # Note: pre-requires that particular version of shadow-utils, but
 # RPM can't handle that right now.
 BuildArch:   noarch
@@ -64,7 +66,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%deffatr(644,root,root,755)
+%defattr(644,root,root,755)
 %attr(744,root,root) /dev/MAKEDEV
 /usr/man/man8/*
 
This page took 0.075394 seconds and 4 git commands to generate.