]> git.pld-linux.org Git - packages/getty_ps.git/blobdiff - getty_ps.spec
- massive attack: adding Source-md5
[packages/getty_ps.git] / getty_ps.spec
index 0acd782d62a78bf4353013ca138cf4e1a084a3ac..037b557ae87f1b2d27ba4a3b1ade32dceb44706b 100644 (file)
@@ -5,14 +5,18 @@ Summary(pl):  getty i uugetty
 Summary(tr):   getty ve uugetty
 Name:          getty_ps
 Version:       2.0.7j
-Release:       10
+Release:       15
+License:       distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
 Group:         Applications/System
-Group(de):     Applikationen/System
-Group(pl):     Aplikacje/System
-Copyright:     Distributable - Copyright 1989,1990 by Paul Sutcliffe Jr.
-URL:           ftp://tsx-11.mit.edu/pub/linux/sources/sbin
-Source0:       %{name}-%{version}.tar.gz
+Source0:       ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.gz
+# Source0-md5: 56bd3fd2f9a23ffdf96503f664f5c914
 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/%{name}-%{version}.lsm
+BuildRequires: ncurses-devel >= 5.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,7 +48,11 @@ mgetty daha kullan
 
 %prep
 %setup -q
-%patch -p1 
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 # clean this ...
@@ -62,14 +70,12 @@ echo ".so getty.1" > $RPM_BUILD_ROOT%{_mandir}/man1/uugetty.1
 
 install Examples/gettydefs.high-speed $RPM_BUILD_ROOT%{_sysconfdir}/gettydefs
 
-gzip -9nf Examples/default/* ANNOUNCE README*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Examples/default/* ANNOUNCE.gz README*
+%doc Examples/default/* ANNOUNCE README*
 
 %config(missingok) %verify(not mtime size md5) %{_sysconfdir}/gettydefs
 
This page took 0.0784629999999999 seconds and 4 git commands to generate.