SPECS: sqliteman.spec (NEW) - new

adamg adamg at pld-linux.org
Fri Aug 1 18:10:31 CEST 2008


Author: adamg                        Date: Fri Aug  1 16:10:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   sqliteman.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sqliteman.spec
diff -u /dev/null SPECS/sqliteman.spec:1.1
--- /dev/null	Fri Aug  1 18:10:31 2008
+++ SPECS/sqliteman.spec	Fri Aug  1 18:10:25 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Manager for sqlite - Sqlite Databases Made Easy
+Summary(pl.UTF-8):	Zarządca baz sqlite
+Name:		sqliteman
+Version:	1.2.0
+Release:	1
+# src is GPLv2+, icons are LGPLv2+
+License:	GPLv2+ and LGPLv2+
+Group:		Applications/Databases
+Source0:	http://dl.sourceforge.net/sqliteman/%{name}-%{version}.tar.bz2
+# Source0-md5:	903aee0f7eae0d4af6c960ea755b12ac
+URL:		http://www.sqliteman.com/
+BuildRequires:	QtSql-devel
+BuildRequires:	QtXml-devel
+BuildRequires:	qscintilla2-devel
+BuildRequires:	rpmbuild(macros) >= 1.293
+Requires:	QtSql-sqlite3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sqliteman is handy tool for tuning SQL statements, manage tables,
+views, or triggers, administrate the database space and index
+statistics.
+
+%description -l pl.UTF-8
+Sqliteman jest przydatnym narzędziem pozwalającym na optymalizację
+zapytań SQL, zarządzanie tabelami, widokami czy triggerami,
+administracją przestrzenią bazy i statystyk indeksów.
+
+%prep
+%setup -q
+
+%build
+%cmake . \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_iconsdir}/*.png
+%{_desktopdir}/*.desktop
+%{_datadir}/%{name}
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/08/01 16:10:25  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list