[dsqlite/f19] Fix description syntax

jouty jouty at fedoraproject.org
Sat Jun 29 21:05:49 UTC 2013


commit 5a13c91f118f96df7e3ae86826ee22a40d166c05
Author: Christophe Burgun <jouty at fedoraproject.org>
Date:   Mon May 13 14:49:18 2013 +0200

    Fix description syntax

 dsqlite.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/dsqlite.spec b/dsqlite.spec
index 5fa26fd..faafc20 100644
--- a/dsqlite.spec
+++ b/dsqlite.spec
@@ -1,6 +1,6 @@
 Name:           dsqlite
 Version:        1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        High level library around SQLite for D language
 
 License:        GPLv3
@@ -10,20 +10,20 @@ Source0:        https://github.com/downloads/bioinfornatics/DSQLite/%{name}-%{ve
 BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel, geany
 
 %description
-DSQLite is a Hight level library for SQLite. Use sqlite in D programming
+DSQLite is a high level library for SQLite. Use sqlite in D programming
 with this library is so easy.
 
-%description -l fr_FR
+%description -l fr
 DSQLite est une bibliothèque de haut niveau pour SQLite. Utiliser sqlite dans 
 la programmation D avec cette bibliothèque est si facile.
 
 %package devel
-Summary:        It is a high level library around SQLite for D language
+Summary:        High level library around SQLite for D language
 Requires:       ldc-phobos-devel, ldc-druntime-devel
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
-DSQLite is a Hight level library for SQLite. Use sqlite in D programming
+DSQLite is a high level library for SQLite. Use sqlite in D programming
 with this library is so easy.
 
 %description -l fr devel
@@ -55,6 +55,10 @@ make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_pref
 %{_datadir}/geany/tags/DSQLite.d.tags
 
 %changelog
+* Sun Feb 17 2013  Christophe Burgun <jouty at fedoraproject.org> 1.0-5
+- Fix summary and description
+- Fix -l fr
+
 * Fri Nov 16 2012  Christophe Burgun <jouty at fedoraproject.org> 1.0-4
 - Delete global debug_package because it is not a static library
 


More information about the scm-commits mailing list