bug solved, we can now make an rpm for xul sqlite-manager

Muayyad AlSadi alsadi at gmail.com
Thu Oct 29 22:22:40 UTC 2009


hello,

I tried to make an rpm package for  xul sqlite-manager

it's a xul app and a firefox plugin (forget about the plugin)

http://code.google.com/p/sqlite-manager/downloads/list

http://sqlite-manager.googlecode.com/files/SQLiteManager_XR_0.5.6.zip

there was a problem, and it's solved now
http://code.google.com/p/sqlite-manager/issues/detail?id=309

I suggest we make an rpm for it and add it to the repos

what does it do ?
it's a simple desktop/personal database application using sqlite and xulrunner

it can be used where kile or oo.o-base does not fit like livecd

how to pack it ?
make a simple .spec file with %install like this
xulrunner --install-app %{S:1} ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}/
ln %{_datadir}/%{name}/sqlite-manager/sqlite-manager
${RPM_BUILD_ROOT}/%{_bindir}/%{name}

what do you think ?




More information about the fedora-devel-list mailing list