SPECS: dragbox.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Fri Nov 24 09:07:30 CET 2006


Author: qboosh                       Date: Fri Nov 24 08:07:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   dragbox.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/dragbox.spec
diff -u SPECS/dragbox.spec:1.1 SPECS/dragbox.spec:1.2
--- SPECS/dragbox.spec:1.1	Wed Nov 22 20:33:13 2006
+++ SPECS/dragbox.spec	Fri Nov 24 09:07:25 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-#
 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
@@ -30,42 +30,29 @@
 Clicking an item copies it to the clipboard. Right-clicking opens a
 context menu with access to the preferences dialog.
 
+%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ę.
+
+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.
+
+Kliknięcie na elemencie kopiuje go do schowka. Kliknięcie prawym
+przyciskiem otwiera menu kontekstowe z dostępem do okna dialogowego
+ustawień.
+
 %prep
 %setup -q
 
-# undos the source
-#find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
-
-# remove CVS control files
-#find -name CVS -print0 | xargs -0 rm -rf
-
-# 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
-
 %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
@@ -73,14 +60,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
@@ -88,8 +67,7 @@
 %{_datadir}/dragbox
 %{_mandir}/man1/dragbox.1*
 %dir %{py_sitescriptdir}/Dragbox
-%{py_sitescriptdir}/Dragbox/*.py[oc]
-
+%{py_sitescriptdir}/Dragbox/*.py[co]
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -97,6 +75,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/24 08:07:25  qboosh
+- pl, cleanup
+
 Revision 1.1  2006/11/22 19:33:13  aredridel
 - added
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dragbox.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list