From 25afe64e05c11b379cd6bf9c3734e8f63f4fd711 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Mon, 21 Jul 2008 08:45:39 +0000 Subject: [PATCH 1/1] - new Changed files: bashish.spec -> 1.1 --- bashish.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 bashish.spec diff --git a/bashish.spec b/bashish.spec new file mode 100644 index 0000000..c38ba65 --- /dev/null +++ b/bashish.spec @@ -0,0 +1,58 @@ +Summary: text console theme engine +Summary(pl.UTF-8): silnik moytwów dla konsoli tekstowej +Name: bashish +Version: 2.0.7 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/bashish/%{name}-%{version}.tar.gz +# Source0-md5: 56a4dddb391f207e09b1dbec53d0b3dc +URL: http://bashish.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +Suggests: bash +Suggests: csh +Suggests: fish +Suggests: zsh +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _noautoreq '/bin/bash' '/bin/csh' '/usr/bin/fish' '/usr/bin/rc' + +%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. + +%description -l pl.UTF-8 +Bashish to zestaw motywów dla terminali tekstowych. Umożliwia zmianę +kolorów, czcionki, przezroczystości oraz obrazka będącego tłem dla +każdej aplikacji z osobna. Dodatkowo, bashish wspiera zmianę znaku +zachęty na większości popularnych powłok, takich jak bash, zsh czy +tcsh. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_mandir}/man1/bashish* -- 2.43.0