SPECS: fish.spec - Up to 1.22.1 - Fix --as-needed

japhy japhy at pld-linux.org
Mon Nov 27 15:13:52 CET 2006


Author: japhy                        Date: Mon Nov 27 14:13:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Up to 1.22.1
- Fix --as-needed

---- Files affected:
SPECS:
   fish.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/fish.spec
diff -u SPECS/fish.spec:1.3 SPECS/fish.spec:1.4
--- SPECS/fish.spec:1.3	Mon Sep  4 21:38:30 2006
+++ SPECS/fish.spec	Mon Nov 27 15:13:47 2006
@@ -2,12 +2,12 @@
 Summary:	fish - A friendly interactive shell
 Summary(pl):	fish - przyjazna interaktywna powłoka
 Name:		fish
-Version:	1.21.12
+Version:	1.22.1
 Release:	1
 License:	GPL
 Group:		Applications/Shells
 Source0:	http://roo.no-ip.org/fish/files/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	77fb4fd2ff5043acf6935f079250ba60
+# Source0-md5:	c77e4d53b5d4890a2a857126f1767f22
 URL:		http://roo.no-ip.org/fish/
 BuildRequires:	doxygen
 BuildRequires:	ncurses-devel
@@ -27,8 +27,8 @@
 %setup -q
 
 %build
-CFLAGS="-I /usr/include/ncurses"
-%configure
+CFLAGS="-I/usr/include/ncurses"
+%configure LIBS="-ltinfo"
 %{__make}
 
 %install
@@ -49,8 +49,6 @@
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish_inputrc
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fish.d/*.fish
 %{_mandir}/man1/*.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -59,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/27 14:13:47  japhy
+- Up to 1.22.1
+- Fix --as-needed
+
 Revision 1.3  2006/09/04 19:38:30  jackass
 - up to 1.21.12
 - makefile patch obsolete
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fish.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list