rpms/kbackup/devel kbackup-0.5.1.desktop.Encoding.patch, NONE, 1.1 kbackup-0.5.1.docbook-fr.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 kbackup.spec, 1.2, 1.3 sources, 1.2, 1.3

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Mon Oct 2 08:40:37 UTC 2006


Author: dionysos

Update of /cvs/extras/rpms/kbackup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25173

Modified Files:
	.cvsignore kbackup.spec sources 
Added Files:
	kbackup-0.5.1.desktop.Encoding.patch 
	kbackup-0.5.1.docbook-fr.patch 
Log Message:
New upstream version.

kbackup-0.5.1.desktop.Encoding.patch:

--- NEW FILE kbackup-0.5.1.desktop.Encoding.patch ---
--- src/kbackup.desktop.orig	2006-09-23 20:53:47.000000000 +0200
+++ src/kbackup.desktop	2006-09-25 18:53:43.000000000 +0200
@@ -1,15 +1,16 @@
 [Desktop Entry]
+Encoding=UTF-8
 Type=Application
 Exec=kbackup %f
-Name=KBackup (Backup Program)
+Name=KBackup
 Comment=Backup your data with an easy to use user interface
 Icon=kbackup
 MimeType=text/x-kbp;
 Terminal=false
 Categories=System;KDE;X-SuSE-Backup;
 
-Name[de]=KBackup (Datensicherungs Programm)
+Name[de]=KBackup
 Comment[de]=Datensicherung mit einem einfach zu bedienended User Interface
 
-Name[fr]=KBackup (Programme de sauvegarde)
+Name[fr]=KBackup
 Comment[fr]=Sauvegarder vos données avec une interface utilisateur facile à utiliser

kbackup-0.5.1.docbook-fr.patch:

--- NEW FILE kbackup-0.5.1.docbook-fr.patch ---
--- doc/fr/index.docbook.orig	2006-10-01 22:33:33.000000000 +0200
+++ doc/fr/index.docbook	2006-10-02 10:25:55.000000000 +0200
@@ -69,8 +69,8 @@
      and in the FDL itself on how to use it. -->
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2006-09-24</date>
-<releaseinfo>1.02.00</releaseinfo>
+<date>2006-10-01</date>
+<releaseinfo>1.03.00</releaseinfo>
 
 <!-- Abstract about this handbook -->
 
@@ -196,7 +196,8 @@
 <para>
 &kbackup; enregistre dans un fichier profil une sélection de tous les fichiers
 et répertoires inclus, les fichiers et répertoires exclus, le répertoire ou
-l'URL cible et le préfixe de l'archive.
+l'URL cible, le préfixe de l'archive et la taille maximum d'une tranche
+d'archive.
 </para>
 
 <para>
@@ -244,6 +245,16 @@
 Dans le menu Fichier/Configuration du profil, vous pouvez définir un préfixe
 pour l'archive différent que la valeur par défaut «&nbsp;defaut&nbsp;»
 </para>
+
+<para>
+Vous pouvez également définir la taille maximum d'une tranche d'archive.
+Cela permet donc de limiter la taille d'une tranche d'archive, même s'il
+reste de l'espace sur le périphérique cible. Cela permet de créer des tranches
+d'archive qui peuvent être ensuite gravées sur un CD ou un DVD.
+Si vous avez explicitement limité la taille d'une archive, la taille disponible
+sera marquée par une «&nbsp;*&nbsp;» dans la fenêtre principale.
+</para>
+
 </sect1>
 
 <sect1 id="archive-compression">


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kbackup/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Sep 2006 10:49:08 -0000	1.2
+++ .cvsignore	2 Oct 2006 08:40:37 -0000	1.3
@@ -1 +1 @@
-kbackup-0.5.tar.bz2
+kbackup-0.5.1.tar.bz2


Index: kbackup.spec
===================================================================
RCS file: /cvs/extras/rpms/kbackup/devel/kbackup.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kbackup.spec	27 Sep 2006 09:01:03 -0000	1.2
+++ kbackup.spec	2 Oct 2006 08:40:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		kbackup
-Version:	0.5
-Release:	6%{?dist}
+Version:	0.5.1
+Release:	1%{?dist}
 Summary:	Back up your data in a simple, user friendly way
 Summary(fr):	Sauvegarder vos données de manière simple et conviviale
 
@@ -10,12 +10,9 @@
 Source:		http://members.aon.at/m.koller/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-%{version}.desktop.Encoding.patch
 Patch1:		%{name}-%{version}.fr.po.patch
+Patch2:		%{name}-%{version}.docbook-fr.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Only for FC-4
-#Requires(post):		desktop-file-utils
-#Requires(postun):	desktop-file-utils
-
 BuildRequires:	desktop-file-utils, kdelibs-devel
 
 %description
@@ -37,7 +34,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p0
 
 %build
 %configure --disable-rpath
@@ -51,6 +47,7 @@
 mkdir -p %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor="" \
   --dir %{buildroot}%{_datadir}/applications/kde \
+  --add-category "Application" \
   --add-category "Utility" \
   --add-category "X-KDE-Utilities-File" \
   --add-category "X-Fedora" \
@@ -61,7 +58,9 @@
 # Fix absolute symlink
 %{__rm} -f %{buildroot}%{_docdir}/HTML/*/%{name}/common
 BKP_PWD=`pwd`
-for lang_dir in de en
+cd %{buildroot}%{_docdir}/HTML/en/%{name}/
+ln -s ../common .
+for lang_dir in de fr
 do
   cd %{buildroot}%{_docdir}/HTML/$lang_dir/%{name}/
   ln -s ../docs/common common
@@ -94,7 +93,15 @@
 %{_datadir}/mimelnk/text/x-kbp.desktop
 
 %changelog
-* Wed Sep 26 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5-6
+* Mon Oct  2 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5.1
+  - New upstream tarball
+  - Update patch1
+  - Add new patch for french doc
+  - Add Application category in desktop file
+  - Fix symlink: english is the only language where common directory is in
+  LANG directory while for other, common is in LANG/docs directory
+
+* Wed Sep 27 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5-6
   - Link the good directories
 
 * Tue Sep 26 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.5-5


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kbackup/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Sep 2006 10:49:08 -0000	1.2
+++ sources	2 Oct 2006 08:40:37 -0000	1.3
@@ -1 +1 @@
-94bb56ea9a048622c2bd2677e2e81e82  kbackup-0.5.tar.bz2
+9aafae574623d173c454357e0afa0b12  kbackup-0.5.1.tar.bz2




More information about the scm-commits mailing list