Menu

[1a48f0]: / kdiff-ext.spec  Maximize  Restore  History

Download this file

82 lines (72 with data), 3.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Copyright (c) 2008-2009 Sergey Zorin
# This software is distributable under the BSD license. See the terms
# of the BSD license in the COPYING file provided with this software.
Summary: Konqueror context menu extension to launch file comparison tool
Name: kdiff-ext
Version: 0.4.0
Release: 1
License: BSD
Group: User Interface/Desktops
Source: http://downloads.sourceforge.net/diff-ext/kdiff-ext-%{version}.tar.gz
URL: http://diff-ext.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: kdebase4-devel >= 4.1, kdelibs-devel >= 4.1, gcc-c++, cmake >= 2.6, gettext
%description
This Konqueror extension (kdiff-ext) makes it possible to launch file
comparison tool for 2 or 3 files (depending on the tool) in the same directory
or "save" a file(s) for later comparison. It acts as external most recent used
(MRU) file list for the comparison tool.
%prep
%setup -q -n %{name}-%{version}
%build
%configure
%__make %{?_smp_mflags}
%install
[ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
%makeinstall
%clean
[ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
%files
%{_bindir}/kdiffextsetup
%{_libdir}/kde4/kdiff_ext.la
%{_libdir}/kde4/kdiff_ext.so
%{_datadir}/applications/kde4/kdiffextsetup.desktop
%{_datadir}/apps/kdiffextsetup/kdiffextsetupui.rc
%{_datadir}/config.kcfg/kdiffext.kcfg
%doc %{_datadir}/doc/HTML/en/kdiffext/common
%doc %{_datadir}/doc/HTML/en/kdiffext/index.cache.bz2
%doc %{_datadir}/doc/HTML/en/kdiffext/index.docbook
%doc %{_datadir}/doc/kdiff-ext/AUTHORS
%doc %{_datadir}/doc/kdiff-ext/COPYING
%doc %{_datadir}/doc/kdiff-ext/ChangeLog
%doc %{_datadir}/doc/kdiff-ext/INSTALL
%doc %{_datadir}/doc/kdiff-ext/NEWS
%doc %{_datadir}/doc/kdiff-ext/README
%doc %{_datadir}/doc/kdiff-ext/TODO
%{_datadir}/icons/hicolor/16x16/actions/clear.png
%{_datadir}/icons/hicolor/16x16/actions/diff.png
%{_datadir}/icons/hicolor/16x16/actions/diff3.png
%{_datadir}/icons/hicolor/16x16/actions/diff3_with.png
%{_datadir}/icons/hicolor/16x16/actions/diff_later.png
%{_datadir}/icons/hicolor/16x16/actions/diff_with.png
%{_datadir}/icons/hicolor/16x16/apps/kdiffextsetup.png
%{_datadir}/icons/hicolor/32x32/apps/kdiffextsetup.png
%{_datadir}/kde4/services/kdiff-ext.desktop
%{_datadir}/locale/pt_BR/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/pt/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/sv/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/gl/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/he/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/ru/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/de/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/ko/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/es/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/da/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/nb/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/uk/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/it/LC_MESSAGES/%{name}.mo
%changelog
* Mon Feb 2 2009 Sergey Zorin - 0.4.0
- port to KDE 4.1+
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.