File tkdiff.spec of Package tkdiff
#
# spec file for package tkdiff (Version 4.1.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 1
Summary: 2 and 3-way diff/merge tool
Url: http://tkdiff.sourceforge.net/
Source0: %{name}-%{real_version}.tar.bz2
Source1: README.SuSE
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
#
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
* Tue Nov 27 2007 - lmichnovic@suse.cz
- update to version 4.1.4
* Ignore -u option from svn for usage "svn diff --diff-cmd=tkdiff"
* Perforce support for P4CONFIG environment variable
* Remove an old font work-around for Mac, but add a new one for tk8.5
on Windows
* Fix duplicate keyboard accelerator for Preferences
* Fri Aug 11 2006 - lmichnovic@suse.cz
- changed bindir to /usr/bin
* Tue Jun 20 2006 - lmichnovic@suse.cz
- update to verson 4.1.3
* Fixed incompatibility with older versions of Tcl/Tk
("-state disabled").
* Applied Warren Jones' subversion patch, which prevents the svn
error that occurs when you omit a revision number.
* Can now do "tkdiff OLD-URL[@OLDREV] NEW-URL[@NEWREV]" in svn.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 02 2006 - lmichnovic@suse.cz
- update to version 4.1.1 which includes security patch for temp files
(CVE-2005-4434) [#141076]
- updated copyright in README.SuSE file
* Thu Sep 29 2005 - dmueller@suse.de
- add norootforbuild
* Mon Nov 15 2004 - ltinkl@suse.cz
- updated to 4.0.2
* Sun Oct 10 2004 - schwab@suse.de
- Fix requires.
* Fri Sep 06 2002 - pmladek@suse.cz
- fixed usage of -pad
* Fri Aug 17 2001 - pmladek@suse.cz
- updated to version 3.09
- README.SuSE moved to sources
* Wed Mar 28 2001 - nadvornik@suse.cz
- update to 3.08
* Thu Nov 23 2000 - ro@suse.de
- fixed requires
* Thu Oct 12 2000 - nadvornik@suse.cz
- new package