Author: gotar Date: Fri Jul 3 17:21:45 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/sqlitebrowser: sqlitebrowser.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/sqlitebrowser/sqlitebrowser.spec diff -u /dev/null packages/sqlitebrowser/sqlitebrowser.spec:1.1 --- /dev/null Fri Jul 3 19:21:45 2009 +++ packages/sqlitebrowser/sqlitebrowser.spec Fri Jul 3 19:21:40 2009 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: SQLite Database Browser +Name: sqlitebrowser +Version: 1.3 +Release: 1 +License: Public domain +Group: Applications/Databases/Interfaces +Source0: http://dl.sourceforge.net/sqlitebrowser/%{name}-%{version}-src.tar.gz +# Source0-md5: d4dc8c6a95d5f005e493f3a5a2a10491 +URL: http://sqlitebrowser.sourceforge.net/ +BuildRequires: qmake +BuildRequires: qt-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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 familiarspreadsheet- +-like interface, without the need to learn complicated SQL commands. + +%prep +%setup -q -n %{name} + +%build +export QTDIR="%{_prefix}" +export QMAKESPEC="linux-g++" + +qmake sqlitedbbrowser.pro +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install sqlitebrowser/sqlitebrowser $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc sqlitebrowser/LICENSING +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/03 17:21:40 gotar +- initial PLD release ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
