summaryrefslogtreecommitdiffstats
path: root/kdiff3.spec
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 01:27:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 01:27:27 +0000
commit76718abdb2138623102398a10f3228e576dd0ae8 (patch)
treeddb098baac9689b9e661a41c2a28a8a23ef246d4 /kdiff3.spec
downloadkdiff3-76718abdb2138623102398a10f3228e576dd0ae8.tar.gz
kdiff3-76718abdb2138623102398a10f3228e576dd0ae8.zip
Added abandoned KDE3 version of kdiff3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1088041 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdiff3.spec')
-rw-r--r--kdiff3.spec61
1 files changed, 61 insertions, 0 deletions
diff --git a/kdiff3.spec b/kdiff3.spec
new file mode 100644
index 0000000..18a1ce9
--- /dev/null
+++ b/kdiff3.spec
@@ -0,0 +1,61 @@
+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: kdelibs > 3.3
+BuildRequires: gcc-c++ >= 3.2
+BuildRequires: xorg-x11-devel
+BuildRequires: qt-devel >= 3.3
+BuildRequires: kdelibs-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 KIO on KDE (allows accessing ftp, sftp, fish, smb etc.).
+Unicode & UTF-8 support
+
+%prep
+%setup
+
+%build
+[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
+
+export KDEDIR=%{_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}/kde3/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
+