# install bimagemgr files
cp -p %{bimagemgr}-%{version}/bimagemgr.pl $RPM_BUILD_ROOT%{cgidir}/
+cp -p %{bimagemgr}-%{version}/config.pm $RPM_BUILD_ROOT%{cgidir}/
cp -p %{bimagemgr}-%{version}/create_cdimage_table.pl $RPM_BUILD_ROOT%{sysconfdir}/
cp -p %{bimagemgr}-%{version}/README $RPM_BUILD_ROOT%{sysconfdir}/README.bimagemgr
cp -p %{bimagemgr}-%{version}/bimagemgr.gif $RPM_BUILD_ROOT%{docdir}/
cp -p %{bimagemgr}-%{version}/temp.html $RPM_BUILD_ROOT%{docdir}/
chmod 755 $RPM_BUILD_ROOT%{cgidir}/bimagemgr.pl
+chmod 750 $RPM_BUILD_ROOT%{cgidir}/config.pm
chmod 750 $RPM_BUILD_ROOT%{sysconfdir}/create_cdimage_table.pl
chmod 644 $RPM_BUILD_ROOT%{sysconfdir}/README.bimagemgr
chmod 644 $RPM_BUILD_ROOT%{docdir}/*.gif
mkdir docs/%{web}
cp -p %{bimagemgr}-%{version}/README docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/COPYING docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/ChangeLog docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/ReleaseNotes docs/%{bimagemgr}/
cp -p %{web}-%{version}/README docs/%{web}/
cp -p %{web}-%{version}/ChangeLog docs/%{web}/
%defattr(-,%{dataowner},%{datagroup})
%{docdir}/temp.html
+$config(noreplace) %{cgidir}/config.pm
%files web
%defattr(-,root,root)
* Sun May 07 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
- refine files section for web
- add documentation
+- add config.pm for bimagemgr
* Sat May 06 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
- was bimagemgr spec convert to bacula-gui spec. include bacula-web
* Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
--- /dev/null
+bimagemgr Release Notes
+
+Release 0.3
+
+
+Configuration information has been separated out of bimagemgr.pl into a new
+file config.pm. This file will not be overwritten by the installer when
+upgrading in the future. If you are upgrading from earlier releases you will
+need to transfer your configuration information out of bimagemgr.pl into the
+new config.pm