[dsqlite: 4/6] Fix setup

jouty jouty at fedoraproject.org
Sat Jun 29 21:06:09 UTC 2013


commit 66914ff986917192338c24098676ed2e95540cfa
Author: Christophe Burgun <jouty at fedoraproject.org>
Date:   Sat Jun 29 00:19:46 2013 +0200

    Fix setup

 dsqlite.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/dsqlite.spec b/dsqlite.spec
index 5b4db36..7c377d8 100644
--- a/dsqlite.spec
+++ b/dsqlite.spec
@@ -34,7 +34,7 @@ DSQLite est une bibliothèque de haut niveau pour SQLite. Utiliser sqlite dans
 la programmation D avec cette bibliothèque est si facile.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n DSQLite-%{commit}
 
 %build
 make %{?_smp_mflags}  all-shared geany-tag DFLAGS_IMPORT="-Isrc" DCFLAGS="%{_d_optflags}"
@@ -61,6 +61,7 @@ make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_pref
 * Fri Jun 28 2013  Christophe Burgun <jouty at fedoraproject.org> 1.1.1-1
 - Update dsqlite version
 - Change Source0 Url
+- Fix prep section with right name
 
 * Sun Feb 17 2013  Christophe Burgun <jouty at fedoraproject.org> 1.0-5
 - Fix summary and description


More information about the scm-commits mailing list