automatic version update by autodist [release 2.1.0-1mamba;Tue Oct 29 2013]
This commit is contained in:
parent
98c05e3a8e
commit
6606ca7ac4
@ -1,2 +1,4 @@
|
||||
# fish
|
||||
|
||||
fish is a user friendly command line shell for UNIX-like operating systems such as Linux.
|
||||
|
||||
|
76
fish.spec
Normal file
76
fish.spec
Normal file
@ -0,0 +1,76 @@
|
||||
Name: fish
|
||||
Version: 2.1.0
|
||||
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
|
||||
Source: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
fish is a user friendly command line shell for UNIX-like operating systems such as Linux.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%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_indent
|
||||
%{_bindir}/fish_pager
|
||||
%{_bindir}/fishd
|
||||
%{_bindir}/mimedb
|
||||
%dir %{_datadir}/fish
|
||||
%dir %{_datadir}/fish/completions
|
||||
%{_datadir}/fish/completions/*.fish
|
||||
%{_datadir}/fish/config.fish
|
||||
%dir %{_datadir}/fish/functions
|
||||
%{_datadir}/fish/functions/*.fish
|
||||
%dir %{_datadir}/fish/tools
|
||||
%{_datadir}/fish/tools/*
|
||||
%dir %{_docdir}/fish
|
||||
%{_docdir}/fish/*
|
||||
%{_datadir}/fish/man/man1/*.1
|
||||
%{_mandir}/man1/*.gz
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user