]> git.pld-linux.org Git - packages/meld.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Oct 2003 16:30:18 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    meld.spec -> 1.2

meld.spec

index dcaf43f017d303688d0e3563aa6d96558dc172b2..cbdefc542df32796387961772d7e902a088e89f4 100644 (file)
--- a/meld.spec
+++ b/meld.spec
@@ -1,4 +1,5 @@
 Summary:       Visual diff and merge tool
+Summary(pl):   Wizualne narzêdzie do ogl±dania i w³±czania zmian (diff)
 Name:          meld
 Version:       0.8.5
 Release:       1
@@ -20,18 +21,25 @@ 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
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/meld/glade2/pixmaps}
 
-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 %{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
 
 echo "exec %{_datadir}/%{name}/%{name}" >$RPM_BUILD_ROOT%{_bindir}/%{name}
 
This page took 0.108041 seconds and 4 git commands to generate.