File tkdiff.spec of Package tkdiff
#
# spec file for package tkdiff
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: tkdiff
%define real_version 4.1.4-unix
BuildArch: noarch
License: GPL v2 or later
Group: Productivity/Text/Utilities
Requires: tk diffutils
AutoReqProv: on
Version: 4.1.4
Release: 68
Summary: 2 and 3-way diff/merge tool
Url: http://tkdiff.sourceforge.net/
Source0: %{name}-%{real_version}.tar.bz2
Source1: README.SuSE
Patch1: tkdiff-4.1.4-git.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
TkDiff is a graphical 2 and 3-way diff/merge tool.
Authors:
--------
John M. Klassa <klassa@ipass.net>
%prep
%setup -n tkdiff-4.1.4-unix
%patch1
#
cp %{S:1} .
%build
%install
install -d -m 755 $RPM_BUILD_ROOT/usr/bin
install -m 755 tkdiff $RPM_BUILD_ROOT/usr/bin/tkdiff
%files
%defattr(-,root,root)
%doc README.SuSE
/usr/bin/tkdiff
%changelog