rpms/kasablanca/FC-4 kasablanca-0.4.0.2-dt.patch, NONE, 1.1 kasablanca.spec, 1.10, 1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jan 19 15:59:21 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/kasablanca/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27543

Modified Files:
	kasablanca.spec 
Added Files:
	kasablanca-0.4.0.2-dt.patch 
Log Message:
* Thu Jan 19 2006 Rex Dieter <rexdieter[AT]usrs.sf.net> 0.4.0.2-7
- drop x-modular hack(s) (kdelibs-devel fixed)
- .desktop: GenericName=FTP client
- update %description


kasablanca-0.4.0.2-dt.patch:

--- NEW FILE kasablanca-0.4.0.2-dt.patch ---
--- kasablanca-0.4.0.2/src/kasablanca.desktop.dt	2004-03-22 12:58:39.000000000 -0600
+++ kasablanca-0.4.0.2/src/kasablanca.desktop	2006-01-19 09:48:07.000000000 -0600
@@ -1,26 +1,7 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=kasablanca
-Name[xx]=xxkasablancaxx
+GenericName=FTP Client
 Exec=kasablanca
 Icon=kasablanca
 Type=Application
-Comment=A simple KDE Application
-Comment[ca]=Una simple aplicació KDE
-Comment[da]=Et simpelt KDE program
-Comment[de]=Eine einfache KDE-Anwendung
-Comment[el]=Μια απλή εφαρμογή του KDE
-Comment[es]=Una aplicación de KDE sencilla
-Comment[et]=Lihtne KDE rakendus
-Comment[fr]=Une application simple pour KDE.
-Comment[hu]=Egyszerű KDE-alkalmazás
-Comment[it]=Una semplice applicazione KDE
-Comment[nl]=Een eenvoudige KDE-toepassing
-Comment[pt]=Uma aplicação KDE simples
-Comment[pt_BR]=Um simples Aplicativo do KDE
-Comment[ru]=Простое приложение KDE
-Comment[sl]=Preprost program za KDE
-Comment[sr]=Једноставан KDE програм
-Comment[sv]=Ett enkelt KDE-program
-Comment[xx]=xxA simple KDE Applicationxx
-Comment[zh_CN]=一个简单的KDE应用程序


Index: kasablanca.spec
===================================================================
RCS file: /cvs/extras/rpms/kasablanca/FC-4/kasablanca.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kasablanca.spec	19 Dec 2005 21:25:42 -0000	1.10
+++ kasablanca.spec	19 Jan 2006 15:59:20 -0000	1.11
@@ -2,7 +2,7 @@
 Name:    kasablanca
 Summary: Graphical FTP client
 Version: 0.4.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPL
 Url: 	 http://kasablanca.berlios.de/ 
@@ -10,24 +10,29 @@
 Group: 	 Applications/Internet 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: kasablanca-0.4.0.2-dt.patch
+
 BuildRequires: gettext 
 BuildRequires: desktop-file-utils
 BuildRequires: openssl-devel
 BuildRequires: kdelibs-devel >= 6:3.3
-# Workaround for kdelibs-devel missing deps:
-# http://bugzilla.redhat.com/bugzilla/176159
-%if "%{?fedora}" > "4"
-BuildRequires: xorg-x11-proto-devel libXt-devel
-%endif
 
 %description
-Kasablanca is an ftp client for KDE, among its features are currently 
-encryption (auth tls) support, fxp, site bookmarks, and queued transfers.
+Kasablanca is an ftp client for KDE, among its features are currently: 
+* ftps encryption via AUTH TLS
+* fxp (direct server to server transfer), supporting alternative mode.
+* advanced bookmarking system.
+* fast responsive multithreaded engine.
+* concurrent connections to multiple hosts.
+* interactive transfer queue, movable by drag and drop.
+* small nifty features, like a skiplist.
 
 
 %prep
 %setup -q 
 
+%patch1 -p1 -b .dt
+
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -104,12 +109,17 @@
 %doc AUTHORS ChangeLog COPYING NEWS README 
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
-%{_datadir}/apps/%{name}
+%{_datadir}/apps/kasablanca/
 %config %{_datadir}/config*/*
 %{_datadir}/icons/hicolor/*/*/*
 
 
 %changelog
+* Thu Jan 19 2006 Rex Dieter <rexdieter[AT]usrs.sf.net> 0.4.0.2-7
+- drop x-modular hack(s) (kdelibs-devel fixed)
+- .desktop: GenericName=FTP client
+- update %%description
+
 * Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.4.0.2-6
 - fix for modular X
 - workaround kdelibs-devel missing deps (#176159)




More information about the fedora-extras-commits mailing list