# TODO: make pl translation, commit it to gnome repository # and attch pl.patch here ;) # Summary: Visual diff and merge tool Summary(pl): Wizualne narzędzie do oglądania i włączania zmian (diff) Name: meld Version: 0.9.4.1 Release: 3 License: GPL Group: Applications/Text Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.bz2 # Source0-md5: cd5f02e084529c581ce52a22647ca4dc URL: http://meld.sf.net/ BuildRequires: python-pyorbit-devel >= 1.99.7 BuildRequires: python-gnome-devel >= 1.99.18 BuildRequires: python-pygtk-devel >= 1.99.18 BuildRequires: rpm-pythonprov Requires: python-pygtk-gtk >= 1.99.18 Requires: python-gnome >= 1.99.18 Requires: python-gnome-ui >= 1.99.18 Requires: python-gnome-gconf >= 1.99.18 Requires: python-pyorbit >= 1.99.18 Requires: python-pygtk-glade >= 1.99.18 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Meld is a GNOME 2 visual diff and merge tool. It integrates especially well with CVS. The diff viewer lets you edit files in place (diffs update dynamically), and a middle column shows detailed changes and allows merges. The margins show location of changes for easy navigation, and it also features a tabbed interface that allows you to open many diffs at once. %description -l pl Meld to przeznaczone dla GNOME 2 wizualne narzędzie do oglądania i włączania zmian (w formacie diff). Integruje się szczególnie dobrze z CVS. Przeglądarka różnic pozwala modyfikować pliki w miejscu (dynamicznie uaktualniać), a środkowa kolumna pokazuje szczegółowe zmiany i pozwala na włączanie. Na marginesach jest pokazane położenie zmian w celu łatwej nawigacji. Jest dostępny także interfejs z zakładkami, pozwalający na otwieranie wielu plików diff naraz. %prep %setup -q %build %{__make} \ prefix=/usr \ libdir=%{py_sitedir} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ prefix=$RPM_BUILD_ROOT/usr \ libdir=$RPM_BUILD_ROOT%{py_sitedir} %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS TODO.txt changelog manual/{manual.html,stylesheet.css} %attr(755,root,root) %{_bindir}/%{name} %dir %{py_sitedir}/%{name} %{py_sitedir}/%{name}/*.py[co] %{_datadir}/%{name} %{_datadir}/application-registry/* %{_desktopdir}/* %{_pixmapsdir}/*