Summary: Visual diff and merge tool Summary(pl): Wizualne narzędzie do oglądania i włączania zmian (diff) Name: meld Version: 0.9.0 Release: 4 License: GPL Group: Applications/Text Source0: http://dl.sf.net/meld/%{name}-%{version}.tgz # Source0-md5: ade97f490ff61f2a5b85a3cc6d885232 Patch0: %{name}-desktop.patch 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 Requires: python-pygtk >= 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 %patch -p1 %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/glade2/pixmaps,%{_datadir}/%{name}/manual,%{_desktopdir},%{_pixmapsdir}} install %{name} *.py $RPM_BUILD_ROOT%{_datadir}/%{name} install glade2/*.glade* $RPM_BUILD_ROOT%{_datadir}/%{name}/glade2 install glade2/pixmaps/* $RPM_BUILD_ROOT%{_datadir}/%{name}/glade2/pixmaps install glade2/pixmaps/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/meld.png install manual/*.html $RPM_BUILD_ROOT%{_datadir}/%{name}/manual install manual/*.css $RPM_BUILD_ROOT%{_datadir}/%{name}/manual install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir} echo "exec %{_datadir}/%{name}/%{name} \$*" >$RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS TODO.txt changelog %attr(755,root,root) %{_bindir}/%{name} %dir %{_datadir}/%{name} %attr(755,root,root) %{_datadir}/%{name}/%{name} %{_datadir}/%{name}/*.py %{_datadir}/%{name}/glade2 %{_datadir}/%{name}/manual %{_desktopdir}/* %{_pixmapsdir}/*