rpms/tunctl/devel tunctl.spec,1.2,1.3

Henrik Nordström (hno) fedora-extras-commits at redhat.com
Thu Jul 17 09:32:41 UTC 2008


Author: hno

Update of /cvs/pkgs/rpms/tunctl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27991

Modified Files:
	tunctl.spec 
Log Message:
Update spec file to match existing practices and style



Index: tunctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tunctl/devel/tunctl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tunctl.spec	16 Jul 2008 19:30:14 -0000	1.2
+++ tunctl.spec	17 Jul 2008 09:31:56 -0000	1.3
@@ -12,15 +12,19 @@
 BuildRequires:  docbook-utils
 
 %description
-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 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
+%setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list