Mozilla/mozilla/webtools/bonsai/bonsai-local-conf.spec
kestes%walrus.com 34060b68c6 add RedHat Package Managment (RPM) spec files. So that users of
this package managment system can easily deploy prepacked version of
bonsai.


git-svn-id: svn://10.0.0.236/trunk@99650 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-20 18:16:30 +00:00

46 lines
905 B
RPMSpec

%define _prefix /var/www/cgi-bin/bonsai
# auto generate the version number based on the output of the date
# command.
%define _version %(eval "date '+%Y%m%e'")
Summary: Development monitoring tool
Name: bonsai-local-conf
Version: %{_version}
Release: 1
Copyright: MPL
Group: Development/Tools
Source: tar://bonsai_local_conf.tar.gz
Prefix: %{_prefix}
Buildroot: /var/tmp/%{name}-root
%description
The local configuration files for bonsai. This package customizes
bonsai for the local use. The bonsai package is genaric, this
package contains all the discriptions of the local system by providing
the data subdirectory files.
%prep
# empty prep
%build
#empty build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_prefix}
cd $RPM_BUILD_ROOT/%{_prefix}
tar zxf %{_sourcedir}/bonsai_local_conf.tar.gz
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,apache,apache)
%{_prefix}/data/*