58 lines
1.6 KiB
RPMSpec
58 lines
1.6 KiB
RPMSpec
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
|