[bt-devel] kio-sword pre-release
James Ots
me at jamesots.com
Wed Jun 2 02:27:58 MST 2004
On Tuesday 01 Jun 2004 22:00, Luke Plant wrote:
> Hi again,
>
> Hope this isn't too off topic: I've got my kioslave to an acceptable
> state, but before I do a 0.1 release, I was wondering if any interested
> people on this list could check it compiles etc. (this is the first
> project I've had to package up myself).
It's looking good here - SuSE 9.1 with KDE 3.2.2. I made an rpm spec file for
it - I've attached it, but if the list strips it off you can find it here:
http://jamesots.com/downloads/kio_sword-0.0.1.spec
It installs it in a prefix of /opt/kde3 - if your kde is somewhere else, just
replace all occurrences of /opt/kde3 with the appropriate prefix.
(I only learnt to make rpms a few weeks ago, so I don't know if it will work
on anyone else's computers. And I didn't put any dependencies in there,
although obviously you'll need sword installed)
--
Cheers
James Ots
www.jamesots.com
-------------- next part --------------
Summary: A KIO module to display bible verses
Name: kio_sword
Version: 0.0.1
Release: 1
Copyright: GPL
Group: System/GUI/KDE
URL: http://kio-sword.lukeplant.me.uk/
Source: kio_sword-0.0.1.tar.gz
BuildRoot: /tmp/%{name}-buildroot
Packager: http://www.jamesots.com
%description
Kio-Sword is a lightweight Bible study program for the KDE environment. It allows you to view and browse Bibles and commentaries from a familiar application - your web browser.
%prep
%setup
./configure --prefix=/opt/kde3
%build
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-, root, root, 0755)
/opt/kde3/lib/kde3/kio_sword.la
/opt/kde3/lib/kde3/kio_sword.so
/opt/kde3/share/apps/kio_sword/
/opt/kde3/share/doc/HTML/en/kio_sword/
/opt/kde3/share/icons/hicolor/128x128/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/16x16/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/22x22/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/32x32/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/48x48/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/64x64/apps/kio_sword.png
/opt/kde3/share/icons/hicolor/scalable/apps/kio_sword.svgz
/opt/kde3/share/services/sword.protocol
%changelog
* Wed Jun 2 2004 - code at jamesots.com
- Created package
More information about the bt-devel
mailing list