164 lines
5.2 KiB
RPMSpec
164 lines
5.2 KiB
RPMSpec
Name: fish
|
|
Version: 3.6.3
|
|
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: https://fishshell.com
|
|
Source: https://github.com/fish-shell/fish-shell.git/%{version}/fish-shell-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libpcre2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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
|
|
%cmake -d build \
|
|
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
|
|
|
|
%make -j1
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name}
|
|
|
|
#%post
|
|
#touch %{buildroot}/etc/shells
|
|
#echo /usr/local/bin/fish >> %{buildroot}/etc/shells
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/fish/config.fish
|
|
#%{_sysconfdir}/shells
|
|
%{_bindir}/fish
|
|
%{_bindir}/fish_key_reader
|
|
%{_bindir}/fish_indent
|
|
%dir %{_datadir}/fish
|
|
%{_datadir}/fish/__fish_build_paths.fish
|
|
%dir %{_datadir}/fish/completions
|
|
%{_datadir}/fish/completions/..fish
|
|
%{_datadir}/fish/completions/*.fish
|
|
%{_datadir}/fish/config.fish
|
|
%dir %{_datadir}/fish/functions
|
|
%{_datadir}/fish/functions/*.fish
|
|
%dir %{_datadir}/fish/groff
|
|
%{_datadir}/fish/groff/fish.tmac
|
|
#%{_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*
|
|
%{_mandir}/man1/*.gz
|
|
|
|
%changelog
|
|
* Mon Dec 04 2023 Automatic Build System <autodist@mambasoft.it> 3.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 08 2023 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 20 2022 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 26 2022 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 29 2021 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 15 2018 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 04 2017 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 10 2016 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 05 2016 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 29 2016 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 02 2015 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 27 2015 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
|
|
- update to 2.1.1
|
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 14 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
- update to 2.0.0
|
|
|
|
* Sun Apr 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.23.1-1mamba
|
|
- package created by autospec
|