[sqliteman] /usr/bin/sqlite3 is needed (bz #994586)

terjeros terjeros at fedoraproject.org
Sun Aug 11 15:18:40 UTC 2013


commit 30e942c574de4503d9e7bd205e8ecb6d88138cc4
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sun Aug 11 17:18:28 2013 +0200

    /usr/bin/sqlite3 is needed (bz #994586)

 sqliteman.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/sqliteman.spec b/sqliteman.spec
index d1a8fb7..0d22aca 100644
--- a/sqliteman.spec
+++ b/sqliteman.spec
@@ -1,7 +1,7 @@
 Summary:       Manager for sqlite - Sqlite Databases Made Easy
 Name:          sqliteman
 Version:       1.2.2
-Release:       8%{?dist}
+Release:       9%{?dist}
 # src is GPLv2+, icons are LGPLv2+
 License:       GPLv2+ and LGPLv2+
 Group:         Applications/Databases
@@ -9,7 +9,9 @@ URL:           http://www.sqliteman.com/
 Patch0:        sqliteman-1.2.2-desktop.patch   
 Source :       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Requires:      qt-sqlite
-BuildRequires: cmake qt4-devel >= 4.2.0
+Requires:      sqlite
+BuildRequires: cmake 
+BuildRequirs:  qt4-devel >= 4.2.0
 BuildRequires: desktop-file-utils
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -75,6 +77,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Sun Aug 11 2013 Terje Rosten <terje.rosten at ntnu.no> - 1.2.2-9
+- /usr/bin/sqlite3 is needed (bz #994586)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list