Resolves: #1288529 - own /usr/share/zsh/site-functions
... instead of requiring zsh
This commit is contained in:
parent
7c41b922e3
commit
92a4396c47
10
curl.spec
10
curl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.46.0
|
Version: 7.46.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||||
@ -64,9 +64,6 @@ BuildRequires: valgrind
|
|||||||
|
|
||||||
Requires: libcurl%{?_isa} = %{version}-%{release}
|
Requires: libcurl%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
# for /usr/share/zsh/site-functions
|
|
||||||
Requires: zsh
|
|
||||||
|
|
||||||
# require at least the version of libssh2 that we were built against,
|
# require at least the version of libssh2 that we were built against,
|
||||||
# to ensure that we have the necessary symbols available (#525002, #642796)
|
# to ensure that we have the necessary symbols available (#525002, #642796)
|
||||||
%global libssh2_version %(pkg-config --modversion libssh2 2>/dev/null || echo 0)
|
%global libssh2_version %(pkg-config --modversion libssh2 2>/dev/null || echo 0)
|
||||||
@ -209,7 +206,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc docs/TheArtOfHttpScripting docs/TODO
|
%doc docs/TheArtOfHttpScripting docs/TODO
|
||||||
%{_bindir}/curl
|
%{_bindir}/curl
|
||||||
%{_mandir}/man1/curl.1*
|
%{_mandir}/man1/curl.1*
|
||||||
%{_datadir}/zsh/site-functions/_curl
|
%{_datadir}/zsh/site-functions
|
||||||
|
|
||||||
%files -n libcurl
|
%files -n libcurl
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -228,6 +225,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/libcurl.m4
|
%{_datadir}/aclocal/libcurl.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 4 2015 Kamil Dudka <kdudka@redhat.com> 7.46.0-2
|
||||||
|
- own /usr/share/zsh/site-functions instead of requiring zsh (#1288529)
|
||||||
|
|
||||||
* Wed Dec 2 2015 Kamil Dudka <kdudka@redhat.com> 7.46.0-1
|
* Wed Dec 2 2015 Kamil Dudka <kdudka@redhat.com> 7.46.0-1
|
||||||
- disable silent builds (suggested by Paul Howarth)
|
- disable silent builds (suggested by Paul Howarth)
|
||||||
- use default port numbers when running the upstream test-suite
|
- use default port numbers when running the upstream test-suite
|
||||||
|
Loading…
Reference in New Issue
Block a user