package created by autospec [release 1.5-1mamba;Tue Jun 22 2010]
This commit is contained in:
parent
c40938ddfc
commit
5e858d4e13
@ -1,2 +1,4 @@
|
|||||||
# tunctl
|
# tunctl
|
||||||
|
|
||||||
|
The tunctl tool for controlling the TUN/TAP driver in Linux.
|
||||||
|
|
||||||
|
41
tunctl.spec
Normal file
41
tunctl.spec
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
Name: tunctl
|
||||||
|
Version: 1.5
|
||||||
|
Release: 1mamba
|
||||||
|
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: http://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
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Tue Jun 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user