diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 07:22:14 -0800 |
---|---|---|
committer | Ćukasz Stelmach <l.stelmach@samsung.com> | 2014-01-15 13:53:50 +0100 |
commit | 3e7ec73732f153774936d5a81956dcbad63b8b20 (patch) | |
tree | 9803232f9c07f732d864b0c93cb38d2cd1c8f9cf | |
parent | a579ea1656da2c7f74d7f0cd1da5e07fe8369537 (diff) | |
download | diffutils-3e7ec73732f153774936d5a81956dcbad63b8b20.tar.gz diffutils-3e7ec73732f153774936d5a81956dcbad63b8b20.tar.bz2 diffutils-3e7ec73732f153774936d5a81956dcbad63b8b20.zip |
remove patches
-rw-r--r-- | packaging/diffutils.spec | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packaging/diffutils.spec b/packaging/diffutils.spec index 87b044a..2357393 100644 --- a/packaging/diffutils.spec +++ b/packaging/diffutils.spec @@ -1,21 +1,3 @@ -# -# spec file for package diffutils -# -# Copyright (c) 2012 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - Name: diffutils Version: 3.2 Release: 0 @@ -24,7 +6,6 @@ Summary: GNU diff Utilities Url: http://www.gnu.org/software/diffutils/ Group: Productivity/Text/Utilities Source: %{name}-%{version}.tar.xz -Patch1: diffutils-stdio.in.patch BuildRequires: xz Provides: diff Obsoletes: diff @@ -35,7 +16,6 @@ make source code patches, for instance. %prep %setup -q -%patch1 -p1 %build %configure --disable-nls |