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

@@ -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