File bashish.spec of Package bashish

#
# spec file for package bashish (Version 2.0.7)
#
# Copyright 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#

%define sforge http://downloads.sourceforge.net/sourceforge/


Summary: A theme environment for text terminals
Name: bashish
Version: 2.0.7
Release: 1
Source0: %{name}-%{version}.tar.bz2
#Source1: %{sforge}/%{name}/%{name}-%{version}.tar.gz
Vendor: %{vendor}
URL: http://bashish.sourceforge.net/
License: GPL
Group: System/X11/Utilities
AutoReqProv: off
BuildArch: noarch
Requires: bash
Requires: dialog
BuildRequires: fdupes
BuildRoot: %{_builddir}/%{name}-%{version}-build


%description
Bashish is a theme enviroment for text terminals.

It can change colors, font, transparency and
background image on a per-application basis.

Additionally Bashish supports prompt changing on
common shells such as bash, zsh and tcsh.


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/%{name} \
	--docdir=%{_docdir}/%{name} \
	--mandir=%{_mandir} \
	--disable-dependancy-tracking \
	--disable-static
%{__make} %{?jobs:-j%jobs}

#%debug_package


%install
%{__make} DESTDIR=%{buildroot} install 

%fdupes %{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/%{name}/*
%doc HACKING README COPYING
%doc %{_mandir}/man1/%{name}*.1.gz

## ZERO LENGHT ##
%exclude %{_datadir}/%{name}/bt/defaults/prompt.kiss
%exclude %{_datadir}/%{name}/bt/defaults/prompt.dos
%exclude %{_datadir}/%{name}/bt/overrides/prompt.kiss
%exclude %{_datadir}/%{name}/bt/overrides/prompt.dos


%changelog
* Tue Jul 7 2009 Mario GarcĂ­a H. <code933k@gmail.com> - 2.0.7
- Initial package.

openSUSE Build Service is sponsored by