/[packages]/cauldron/kio-clipboard/current/SPECS/kio-clipboard.spec
ViewVC logotype

Diff of /cauldron/kio-clipboard/current/SPECS/kio-clipboard.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 133654 by gejo, Tue Aug 16 08:18:59 2011 UTC revision 133655 by dmorgan, Tue Aug 16 08:59:41 2011 UTC
# Line 1  Line 1 
   
1  Name:           kio-clipboard  Name:           kio-clipboard
2  Version:        0.2.3  Version:        0.2.3
3  Release:        %{mkrel 1}  Release:        %mkrel 1
4  Summary:        KDE IO Slave for file based access of clipboard entries  Summary:        KDE IO Slave for file based access of clipboard entries
 Summary(es):    KDE IO Slave para ficheros basados en las entradas del portapapeles  
5    
6  Group:          Graphical desktop/KDE  Group:          Graphical desktop/KDE
7  License:        GPLv2+  License:        GPLv2+
8  Source:         %name-%version.tar.bz2  Source:         %name-%version.tar.bz2
9  Url:            http://kde-apps.org/content/show.php/kio-clipboard?content=143976  Url:            http://kde-apps.org/content/show.php/kio-clipboard?content=143976
 BuildRoot:      %{_tmppath}/buildroot-%{name}-%{version}  
10    
 BuildRequires:  cmake libqt4-devel  
11  BuildRequires:  kdebase4-workspace-devel  BuildRequires:  kdebase4-workspace-devel
12    
13  %description  %description
 Overview:  
14  kio_clipboard implements kio-slaves, plugins for KDEs io system. It makes the  kio_clipboard implements kio-slaves, plugins for KDEs io system. It makes the
15  content of clipboards available inside file management. That means you can  content of clipboards available inside file management. That means you can
16  access the clipboards entries using standard file dialogs like 'File open' or  access the clipboards entries using standard file dialogs like 'File open' or
# Line 23  access the clipboards entries using stan Line 18  access the clipboards entries using stan
18  you can use the slaves wherever you can use an url inside KDE to get access to  you can use the slaves wherever you can use an url inside KDE to get access to
19  the clipboards content. There are no temporary files generated.  the clipboards content. There are no temporary files generated.
20    
 Author:  
 --------  
     Christian Reiner <kio-clipboard@christian-reiner.de>  
   
 %description -l es  
 Descripción:  
 kio_clipboard implementa las kio-slaves,plugins para el sistema io de KDE.  
 Hace que el contenido del portapapeles esté disponible dentro del administrador  
 de ficheros. Esto significa que puedes acceder a las entradas usando un navegador  
 de ficheros como 'Archivo abrir' or 'Archivo guardar', incluso puedes usar el  
 navegador para acceder a las entradas. En general puedes usar el slave donde  
 puedas usar una url dentro de KDE para tener acceso al contenido del portapapeles.  
 No se generan ficheros temporales.  
   
 Autor:  
 -------  
     Christian Reiner <kio-clipboard@christian-reiner.de>  
   
   
21  %prep  %prep
22  %setup -q  %setup -q
23    
24  %build  %build
25    %cmake_kde4  %cmake_kde4
26    make  %make
27    
28  %install  %install
29    rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
30    %makeinstall_std -C build  %makeinstall_std -C build
   
 %clean  
   rm -rf $RPM_BUILD_ROOT  
31    
32  %files  %files
33    %defattr(-,root,root)  %doc AUTHORS CHANGELOG
34    %doc AUTHORS CHANGELOG  %{_kde_libdir}/kde4/kio_clipboard.so
35    %{_kde_libdir}/kde4/kio_clipboard.so  %{_kde_libdir}/kde4/kio_klipper.so
36    %{_kde_libdir}/kde4/kio_klipper.so  %{_kde_datadir}/kde4/services/clipboard.protocol
37    %{_kde_datadir}/kde4/services/clipboard.protocol  %{_kde_datadir}/kde4/services/klipper.protocol
   %{_kde_datadir}/kde4/services/klipper.protocol  
38    

Legend:
Removed from v.133654  
changed lines
  Added in v.133655

  ViewVC Help
Powered by ViewVC 1.1.30