2007-07-02 04:28:37 +02:00
|
|
|
#
|
2011-09-20 17:55:53 +02:00
|
|
|
# spec file for package colordiff
|
2007-07-02 04:28:37 +02:00
|
|
|
#
|
2020-07-14 07:24:17 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2007-07-02 04:28:37 +02:00
|
|
|
#
|
2009-03-26 02:04:57 +01: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.
|
|
|
|
|
2020-07-14 07:24:17 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-07-02 04:28:37 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: colordiff
|
2020-07-14 07:24:17 +02:00
|
|
|
Version: 1.0.19
|
2012-02-16 01:57:40 +01:00
|
|
|
Release: 0
|
2007-07-02 04:28:37 +02:00
|
|
|
Summary: Colour-highlighted 'diff' output
|
2020-07-14 07:24:17 +02:00
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://www.colordiff.org
|
2015-03-30 14:10:29 +02:00
|
|
|
Source0: http://www.colordiff.org/%{name}-%{version}.tar.gz
|
2015-12-25 15:11:32 +01:00
|
|
|
Source1: http://www.colordiff.org/%{name}-%{version}.tar.gz.sig
|
|
|
|
Source2: %{name}.keyring
|
2007-07-02 04:28:37 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Perl script colordiff is a wrapper for 'diff' and produces the same
|
|
|
|
output but with pretty 'syntax' highlighting. Colour schemes can be
|
|
|
|
customized.
|
|
|
|
|
|
|
|
%prep
|
2020-07-14 07:24:17 +02:00
|
|
|
%autosetup
|
2007-07-02 04:28:37 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2020-07-14 07:24:17 +02:00
|
|
|
%make_install INSTALL_DIR=%{_bindir} \
|
|
|
|
ETC_DIR=%{_sysconfdir} \
|
|
|
|
MAN_DIR=%{_mandir}/man1
|
2007-07-02 04:28:37 +02:00
|
|
|
|
|
|
|
%files
|
2020-07-14 07:24:17 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc README CHANGES BUGS colordiffrc colordiffrc-lightbg colordiffrc-gitdiff
|
|
|
|
%config(noreplace) %{_sysconfdir}/colordiffrc
|
2015-12-25 15:11:32 +01:00
|
|
|
%{_bindir}/cdiff
|
|
|
|
%{_bindir}/colordiff
|
|
|
|
%{_mandir}/man1/cdiff.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/colordiff.1%{?ext_man}
|
2007-07-02 04:28:37 +02:00
|
|
|
|
|
|
|
%changelog
|