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