]> git.pld-linux.org Git - packages/mingetty.git/blobdiff - mingetty.spec
Release 3 (by relup.sh)
[packages/mingetty.git] / mingetty.spec
index ccb1812af5f27e22f819f0a835631d9127e88037..d31786a4b2c5ff71514ee783171a5ec60517110c 100644 (file)
@@ -1,47 +1,61 @@
-Summary:       a compact, console-only getty
-Summary(de):   ein kompaktes, auf Konsolen beschränktes GETTY 
-Summary(fr):   getty compact, uniquement pour la console
-Summary(pl):   Ma³y getty - tylko na konsolê (minimal getty)
-Summary(tr):   Ufak bir getty
+Summary:       A compact, console-only getty
+Summary(de.UTF-8):     Ein kompaktes, auf Konsolen beschränktes GETTY
+Summary(es.UTF-8):     Un getty compacto, que sólo funciona en la consola
+Summary(fr.UTF-8):     getty compact, uniquement pour la console
+Summary(pl.UTF-8):     Mały getty - tylko na konsolę (minimal getty)
+Summary(pt_BR.UTF-8):  Um getty compacto, que só funciona na console
+Summary(tr.UTF-8):     Ufak bir getty
 Name:          mingetty
-Version:       0.9.4
+Version:       1.08
+Release:       3
 License:       GPL
-Release:       16
 Group:         Applications/System
-Group(de):     Applikationen/System
-Group(pl):     Aplikacje/System
-Source0:       ftp://jurix.jura.uni-sb.de/pub/linux/source/system/daemons/%{name}-%{version}.tar.gz
-Patch0:                %{name}-misc.patch
-Patch1:                %{name}-current-time.patch
-Patch2:                %{name}-mono-console.patch
+Source0:       http://dl.sourceforge.net/mingetty/%{name}-%{version}.tar.gz
+# Source0-md5: 2a75ad6487ff271424ffc00a64420990
+Patch0:                %{name}-utf8.patch
+Patch1:                %{name}-mono-console.patch
+Patch2:                %{name}-defaultlogin.patch
 Patch3:                %{name}-remote.patch
+URL:           http://sourceforge.net/projects/mingetty
+Requires:      login
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _exec_prefix    /
+%define                _sbindir        /sbin
 
 %description
 mingetty, by Florian La Roche, is a lightweight, minimalist getty for
 use on virtual consoles only. mingetty is not suitable for serial
 lines (the author recommends using `mgetty' for that purpose).
 
-%description -l de
+%description -l de.UTF-8
 mingetty von Florian La Roche ist ein kleiner, minimalistischer getty
-für die Verwendung an virtuellen Konsolen. Er ist nicht für serielle
-Leitungen geeignet (der Autor empfiehlt für diesen Zweck`mgetty').
-
-%description -l fr
-mingetty, de Florian La Roche, est un getty réduit et allégé pour
-console virtuelle uniquement. mingetty n'est pas adapté pour les
-lignes série (l'auteur recommande d'utiliser `mgetty' pour cet usage).
-
-%description -l pl 
-Mingetty - Floriana La Roche, jest minimalnym getty do u¿ytku na
-wirtualnej konsoli. Mingetty nie obs³uguje portów szeregowych.
-
-%description -l tr
-Bu pakette seri baðlantý üzerinden sisteme giriþe olanak veren, akýllý
-bir getty sürümü bulunur. Otomatik arama ve faks desteði içerir
-(saðladýðý fax desteðinin tam olarak kullanýlabilmesi için
+für die Verwendung an virtuellen Konsolen. Er ist nicht für serielle
+Leitungen geeignet (der Autor empfiehlt für diesen Zweck`mgetty').
+
+%description -l es.UTF-8
+mingetty, de Florian La Roche, es un ligero y pequeño getty para usar
+solamente en pantallas virtuales. Mingetty no es apropiado para líneas
+seriales (el autor recomienda el uso de "mgetty" para este propósito.
+
+%description -l fr.UTF-8
+mingetty, de Florian La Roche, est un getty réduit et allégé pour
+console virtuelle uniquement. mingetty n'est pas adapté pour les
+lignes série (l'auteur recommande d'utiliser `mgetty' pour cet usage).
+
+%description -l pl.UTF-8
+Mingetty - Floriana La Roche, jest minimalnym getty do użytku na
+wirtualnej konsoli. Mingetty nie obsługuje portów szeregowych.
+
+%description -l pt_BR.UTF-8
+mingetty, de Florian La Roche, é um leve e pequeno getty para usar
+somente em consoles virtuais. Mingetty não é apropriado para linhas
+seriais (o autor recomenda o uso de "mgetty" para este propósito.
+
+%description -l tr.UTF-8
+Bu pakette seri bağlantı üzerinden sisteme girişe olanak veren, akıllı
+bir getty sürümü bulunur. Otomatik arama ve faks desteği içerir
+(sağladığı fax desteğinin tam olarak kullanılabilmesi için
 mgetty-sendfax paketi gerekir).
 
 %prep
@@ -52,7 +66,9 @@ mgetty-sendfax paketi gerekir).
 %patch3 -p1
 
 %build
-%{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall -W -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,15 +78,10 @@ install mingetty $RPM_BUILD_ROOT%{_sbindir}
 
 install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-gzip -9nf ANNOUNCE
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ANNOUNCE.gz
-
 %attr(755,root,root) %{_sbindir}/mingetty
-
 %{_mandir}/man8/*
This page took 0.086578 seconds and 4 git commands to generate.