summaryrefslogtreecommitdiffstats
path: root/kdiff3.spec
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-06-27 14:46:01 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-27 23:56:04 +0900
commita2bdb366d23ad3ae27e317bbdf5c966c71863d75 (patch)
tree2ac4e8942bd42ccaf1dead861cb7f68bcce4e5ed /kdiff3.spec
parent91b7acd6bbe54b36f6e4b9597c4cf5572c9eb40c (diff)
downloadkdiff3-a2bdb366d23ad3ae27e317bbdf5c966c71863d75.tar.gz
kdiff3-a2bdb366d23ad3ae27e317bbdf5c966c71863d75.zip
Drop automake build support.
Add basic cmake build instructions. Delete the NEWS file. Rework of the README. The man folder has been moved into the doc folder for consistency with what have been done so far. The html pages have been moved into the doc folder as well. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit e14732aa76b0fc20b955da434b1e2e92012c34e8)
Diffstat (limited to 'kdiff3.spec')
-rw-r--r--kdiff3.spec61
1 files changed, 0 insertions, 61 deletions
diff --git a/kdiff3.spec b/kdiff3.spec
deleted file mode 100644
index fdde0a6..0000000
--- a/kdiff3.spec
+++ /dev/null
@@ -1,61 +0,0 @@
-Name: kdiff3
-Version: 0.9.91
-Release: 1.fc
-
-URL: http://www.kde-apps.org/content/show.php?content=9807
-License: GPL
-Summary: Tool for Comparison and Merge of Files and Directories
-Group: Development/Tools
-
-Source: http://heanet.dl.sourceforge.net/sourceforge/kdiff3/kdiff3-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
-Requires: tdelibs > 3.3
-BuildRequires: gcc-c++ >= 3.2
-BuildRequires: xorg-x11-devel
-BuildRequires: qt-devel >= 3.3
-BuildRequires: tdelibs-devel >= 3.3
-
-%description
-Shows the differences line by line and character by character (!).
-Provides an automatic merge-facility and
-an integrated editor for comfortable solving of merge-conflicts.
-Supports TDEIO on KDE (allows accessing ftp, sftp, fish, smb etc.).
-Unicode & UTF-8 support
-
-%prep
-%setup
-
-%build
-[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
-
-export TDEDIR=%{_prefix}
-
-%configure --prefix=/usr
-%{__make} %{?_smp_mflags}
-
-%install
-%{__rm} -rf %{buildroot}
-source /etc/profile.d/qt.sh
-%makeinstall
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
-%{_bindir}/kdiff3
-%{_datadir}/applnk/*
-%{_datadir}/apps/kdiff3/*
-%{_datadir}/apps/kdiff3part/*
-%{_datadir}/doc/HTML/*
-%{_datadir}/icons/*
-%{_datadir}/locale/*
-%{_datadir}/man/man1/kdiff3*
-%{_datadir}/services/kdiff3*
-%{_libdir}/trinity/libkdiff3*
-
-%changelog
-* Mon May 15 2006 Vadim Likhota <vadim-lvv@yandex.ru> - 0.9.90-1.fc
-- write spec for fc/rhel/centos/asp for kdiff3
-