tunctl/tunctl.spec

44 lines
1.1 KiB
RPMSpec
Raw Permalink Normal View History

Name: tunctl
Version: 1.5
Release: 2mamba
Summary: The tunctl tool for controlling the TUN/TAP driver in Linux
Group: Network/Routing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/tunctl/
Source: http://downloads.sourceforge.net/project/tunctl/tunctl/%{version}/tunctl-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description
The tunctl tool for controlling the TUN/TAP driver in Linux.
%prep
%setup -q
%build
%make CC=%{_host}-gcc
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sbindir}/tunctl
%{_mandir}/man8/tunctl*
%doc ChangeLog
%changelog
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.5-2mamba
- automatic rebuild by autodist
* Tue Jun 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
- package created by autospec