]> git.pld-linux.org Git - packages/fish.git/blob - fish.spec
- obsolete
[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.21.12
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:  77fb4fd2ff5043acf6935f079250ba60
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 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc README
47 %doc %{_docdir}/%{name}
48 %attr(755,root,root) %{_bindir}/*
49 %{_datadir}/%{name}
50 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish
51 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish_inputrc
52 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish.d/*.fish
53 %{_mandir}/man1/*.1*
This page took 0.065741 seconds and 3 git commands to generate.