]> git.pld-linux.org Git - packages/bashish.git/blame - bashish.spec
- more doc (based on install target files), check-files cleanup
[packages/bashish.git] / bashish.spec
CommitLineData
25afe64e
AG
1Summary: text console theme engine
2Summary(pl.UTF-8): silnik moytwów dla konsoli tekstowej
3Name: bashish
4Version: 2.0.7
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://dl.sourceforge.net/bashish/%{name}-%{version}.tar.gz
9# Source0-md5: 56a4dddb391f207e09b1dbec53d0b3dc
10URL: http://bashish.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13Suggests: bash
14Suggests: csh
15Suggests: fish
16Suggests: zsh
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _noautoreq '/bin/bash' '/bin/csh' '/usr/bin/fish' '/usr/bin/rc'
21
22%description
23Bashish is a theme enviroment for text terminals. It can change
24colors, font, transparency and background image on a per-application
25basis. Additionally Bashish supports prompt changing on common shells
26such as bash, zsh and tcsh.
27
28%description -l pl.UTF-8
29Bashish to zestaw motywów dla terminali tekstowych. Umożliwia zmianę
30kolorów, czcionki, przezroczystości oraz obrazka będącego tłem dla
31każdej aplikacji z osobna. Dodatkowo, bashish wspiera zmianę znaku
32zachęty na większości popularnych powłok, takich jak bash, zsh czy
33tcsh.
34
35%prep
36%setup -q
37
38%build
39%{__aclocal}
40%{__autoconf}
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
1a38d7de
ER
50rm -rf $RPM_BUILD_ROOT%{_docdir}/bashish
51
25afe64e
AG
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
1a38d7de 57%doc BUGS CREDITS ChangeLog HACKING README THEME TODO
25afe64e
AG
58%attr(755,root,root) %{_bindir}/*
59%{_datadir}/%{name}
60%{_mandir}/man1/bashish*
This page took 0.092429 seconds and 4 git commands to generate.