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