forked from pool/tkxcd
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1151806 OBS-URL: https://build.opensuse.org/package/show/devel:tools/tkxcd?expand=0&rev=7
60 lines
1.6 KiB
RPMSpec
60 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package tkxcd
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: tkxcd
|
|
Version: 1.1.0
|
|
Release: 0
|
|
Summary: Graphical frontend for diff
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Text/Utilities
|
|
Source: tkxcd_1.1.0.tar.gz
|
|
Patch0: tkxcd-wish.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
Provides: tkxcd_1.1.0
|
|
Requires: tk
|
|
|
|
%description
|
|
This is a diff front-end with a look and feel based on Atria Clearcase
|
|
xcleardiff. Both files are displayed in a window each and the
|
|
differences are marked in different colors.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
John C. Quillan <quillan@doitnow.com>
|
|
|
|
%prep
|
|
%autosetup -p0 -n tkxcd_1.1.0
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d -m 755 %buildroot%_bindir %buildroot%_mandir/man1
|
|
install -m 755 tkxcd %buildroot%_bindir
|
|
install -m 644 tkxcd.man %buildroot%_mandir/man1/tkxcd.1
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc HISTORY README sample.tkxcdrc LICENSE TODO
|
|
%doc %_mandir/*/*
|
|
%_bindir/*
|
|
|
|
%changelog
|