SPECS: fish.spec - use external xsel (Suggests; needed only for X ...

qboosh qboosh at pld-linux.org
Sat Feb 9 14:34:39 CET 2008


Author: qboosh                       Date: Sat Feb  9 13:34:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use external xsel (Suggests; needed only for X clipboard integration)
- fish_inputrc no longer exists, replaced by internal readline handling
- GPL v2 (only)

---- Files affected:
SPECS:
   fish.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/fish.spec
diff -u SPECS/fish.spec:1.12 SPECS/fish.spec:1.13
--- SPECS/fish.spec:1.12	Sat Feb  9 14:20:09 2008
+++ SPECS/fish.spec	Sat Feb  9 14:34:34 2008
@@ -4,18 +4,18 @@
 Name:		fish
 Version:	1.23.0
 Release:	1
-License:	GPL
+License:	GPL v2
 Group:		Applications/Shells
 Source0:	http://www.fishshell.org/files/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	aa2f09bb54652b16bf4f7708848a7416
 Patch0:		%{name}-link.patch
 URL:		http://fishshell.org/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	doxygen
 BuildRequires:	gettext-devel
 BuildRequires:	ncurses-devel
-BuildRequires:	xorg-lib-libXt-devel
 Requires:	man-whatis
+Suggests:	xsel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,7 +37,8 @@
 %{__autoheader}
 CPPFLAGS="-I/usr/include/ncurses"
 %configure \
-	--docdir=/docs
+	--docdir=/docs \
+	--without-xsel
 %{__make}
 
 %install
@@ -54,13 +55,16 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README docs/*
-%attr(755,root,root) %{_bindir}/*
+%doc ChangeLog README docs/*.{html,css,png}
+%attr(755,root,root) %{_bindir}/fish*
+%attr(755,root,root) %{_bindir}/mimedb
+%attr(755,root,root) %{_bindir}/set_color
 %{_datadir}/%{name}
 %dir %{_sysconfdir}/fish
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish/config.fish
-#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish/fish_inputrc
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/fish*.1*
+%{_mandir}/man1/mimedb.1*
+%{_mandir}/man1/set_color.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -68,6 +72,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-02-09 13:34:34  qboosh
+- use external xsel (Suggests; needed only for X clipboard integration)
+- fish_inputrc no longer exists, replaced by internal readline handling
+- GPL v2 (only)
+
 Revision 1.12  2008-02-09 13:20:09  qboosh
 - pass -I in CPPFLAGS to avoid configure "rejected by preprocessor" warnings
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fish.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list