]> git.pld-linux.org Git - packages/meld.git/blob - meld.spec
- fixed command line args processing
[packages/meld.git] / meld.spec
1 Summary:        Visual diff and merge tool
2 Summary(pl):    Wizualne narzêdzie do ogl±dania i w³±czania zmian (diff)
3 Name:           meld
4 Version:        0.9.0
5 Release:        4
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://dl.sf.net/meld/%{name}-%{version}.tgz
9 # Source0-md5:  ade97f490ff61f2a5b85a3cc6d885232
10 Patch0:         %{name}-desktop.patch
11 URL:            http://meld.sf.net/
12 BuildRequires:  python-pyorbit-devel >= 1.99.7
13 BuildRequires:  python-gnome-devel >= 1.99.18
14 BuildRequires:  python-pygtk-devel >= 1.99.18
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Meld is a GNOME 2 visual diff and merge tool. It integrates especially
19 well with CVS. The diff viewer lets you edit files in place (diffs
20 update dynamically), and a middle column shows detailed changes and
21 allows merges. The margins show location of changes for easy
22 navigation, and it also features a tabbed interface that allows you to
23 open many diffs at once.
24
25 %description -l pl
26 Meld to przeznaczone dla GNOME 2 wizualne narzêdzie do ogl±dania i
27 w³±czania zmian (w formacie diff). Integruje siê szczególnie dobrze z
28 CVS. Przegl±darka ró¿nic pozwala modyfikowaæ pliki w miejscu
29 (dynamicznie uaktualniaæ), a ¶rodkowa kolumna pokazuje szczegó³owe
30 zmiany i pozwala na w³±czanie. Na marginesach jest pokazane po³o¿enie
31 zmian w celu ³atwej nawigacji. Jest dostêpny tak¿e interfejs z
32 zak³adkami, pozwalaj±cy na otwieranie wielu plików diff naraz.
33
34 %prep
35 %setup -q
36 %patch -p1
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/glade2/pixmaps,%{_datadir}/%{name}/manual,%{_desktopdir},%{_pixmapsdir}}
41
42 install %{name} *.py $RPM_BUILD_ROOT%{_datadir}/%{name}
43 install glade2/*.glade* $RPM_BUILD_ROOT%{_datadir}/%{name}/glade2
44 install glade2/pixmaps/* $RPM_BUILD_ROOT%{_datadir}/%{name}/glade2/pixmaps
45 install glade2/pixmaps/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/meld.png
46 install manual/*.html $RPM_BUILD_ROOT%{_datadir}/%{name}/manual
47 install manual/*.css $RPM_BUILD_ROOT%{_datadir}/%{name}/manual
48 install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
49
50 echo "exec %{_datadir}/%{name}/%{name} \$*" >$RPM_BUILD_ROOT%{_bindir}/%{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS TODO.txt changelog
58 %attr(755,root,root) %{_bindir}/%{name}
59 %dir %{_datadir}/%{name}
60 %attr(755,root,root) %{_datadir}/%{name}/%{name}
61 %{_datadir}/%{name}/*.py
62 %{_datadir}/%{name}/glade2
63 %{_datadir}/%{name}/manual
64 %{_desktopdir}/*
65 %{_pixmapsdir}/*
This page took 0.178929 seconds and 3 git commands to generate.