]> git.pld-linux.org Git - packages/fish.git/blob - fish.spec
- unify
[packages/fish.git] / fish.spec
1 Summary:        fish - A friendly interactive shell
2 Summary(pl):    fish - przyjazna interaktywna pow³oka
3 Name:           fish
4 Version:        1.22.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Shells
8 Source0:        http://roo.no-ip.org/fish/files/%{version}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c77e4d53b5d4890a2a857126f1767f22
10 URL:            http://roo.no-ip.org/fish/
11 BuildRequires:  doxygen
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fish is a shell geared towards interactive use. Its features are
17 focused on user friendlieness and discoverability. The language syntax
18 is simple but incompatible with other shell languages.
19
20 %description -l pl
21 fish jest pow³ok± nastawion± na interaktywne u¿ywanie. Jego cech± jest
22 przyjazne nastawienie dla u¿ytkownika. Sk³adnia jêzyka jest prosta ale
23 nie jest zgodna z innymi jêzykami pow³oki.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="-I/usr/include/ncurses"
30 %configure \
31         LIBS="-ltinfo"
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc README
48 %doc %{_docdir}/%{name}
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
51 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish
52 %{_mandir}/man1/*.1*
This page took 0.090007 seconds and 4 git commands to generate.