Hello community,

here is the log from the commit of package tunctl for openSUSE:Factory checked 
in at 2013-04-05 13:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tunctl (Old)
 and      /work/SRC/openSUSE:Factory/.tunctl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tunctl", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tunctl/tunctl.changes    2012-04-23 
16:13:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tunctl.new/tunctl.changes       2013-04-05 
13:23:02.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 10:14:48 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  tunctl-1.5.tar.bz2

New:
----
  tunctl-1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tunctl.spec ++++++
--- /var/tmp/diff_new_pack.qAW12O/_old  2013-04-05 13:23:04.000000000 +0200
+++ /var/tmp/diff_new_pack.qAW12O/_new  2013-04-05 13:23:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tunctl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,10 @@
 License:        GPL-2.0+
 Group:          System/Management
 Url:            http://tunctl.sourceforge.net/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://sourceforge.net/projects/tunctl/files/tunctl/%{version}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-install-manpage-noexec.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  docbook-utils-minimal
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 tunctl is a tool to set up and maintain persistent TUN/TAP network
@@ -44,15 +44,12 @@
 #sed -i 's/^CFLAGS=.*/CFLAGS=%{optflags}' Makefile
 
 %build
-%{__make} CFLAGS="%{optflags}" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-make DESTDIR="%{buildroot}" BIN_DIR=/sbin install
-%{__install} -d -m 0755 %{buildroot}/%{_docdir}/%{name}/
-%{__install} -m 0644 ChangeLog %{buildroot}/%{_docdir}/%{name}/
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} BIN_DIR=/sbin install
+install -d -m 0755 %{buildroot}/%{_docdir}/%{name}/
+install -m 0644 ChangeLog %{buildroot}/%{_docdir}/%{name}/
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to