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