Accepting request 205576 from home:Mailaender:branches:shells

- update to 2.1.0
- removed rpath patch as it has been resolved upstream

OBS-URL: https://build.opensuse.org/request/show/205576
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=3
This commit is contained in:
2013-11-05 11:22:22 +00:00
committed by Git OBS Bridge
parent 2e01f0700b
commit 2dac0937d0
5 changed files with 13 additions and 22 deletions

View File

@@ -1,11 +0,0 @@
--- configure.ac.orig 2013-05-17 09:41:21.000000000 +0200
+++ configure.ac 2013-05-18 10:02:19.512266684 +0200
@@ -122,7 +122,7 @@ for i in /usr/pkg /sw /opt /opt/local /u
AC_MSG_CHECKING([for $i/lib library directory])
if test -d $i/lib; then
AC_MSG_RESULT(yes)
- LDFLAGS="$LDFLAGS -L$i/lib/ -Wl,-rpath,$i/lib/"
+ LDFLAGS="$LDFLAGS -L$i/lib/"
else
AC_MSG_RESULT(no)
fi

3
fish-2.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044
size 1707921

View File

@@ -1,10 +1,16 @@
-------------------------------------------------------------------
Sat Oct 12 20:34:28 UTC 2013 - mailaender@opensuse.org
- update to 2.1.0
- removed rpath patch as it has been resolved upstream
-------------------------------------------------------------------
Sat May 18 06:36:25 UTC 2013 - mailaender@opensuse.org
- Update to version 2.0
-------------------------------------------------------------------
Sat Mar 28 00:00:00 UTC 2009 - bitshuffler #suse@irc.freenode.org
Sat Mar 28 00:00:00 UTC 2009 - bitshuffler@opensuse.org
- Initial RPM

View File

@@ -16,14 +16,12 @@
#
Name: fish
Version: 2.0
Version: 2.1.0
Release: 0
License: GPL-2.0
Group: System/Shells
Url: http://fishshell.com/
Source: http://fishshell.com/files/%{version}/%{name}.tar.gz
#PATCH-FIX-OPENSUSE remove forbidden /usr/local/lib RPATH https://github.com/fish-shell/fish-shell/issues/766
Patch0: configure.ac.patch
Source: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: doxygen
@@ -41,8 +39,7 @@ It's geared towards interactive use and its features are focused on user friendl
discoverability. The language syntax is simple but incompatible with other shell languages.
%prep
%setup -q -n %{name}
%patch0 -p0
%setup -q
%build
autoconf
@@ -53,7 +50,6 @@ make %{?_smp_mflags}
make install DESTDIR=%{buildroot}
%find_lang %{name}
%post
# Add fish to the list of allowed shells in /etc/shells
if ! grep %{_bindir}/%{name} %{_sysconfdir}/shells >/dev/null; then

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303
size 1540652