]> git.pld-linux.org Git - packages/curl.git/commitdiff
- fish subpackage auto/th/curl-7.64.1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 27 Mar 2019 09:41:07 +0000 (10:41 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Wed, 27 Mar 2019 09:41:07 +0000 (10:41 +0100)
curl.spec

index 181559c7adefc84284ba95b9e5022f413fa8d583..ae27cc8bdea9670f4dcd6570d2e0fbd3c62a8273 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -199,6 +199,19 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 Цей пакет містить статичну бібліотеку для розробки програм з
 використанням бібліотеки curl.
 
+%package -n fish-completion-%{name}
+Summary:       Fish completion for curl command
+Summary(pl.UTF-8):     Dopełnianie parametrów w fish dla polecenia curl
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      fish
+
+%description -n fish-completion-%{name}
+Fish completion for curl command.
+
+%description -n fish-completion-%{name} -l pl.UTF-8
+Dopełnianie parametrów w fish dla polecenia curl.
+
 %package -n zsh-completion-curl
 Summary:       ZSH completion for curl command
 Summary(pl.UTF-8):     Dopełnianianie parametrów w ZSH dla polecenia curl
@@ -242,6 +255,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
 %else
        --without-ssl --without-gnutls \
 %endif
+       --with-fish-functions-dir=%{fish_compdir} \
        %{__with_without kerberos5 gssapi %{_prefix}} \
        %{__with_without metalink libmetalink} \
        %{__with_without rtmp librtmp} \
@@ -299,6 +313,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libcurl.a
 
+%files -n fish-completion-%{name}
+%defattr(644,root,root,755)
+%{fish_compdir}/%{name}.fish
+
 %files -n zsh-completion-curl
 %defattr(644,root,root,755)
 %{_datadir}/zsh/site-functions/_curl
This page took 0.124247 seconds and 4 git commands to generate.