automatic version update by autodist [release 3.2.1-1mamba;Fri Mar 19 2021]
This commit is contained in:
parent
d56b03ed28
commit
afafd588fc
@ -1,4 +1,3 @@
|
||||
# fish
|
||||
|
||||
fish is a user friendly command line shell for UNIX-like operating systems such as Linux.
|
||||
|
||||
|
35
fish.spec
35
fish.spec
@ -1,15 +1,14 @@
|
||||
Name: fish
|
||||
Version: 3.0.2
|
||||
Version: 3.2.1
|
||||
Release: 1mamba
|
||||
Summary: A user friendly command line shell for UNIX-like operating systems such as Linux
|
||||
Group: Applications/Shells
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://fishshell.com
|
||||
URL: https://fishshell.com
|
||||
Source: https://github.com/fish-shell/fish-shell.git/%{version}/fish-shell-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
@ -22,17 +21,21 @@ BuildRequires: libXext-devel
|
||||
%description
|
||||
fish is a user friendly command line shell for UNIX-like operating systems such as Linux.
|
||||
|
||||
# FIXME: Cannot handle 8-byte build ID
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n fish-shell-%{version}
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure
|
||||
%make
|
||||
%cmake -d build \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
|
||||
|
||||
%make -j1
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -51,9 +54,9 @@ autoreconf
|
||||
%{_bindir}/fish_key_reader
|
||||
%{_bindir}/fish_indent
|
||||
%dir %{_datadir}/fish
|
||||
%dir %{_datadir}/fish/completions
|
||||
%{_datadir}/fish/__fish_build_paths.fish
|
||||
#%{_datadir}/fish/completions/..fish
|
||||
%dir %{_datadir}/fish/completions
|
||||
%{_datadir}/fish/completions/..fish
|
||||
%{_datadir}/fish/completions/*.fish
|
||||
%{_datadir}/fish/config.fish
|
||||
%dir %{_datadir}/fish/functions
|
||||
@ -63,13 +66,25 @@ autoreconf
|
||||
%{_datadir}/fish/lynx.lss
|
||||
%dir %{_datadir}/fish/tools
|
||||
%{_datadir}/fish/tools/*
|
||||
%{_datadir}/applications/fish.desktop
|
||||
%{_datadir}/pixmaps/fish.png
|
||||
%{_datadir}/pkgconfig/fish.pc
|
||||
%dir %{_docdir}/fish
|
||||
%{_docdir}/fish/.buildinfo
|
||||
%{_docdir}/fish/*
|
||||
%{_datadir}/fish/man/man1/*.1
|
||||
%{_datadir}/fish/man/man1/*.1*
|
||||
%{_mandir}/man1/*.gz
|
||||
|
||||
%changelog
|
||||
* Fri Mar 19 2021 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 09 2021 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user