]> git.pld-linux.org Git - packages/fish.git/blobdiff - fish.spec
- BR: autoconf, gettext-devel, xorg-lib-libXt-devel
[packages/fish.git] / fish.spec
index ef05b66a184d84615558b1fc4ca6f080e6b1787e..452a6cb77f9a54c8f0d337fe30179c4aaafacc62 100644 (file)
--- a/fish.spec
+++ b/fish.spec
@@ -1,15 +1,19 @@
 Summary:       fish - A friendly interactive shell
-Summary(pl):   fish - przyjazna interaktywna pow³oka
+Summary(pl.UTF-8):     fish - przyjazna interaktywna powłoka
 Name:          fish
-Version:       1.22.1
+Version:       1.22.3
 Release:       1
 License:       GPL
 Group:         Applications/Shells
-Source0:       http://roo.no-ip.org/fish/files/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: c77e4d53b5d4890a2a857126f1767f22
-URL:           http://roo.no-ip.org/fish/
+Source0:       http://www.fishshell.org/files/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 016a5944861ea48e363521c240834415
+URL:           http://fishshell.org/
+BuildRequires: autoconf
 BuildRequires: doxygen
+BuildRequires: gettext-devel
 BuildRequires: ncurses-devel
+BuildRequires: xorg-lib-libXt-devel
+Requires:      man-whatis
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,17 +21,20 @@ fish is a shell geared towards interactive use. Its features are
 focused on user friendlieness and discoverability. The language syntax
 is simple but incompatible with other shell languages.
 
-%description -l pl
-fish jest pow³ok± nastawion± na interaktywne u¿ywanie. Jego cech± jest
-przyjazne nastawienie dla u¿ytkownika. Sk³adnia jêzyka jest prosta ale
-nie jest zgodna z innymi jêzykami pow³oki.
+%description -l pl.UTF-8
+fish jest powłoką nastawioną na interaktywne używanie. Jego cechą jest
+przyjazne nastawienie dla użytkownika. Składnia języka jest prosta ale
+nie jest zgodna z innymi językami powłoki.
 
 %prep
 %setup -q
 
 %build
 CFLAGS="-I/usr/include/ncurses"
-%configure LIBS="-ltinfo"
+%{__autoconf}
+%{__autoheader}
+%configure \
+       LIBS="-ltinfo"
 %{__make}
 
 %install
@@ -44,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
-%doc %{_docdir}/%{name}
+%doc %{_docdir}/ChangeLog
+%doc %{_docdir}/*.css
+%doc %{_docdir}/*.html
+%doc %{_docdir}/*.png
+%doc %{_docdir}/*.gif
+
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish
This page took 0.079549 seconds and 4 git commands to generate.