* Stardate: 2001-11-09 13:38
* Incoming subspace signal from "Marcel Pol <[EMAIL PROTECTED]>" :
> Hello,
> I just uploaded bbconf to /incoming.
I also uploaded bbconf some time ago.
Here's my spec. You can dwnload my package at the below site.
%define name bbconf
%define version 1.2
%define release 1
Summary: Bbconf is a GUI configuration tool for the Blackbox Window Manager.
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://bbconf.sourceforge.net/
Source: http://bbconf.sourceforge.net/code/%{name}-%{version}.tar.bz2
Group: Configuration/Other
Copyright: GPL
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root
%description
Bbconf is a complete GUI blackbox configuration tool, using plugins to
allow other developers to easily develop plugins to run inside bbconf to
allow every aspect of blackbox and its companion programs to be configured
easily in a single application. bbconf comes with 4 plugins, allowing
configuration of blackbox keybindings, blackbox menus, and blackbox
style files/themes.
%prep
[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
&& rm -rf ${RPM_BUILD_ROOT}/
%setup
%build
./configure --prefix=%{prefix} \
--host=$HOSTTYPE-pc-$OSTYPE
NOOPT_CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions -fno-check-new" make
%install
make bindir=${RPM_BUILD_ROOT}%{prefix}/X11R6/bin \
mandir=${RPM_BUILD_ROOT}%{_mandir} \
datadir=${RPM_BUILD_ROOT}%{_datadir} \
docdir=${RPM_BUILD_ROOT}%{_docdir} \
install
mkdir -p ${RPM_BUILD_ROOT}%{_menudir}
cat << EOF > ${RPM_BUILD_ROOT}%{_menudir}/%{name}
?package(%{name}): needs="x11" section="Configuration/Other" title="BbConf"
longtitle="GUI configuration tool for BlackBox" command="%{name}"
EOF
%post
%{update_menus}
%postun
%{clean_menus}
%clean
[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
&& rm -rf ${RPM_BUILD_ROOT}/
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README README.html TODO
%{prefix}/X11R6/bin/bbconf
%{_mandir}/man1/bbconf.1.*
%{_datadir}/bbconf/plugins/*.so
%{_menudir}/%{name}
%changelog
* Wed Oct 10 2001 Max Heijndijk <[EMAIL PROTECTED]> 1.2-1
- Initial build.
- Used spec from Jason vanRijn Kasper <[EMAIL PROTECTED]>.
--
Best regards, M@X.
* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts & RPM Software Packages - http://go.to/conmen/