LINUX.ORG.RU

История изменений

Исправление saahriktu, (текущая версия) :

Так можно же перепакетить. Вот пример как можно перепакетить Skype для Магейи из .deb пакета:

$ cat skypeforlinux-64-bin.spec
Name: skypeforlinux-64-bin
Version: 9999
Release: 1%{?dist}
BuildArch: x86_64

Summary: Skype is a telecommunications application software product

License: Proprietary
Source0: skypeforlinux-64.deb

%description
Skype is a telecommunications application software product that specializes in
x providing video chat and voice calls between computers, tablets,
 mobiledevices, the Xbox One console, and smartwatches via the Internet and to
 regular telephones.

%install
cd %{buildroot}
ar x %{_sourcedir}/skypeforlinux-64.deb
rm control.tar.gz debian-binary _gpgbuilder
tar xvf data.tar.xz
rm data.tar.xz

%files
%defattr(-,root,root,-)
/usr
/opt

Исходная версия saahriktu, :

Так можно же перепакетить. Вот пример как можно перепакетить Skype для Магейи из .deb пакета:

$ cat skypeforlinux-64-bin.spec
Name: skypeforlinux-64-bin
Version: 9999
Release: 1%{?dist}
BuildArch: x86_64

Summary: Skype is a telecommunications application software product

License: Proprietary
Source0: skypeforlinux-64.deb

%description
Skype is a telecommunications application software product that specializes in
x providing video chat and voice calls between computers, tablets, mobiledevices, the Xbox One console, and smartwatches via the Internet and to regular telephones.

%install
cd %{buildroot}
ar x %{_sourcedir}/skypeforlinux-64.deb
rm control.tar.gz debian-binary _gpgbuilder
tar xvf data.tar.xz
rm data.tar.xz

%files
%defattr(-,root,root,-)
/usr
/opt