2006-12-19 00:15:43 +01:00
|
|
|
#
|
2011-08-15 12:30:24 +02:00
|
|
|
# spec file for package diffutils
|
2006-12-19 00:15:43 +01:00
|
|
|
#
|
2021-07-20 10:43:37 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2006-12-19 00:15:43 +01:00
|
|
|
#
|
2008-10-23 04:29:27 +02:00
|
|
|
# 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.
|
|
|
|
|
2019-01-04 13:53:30 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2006-12-19 00:15:43 +01:00
|
|
|
#
|
|
|
|
|
2012-07-17 21:21:13 +02:00
|
|
|
|
2006-12-19 00:15:43 +01:00
|
|
|
Name: diffutils
|
2021-08-10 10:26:46 +02:00
|
|
|
Version: 3.8
|
2012-02-28 09:47:36 +01:00
|
|
|
Release: 0
|
2006-12-19 00:15:43 +01:00
|
|
|
Summary: GNU diff Utilities
|
2019-01-04 13:53:30 +01:00
|
|
|
License: GFDL-1.2-only AND GPL-3.0-or-later
|
2012-02-28 09:47:36 +01:00
|
|
|
Group: Productivity/Text/Utilities
|
2019-01-04 13:53:30 +01:00
|
|
|
URL: https://www.gnu.org/software/diffutils/
|
2017-05-22 15:26:53 +02:00
|
|
|
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
2016-02-07 22:50:02 +01:00
|
|
|
Source2: %{name}.keyring
|
|
|
|
Provides: diff = %{version}
|
|
|
|
Obsoletes: diff < %{version}
|
2006-12-19 00:15:43 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The GNU diff utilities find differences between files. diff is used to
|
|
|
|
make source code patches, for instance.
|
|
|
|
|
2016-08-09 19:11:28 +02:00
|
|
|
%lang_package
|
|
|
|
|
2006-12-19 00:15:43 +01:00
|
|
|
%prep
|
2020-09-01 08:12:53 +02:00
|
|
|
%autosetup -p1
|
2006-12-19 00:15:43 +01:00
|
|
|
|
|
|
|
%build
|
2017-05-22 15:26:53 +02:00
|
|
|
%configure \
|
|
|
|
--with-packager="openSUSE" \
|
|
|
|
--with-packager-bug-reports="http://bugs.opensuse.org/"
|
2021-08-10 10:26:46 +02:00
|
|
|
%make_build
|
2006-12-19 00:15:43 +01:00
|
|
|
|
2013-12-06 13:28:40 +01:00
|
|
|
%check
|
2021-08-10 10:26:46 +02:00
|
|
|
%make_build check
|
2013-12-06 13:28:40 +01:00
|
|
|
|
2006-12-19 00:15:43 +01:00
|
|
|
%install
|
2016-08-09 19:11:28 +02:00
|
|
|
%make_install
|
|
|
|
%find_lang %{name}
|
2006-12-19 00:15:43 +01:00
|
|
|
|
2013-04-05 11:03:58 +02:00
|
|
|
%files
|
2018-02-26 10:48:02 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README THANKS
|
2021-08-10 10:26:46 +02:00
|
|
|
%{_bindir}/*
|
2019-01-04 13:53:30 +01:00
|
|
|
%{_infodir}/diffutils.info%{?ext_info}
|
2021-08-10 10:26:46 +02:00
|
|
|
%{_mandir}/man1/*.1%{?ext_man}
|
2006-12-19 00:15:43 +01:00
|
|
|
|
2016-08-09 19:11:28 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2008-01-12 02:43:49 +01:00
|
|
|
%changelog
|