From 244bb4d74c3adb713bf3249c59afbbe330d33ff9cba4b55a9d05c5956522edf6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 22 Dec 2011 15:16:28 +0000 Subject: [PATCH] Accepting request 97688 from home:coolo:removeautoconf - remove call to suse_update_config (very old work around) OBS-URL: https://build.opensuse.org/request/show/97688 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=14 --- diffstat.changes | 5 +++++ diffstat.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/diffstat.changes b/diffstat.changes index e40374f..6fa9fce 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 20:15:42 UTC 2011 - coolo@suse.com + +- remove call to suse_update_config (very old work around) + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/diffstat.spec b/diffstat.spec index 2d74d44..e203f2f 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: diffstat Version: 1.54 -Release: 1 -Group: Productivity/Text/Utilities -License: MIT License (or similar) +Release: 0 Url: http://dickey.his.com/diffstat/diffstat.html Summary: Utility That Provides Statistics Based on the Output of diff +License: MIT +Group: Productivity/Text/Utilities Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,8 +35,7 @@ of the insertions, deletions, and modifications in each file. %patch %build -%{suse_update_config -f} -export CFLAGS="$RPM_OPT_FLAGS -Wall"; +export CFLAGS="$RPM_OPT_FLAGS -Wall" %configure make %{?_smp_mflags}