]> git.pld-linux.org Git - packages/fish.git/blob - fish.spec
33e6757c47804ee529684956b12410b67c3bae45
[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.6
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:  089cb13572deeac26c7d217ad75384e7
10 Patch0:         %{name}-Makefile.patch
11 URL:            http://roo.no-ip.org/fish/
12 BuildRequires:  doxygen
13 BuildRequires:  ncurses-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 fish is a shell geared towards interactive use. Its features are
18 focused on user friendlieness and discoverability. The language syntax
19 is simple but incompatible with other shell languages.
20
21 %description -l pl
22 fish jest pow³ok± nastawion± na interaktywne u¿ywanie. Jego cech± jest
23 przyjazne nastawienie dla u¿ytkownika. Sk³adnia jêzyka jest prosta ale
24 nie jest zgodna z innymi jêzykami pow³oki.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 CFLAGS="-I /usr/include/ncurses"
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %doc %{_docdir}/%{name}
48 %attr(755,root,root) %{_bindir}/*
49 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish
50 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish_inputrc
51 %dir %{_sysconfdir}/fish.d
52 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish.d/*.fish
53 %{_mandir}/man1/*.1*
This page took 0.054821 seconds and 3 git commands to generate.