rpms/tunctl/F-9 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 tunctl.spec, 1.1, 1.2 tunctl.c?rev=1.4, 1.1, NONE tunctl.sgml?rev=238, 1.1, NONE

Henrik Nordström (hno) fedora-extras-commits at redhat.com
Wed Jul 16 23:25:03 UTC 2008


Author: hno

Update of /cvs/pkgs/rpms/tunctl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5562

Modified Files:
	.cvsignore sources tunctl.spec 
Removed Files:
	tunctl.c?rev=1.4 tunctl.sgml?rev=238 
Log Message:
Tunctl is now a separate project, outsite of User Mode Linux. Update
to new upstream 1.5 release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tunctl/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Mar 2008 15:51:15 -0000	1.1
+++ .cvsignore	16 Jul 2008 23:24:19 -0000	1.2
@@ -0,0 +1 @@
+tunctl-1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tunctl/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Mar 2008 15:51:15 -0000	1.1
+++ sources	16 Jul 2008 23:24:19 -0000	1.2
@@ -0,0 +1 @@
+fdbedc263b3e85bb0e087cd567414607  tunctl-1.5.tar.gz


Index: tunctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tunctl/F-9/tunctl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tunctl.spec	26 Mar 2008 17:22:43 -0000	1.1
+++ tunctl.spec	16 Jul 2008 23:24:19 -0000	1.2
@@ -1,39 +1,30 @@
 Name:           tunctl
-Version:        1.4
-Release:        2%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 Summary:        Create and remove virtual network interfaces
 
 Group:          Applications/System
 License:        GPL+
-URL:            http://www.user-mode-linux.org/
-Source0:        http://www.user-mode-linux.org/cvs/*checkout*/tools/tunctl/tunctl.c?rev=%{version}
-# This is from Debian, http://packages.debian.org/sid/uml-utilities
-Source1:        http://svn.debian.org/viewsvn/*checkout*/pkg-uml/trunk/src/uml-utilities/debian/tunctl.sgml?rev=238
+URL:            http://tunctl.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/tunctl/tunctl-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  docbook-utils
 
 %description
-Virtual network interface manipulation tool from User Mode Linux project.
+tunctl is a tool to set up and maintain persistent TUN/TAP network interfaces, enabling user applications access to the wire side of a virtual nework interface. Such interfaces is useful for connecting VPN software, virtualization, emulation and a number of other similar applications to the network stack.
 
+tunctl originates from the User Mode Linux project.
 
 %prep
-%setup -T -c -n %{name}-%{version}
-%{__cp} %{SOURCE0} tunctl.c
-%{__cp} %{SOURCE1} tunctl.sgml
+%setup
 
 %build
-%{__cc} %{optflags} tunctl.c -o tunctl
-docbook2man tunctl.sgml
-
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
-install -d $RPM_BUILD_ROOT%{_mandir}/man8
-install -m 755 tunctl $RPM_BUILD_ROOT%{_sbindir}
-install -m 644 TUNCTL.8 $RPM_BUILD_ROOT%{_mandir}/man8/tunctl.8
-
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,10 +34,12 @@
 %defattr(-,root,root,-)
 %{_mandir}/man8/tunctl.8*
 %{_sbindir}/tunctl
-#%doc
-
+%doc ChangeLog
 
 %changelog
+* Wed Jul 16 2008 Henrik Nordstrom <henrik at henriknordstrom.net> 1.5-1
+- Update to version 1.5 based on separate upstream release
+
 * Tue Mar 25 2008 Lubomir Kundrak <lkundrak at redhat.com> 1.4-2
 - Move to sbin (Marek Mahut, #434583)
 


--- tunctl.c?rev=1.4 DELETED ---


--- tunctl.sgml?rev=238 DELETED ---




More information about the scm-commits mailing list