rpms/sqliteman/F-9 sqliteman.spec,1.3,1.4

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Tue Aug 12 21:11:42 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/sqliteman/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9097

Modified Files:
	sqliteman.spec 
Log Message:
* Tue Aug 12 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2.0-3
- build with internal qscintilla



Index: sqliteman.spec
===================================================================
RCS file: /cvs/extras/rpms/sqliteman/F-9/sqliteman.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sqliteman.spec	12 Aug 2008 19:12:27 -0000	1.3
+++ sqliteman.spec	12 Aug 2008 21:11:12 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:       Manager for sqlite - Sqlite Databases Made Easy
 Name:          sqliteman
 Version:       1.2.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 # src is GPLv2+, icons are LGPLv2+
 License:       GPLv2+ and LGPLv2+
 Group:         Applications/Databases
@@ -9,7 +9,7 @@
 Source :       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch:         sqliteman-1.0.1.desktop.patch
 Requires:      qt4-sqlite
-BuildRequires: cmake qt4-devel >= 4.2.0 qscintilla-devel
+BuildRequires: cmake qt4-devel >= 4.2.0
 BuildRequires: desktop-file-utils
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,7 +27,7 @@
 %patch -p1
 
 %build
-%cmake
+%cmake -DWANT_INTERNAL_QSCINTILLA=1
 %{__make} VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -68,8 +68,8 @@
 %{_datadir}/%{name}
 
 %changelog
-* Tue Aug 12 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2.0-2
-- rebuild
+* Tue Aug 12 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2.0-3
+- build with internal qscintilla
 
 * Tue Aug 12 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2.0-1
 - 1.2.0
@@ -88,3 +88,4 @@
 
 * Tue Jan  1 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
 - initial build
+




More information about the fedora-extras-commits mailing list