SPECS: bashish.spec (NEW) - new
adamg
adamg at pld-linux.org
Mon Jul 21 10:45:44 CEST 2008
Author: adamg Date: Mon Jul 21 08:45:44 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
bashish.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/bashish.spec
diff -u /dev/null SPECS/bashish.spec:1.1
--- /dev/null Mon Jul 21 10:45:44 2008
+++ SPECS/bashish.spec Mon Jul 21 10:45:39 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+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*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/07/21 08:45:39 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list