mirror of
https://abf.rosa.ru/djam/get-skype.git
synced 2025-02-23 19:12:47 +00:00
fixed x64 build
This commit is contained in:
parent
e9316b423c
commit
44343ebf2d
2 changed files with 8 additions and 1 deletions
2
get-skype.rpmlintrc
Normal file
2
get-skype.rpmlintrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
#many files in opt
|
||||
addFilter("E: dir-or-file-in-opt")
|
|
@ -1,6 +1,6 @@
|
|||
%define name get-skype
|
||||
%define version 4.0.0.8
|
||||
%define release %mkrel 3
|
||||
%define release %mkrel 4
|
||||
%define instdir %{_datadir}/skype
|
||||
%define langdir %{instdir}/lang
|
||||
%define avatardir %{instdir}/avatars
|
||||
|
@ -51,6 +51,9 @@ Requires: libv4l-wrappers
|
|||
Requires: libalsa2
|
||||
Requires: libpulseaudio0
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
Requires: libz1
|
||||
%endif
|
||||
|
||||
Obsoletes: skype < 4.0.0.7
|
||||
Provides: skype = %{version}-%{release}
|
||||
|
@ -68,6 +71,8 @@ Source3: skype-txt-gen
|
|||
Source4: skype.desktop
|
||||
# Dependencies for x86_64 package
|
||||
Source5: skypelibs.tar.xz
|
||||
# Disable rpmlint for /opt
|
||||
Source6: get-skype.rpmlintrc
|
||||
|
||||
%description
|
||||
This is an installer for Skype-%{version}.
|
||||
|
|
Loading…
Add table
Reference in a new issue