Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37398777
en ru br
ALT Linux repos
S:3.12.2-alt1
5.0: 1.3-alt1
4.1: 1.3-alt1
4.0: 1.3-alt1

Group :: System/Configuration/Other
RPM: sqlitebrowser

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: sqlitebrowser
Version: 1.3
Release: alt1

Summary: Design and edit database files compatible with SQLite
License: Public Domain
Group: System/Configuration/Other
Url: http://sqlitebrowser.sourceforge.net/index.html
Packager: Sergey Alembekov <rt at altlinux.ru>
Source0: http://heanet.dl.sourceforge.net/sourceforge/sqlitebrowser/%{name}-%{version}-src.tar.gz

BuildPreReq: libqt3-devel

# Automatically added by buildreq on Mon Jan 15 2007

BuildRequires: gcc-c++ libqt3-devel libXext-devel

%description
SQLite Database Browser is a freeware, public domain, open source
visual tool used to create, design and edit database files compatible
with SQLite. It is meant to be used for users and developers that want
to create databases, edit and search data using a familiar
spreadsheet-like interface, without the need to learn complicated
SQL commands. Controls and wizards are available for users to:

   * Create and compact database files
   * Create, define, modify and delete tables
   * Create, define and delete indexes
   * Browse, edit, add and delete records
   * Search records
   * Import and export records as text
   * Import and export tables from/to CSV files
   * Import and export databases from/to SQL dump files
   * Issue SQL queries and inspect the results
   * Examine a log of all SQL commands issued by the application


%prep
%setup -q -n %{name}

%build
export PATH=%_qt3dir/bin:$PATH
qmake
make

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 %{buildroot}/%{_bindir}
cd sqlitebrowser
cp sqlitebrowser %{buildroot}/%{_bindir}/
mv LICENSING ../

%clean
#rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSING
%{_bindir}/sqlitebrowser

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin