pkg://jitterbug-1.6.2-1.src.rpm:100906/jitterbug.spec
info downloads
Summary: JitterBug web based bug tracking system
Name: jitterbug
Version: 1.6.2
Release: 1
Group: Development
Source: jitterbug-%{PACKAGE_VERSION}.tar.gz
Copyright: freely distributable
Prefix: /home/bugs
BuildRoot: /tmp/jitterbug
%description
The web based bug tracking system developed for Samba. This RPM provides
a simple means to compile, load, and remove JitterBug from your system.
You will still need to manually edit and copy files as suggested in the
INSTALL document to make jitterbug functional with your web server.
%prep
%setup
cd source
./configure
%build
cd source
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/home/bugs/bin
cd source
install -s jitterbug new_message $RPM_BUILD_ROOT/home/bugs/bin
cd ..
cp -a config $RPM_BUILD_ROOT/home/bugs/config
%files
%doc docs/INSTALL docs/CONFIG.txt docs/JitterBug.txt
/home/bugs