mirror of
https://abf.rosa.ru/djam/curl.git
synced 2025-02-23 15:52:59 +00:00
match soname and package names
This commit is contained in:
parent
2aa97035d5
commit
6d82d41c13
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
%define major 4
|
||||
%define libname %mklibname %{name} %{major}
|
||||
%define libname_libressl %mklibname %{name}_libressl %{major}
|
||||
%define libname_libressl %mklibname %{name}-libressl %{major}
|
||||
%define devname %mklibname %{name} -d
|
||||
%define devname_libressl %mklibname %{name}_libressl -d
|
||||
%define devname_libressl %mklibname %{name}-libressl -d
|
||||
|
||||
%define ssh2 0
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
Summary: Gets a file from a FTP, GOPHER or HTTP server
|
||||
Name: curl
|
||||
Version: 7.67.0
|
||||
Release: 5
|
||||
Release: 6
|
||||
Epoch: 1
|
||||
License: BSD-like
|
||||
Group: Networking/Other
|
||||
|
|
Loading…
Add table
Reference in a new issue