]> git.pld-linux.org Git - packages/MAKEDEV.git/commitdiff
- added ub patch, rel. 2 AC-branch AC-STABLE auto/ac/MAKEDEV-3_13-2 auto/th/MAKEDEV-3_13-2
authorankry <ankry@pld-linux.org>
Tue, 21 Dec 2004 11:24:56 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MAKEDEV.spec -> 1.46

MAKEDEV.spec

index dac03875047c4fe792d94e7a3a93835802619427..4444f72a14befd75c7d70e62bb9a238d0d89832e 100644 (file)
@@ -1,17 +1,18 @@
-Summary:       Script to make and update /dev entries
+Summary:       Program to make and update /dev entries
 Summary(de):   Script zum Erstellen und Aktualisieren von /dev-Einträgen
 Summary(es):   Script para hacer y actualizar entradas referentes a dispositivos en /dev
 Summary(fr):   Script pour créer et mettre à jour les entrées /dev
-Summary(pl):   Skrypt do tworzenia i poprawiania urz±dzeñ z /dev
+Summary(pl):   Program do tworzenia i poprawiania urz±dzeñ z /dev
 Summary(pt_BR):        Script para fazer e atualizar entradas referentes a dispositivos em /dev
 Summary(tr):   Aygýt tanýmý yapmak ve deðiþtirmek için bir araç
 Name:          MAKEDEV
 Version:       3.13
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       %{name}-%{version}-1.tar.gz
 # Source0-md5: f8befaebd0813c6fa59c07ef3875f232
+Patch0:                %{name}-ub.patch
 BuildRequires: libselinux-devel >= 0:1.8
 Requires:      libselinux >= 0:1.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,9 +21,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
+of hardware device that Linux supports. This package contains a
+program which makes it easier to create and maintain the files which
+fill the /dev tree.
 
 %description -l de
 Die /dev-Hierarchie enthält spezielle Dateien, von denen jede einem
@@ -45,7 +46,7 @@ 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 Linuksa. Pakiet ten zawiera
-skrypt, który uczyni tworzenie i operowanie tymi plikami ³atwiejszym.
+program, który uczyni tworzenie i operowanie tymi plikami ³atwiejszym.
 
 %description -l pt_BR
 O diretório /dev possui arquivos especiais, cada um deles
@@ -62,6 +63,7 @@ olarak i
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.042555 seconds and 4 git commands to generate.