]> git.pld-linux.org Git - packages/getty_ps.git/blobdiff - getty_ps.spec
- release 15: merge rawhide patches.
[packages/getty_ps.git] / getty_ps.spec
index 6cbf56f8853d2948d25cec9d93a5ed3930b7b9fa..9a8a63d476eefd1f72f4e1fdbb232e5202c6406e 100644 (file)
@@ -5,13 +5,19 @@ Summary(pl):  getty i uugetty
 Summary(tr):   getty ve uugetty
 Name:          getty_ps
 Version:       2.0.7j
-Release:       6
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
-Copyright:     Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
+Release:       15
+License:       Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+Source0:       ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
+Patch0:                %{name}-misc.patch
+Patch1:                %{name}-y2k.patch
+Patch2:                %{name}-rb.patch
+Patch3:                %{name}-hangup.patch
+Patch4:                %{name}-mktemp.patch
 URL:           ftp://tsx-11.mit.edu/pub/linux/sources/sbin
-Source0:       %{name}-%{version}.tar.gz
-Patch0:                getty_ps-misc.patch
+BuildRequires: ncurses-devel >= 5.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,13 +49,17 @@ mgetty daha kullan
 
 %prep
 %setup -q
-%patch -p1 
+%patch0 -p1 
+%patch1 -p1 
+%patch2 -p1 
+%patch3 -p1 
+%patch4 -p1 
 
 %build
 # clean this ...
-make clean
+%{__make} clean
 
-make OPT="$RPM_OPT_FLAGS"
+%{__make} OPT="%{rpmcflags}" LIBS="-lncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -61,8 +71,7 @@ echo ".so getty.1" > $RPM_BUILD_ROOT%{_mandir}/man1/uugetty.1
 
 install Examples/gettydefs.high-speed $RPM_BUILD_ROOT%{_sysconfdir}/gettydefs
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/* Examples/default/* \
-           ANNOUNCE README*
+gzip -9nf Examples/default/* ANNOUNCE README*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.06975 seconds and 4 git commands to generate.