]> git.pld-linux.org Git - packages/dragbox.git/commitdiff
- pl, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Nov 2006 08:07:25 +0000 (08:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dragbox.spec -> 1.2

dragbox.spec

index 00869c5d91ca0ab462e0604ca126957dd946873f..37f064fe6be1c7892151abd33aa858b2d06c970e 100644 (file)
@@ -1,5 +1,5 @@
-#
 Summary:       Drag and drop files mentioned in the shell
+Summary(pl):   Przeci±ganie i upuszczanie plików podanych z pow³oki
 Name:          dragbox
 Version:       0.2.3
 Release:       1
@@ -29,42 +29,29 @@ to dragbox, or a list of files using xargs.
 Clicking an item copies it to the clipboard. Right-clicking opens a
 context menu with access to the preferences dialog.
 
-%prep
-%setup -q
+%description -l pl
+Dragbox to narzêdzie do ³±czenia linii poleceñ ze ¶rodowiskiem
+graficznym. Wywo³uje znik±d uchwyt przy zarz±dzaniu plików lub innych
+informacji z pow³oki, wspomagaj±c pracê.
 
-# undos the source
-#find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+Dragbox przyjmuje zarówno przeci±gniêcia jak i upuszczenia od chwili
+uruchomienia i mo¿e wypisaæ przeci±gniête elementy na standardowym
+wyj¶ciu. Mo¿na tak¿e przekazaæ do dragboksa tekst potokiem lub listê
+plików przy u¿yciu xargs.
 
-# remove CVS control files
-#find -name CVS -print0 | xargs -0 rm -rf
+Klikniêcie na elemencie kopiuje go do schowka. Klikniêcie prawym
+przyciskiem otwiera menu kontekstowe z dostêpem do okna dialogowego
+ustawieñ.
 
-# you'll need this if you cp -a complete dir in source
-# cleanup backups after patching
-find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+%prep
+%setup -q
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__intltoolize}
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
-#cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
-#%{__make} \
-#      CFLAGS="%{rpmcflags}" \
-#      LDFLAGS="%{rpmldflags}"
-
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -72,14 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
@@ -87,4 +66,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dragbox
 %{_mandir}/man1/dragbox.1*
 %dir %{py_sitescriptdir}/Dragbox
-%{py_sitescriptdir}/Dragbox/*.py[oc]
+%{py_sitescriptdir}/Dragbox/*.py[co]
This page took 0.09544 seconds and 4 git commands to generate.