update to 2.1.1 [release 2.1.1-1mamba;Wed Sep 17 2014]
This commit is contained in:
parent
6606ca7ac4
commit
e3344c2d52
@ -1,5 +1,5 @@
|
|||||||
Name: fish
|
Name: fish
|
||||||
Version: 2.1.0
|
Version: 2.1.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
|
||||||
@ -7,7 +7,7 @@ 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: http://fishshell.com
|
||||||
Source: http://fishshell.com/files/%{version}/fish-%{version}.tar.gz
|
Source: https://github.com/fish-shell/fish-shell.git/%{version}/fish-shell-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -23,7 +23,7 @@ BuildRequires: libXext-devel
|
|||||||
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n fish-shell-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -66,6 +66,9 @@ autoreconf
|
|||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user