automatic rebuild by autodist [release 1.00-4mamba;Wed Aug 28 2013]

This commit is contained in:
Automatic Build System 2024-01-05 23:05:55 +01:00
parent 041fc48da5
commit b84c354638
3 changed files with 70 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# gkermit
G-Kermit is a Unix program for transferring files with the Kermit protocol.

11
gkermit-1.0-errno.patch Normal file
View File

@ -0,0 +1,11 @@
diff -Nru gkermit-1.00.orig/gkermit.c gkermit-1.00/gkermit.c
--- gkermit-1.00.orig/gkermit.c 2005-08-03 16:08:57.000000000 +0200
+++ gkermit-1.00/gkermit.c 2005-08-03 16:09:07.000000000 +0200
@@ -57,6 +57,7 @@
#define _GKERMIT_C
#include <stdio.h>
#include "gkermit.h"
+#include <errno.h>
/* Forward declarations of functions used within this module... */

57
gkermit.spec Normal file
View File

@ -0,0 +1,57 @@
Name: gkermit
Version: 1.00
Release: 4mamba
Summary: G-Kermit is a Unix program for transferring files with the Kermit protocol.
Group: Applications/Communication
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://www.columbia.edu/kermit/gkermit.html
Source: ftp://kermit.columbia.edu/kermit/archives//gku100.tar.gz
Patch0: gkermit-1.0-errno.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
G-Kermit is a Unix program for transferring files with the Kermit protocol.
%prep
%setup -q -c %name-%version
%patch0 -p1
%build
%make -j1
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1,%{_infodir},%{_docdir}/%{name}-%{version}}
make install \
BINDIR=%{buildroot}%{_bindir} \
MANDIR=%{buildroot}%{_mandir}/man1 \
INFODIR=%{buildroot}%{_infodir} \
TEXTDIR=%{buildroot}%{_docdir}/%{name}-%{version}
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/gkermit
%{_mandir}/man1/gkermit.*
%changelog
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 1.00-4mamba
- automatic rebuild by autodist
* Sun Oct 26 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.00-3mamba
- rebuild
* Fri Mar 03 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.00-2qilnx
- fixed rpm group name
* Wed Aug 03 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.00-1qilnx
- package created by autospec