Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2479
Modified Files:
lpf-skype.spec skype.spec.in
Removed Files:
skype-wrapper
Log Message:
* Wed Sep 10 2014 Simone Caronni <negativo17(a)gmail.com> - 4.3.0.37-2
- Remove wrapper; no longer needed.
Index: lpf-skype.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/F-20/lpf-skype.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- lpf-skype.spec 7 Jul 2014 10:10:04 -0000 1.16
+++ lpf-skype.spec 10 Sep 2014 19:59:36 -0000 1.17
@@ -5,7 +5,7 @@
Name: lpf-skype
Version: 4.3.0.37
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Skype Messaging and Telephony Client package bootstrap
@@ -65,6 +65,9 @@
%changelog
+* Wed Sep 10 2014 Simone Caronni <negativo17(a)gmail.com> - 4.3.0.37-2
+- Remove wrapper; no longer needed.
+
* Thu Jun 19 2014 Simone Caronni <negativo17(a)gmail.com> - 4.3.0.37-1
- Update to 4.3.0.37.
Index: skype.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/F-20/skype.spec.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- skype.spec.in 7 Jul 2014 10:10:04 -0000 1.5
+++ skype.spec.in 10 Sep 2014 19:59:36 -0000 1.6
@@ -5,15 +5,14 @@
Name: skype
Version: 4.3.0.37
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Skype Messaging and Telephony Client
License: Skype End User License Agreement
URL:
http://www.skype.com/products/skype/linux/
# Download at:
-#
http://www.skype.com/intl/en/get-skype/on-your-computer/linux/downloading...
+#
http://www.skype.com/go/getskype-linux-beta-dynamic
Source0:
http://download.skype.com/linux/%{name}-%{version}.tar.bz2
-Source1: %{name}-wrapper
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -48,22 +47,9 @@
%install
mkdir -p %{buildroot}%{_sysconfdir}/prelink.conf.d/
-
-# Fedora 20+ needs a wrapper for PulseAudio latency
-%if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
-
-install -p -D -m 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
-install -p -D -m 655 %{name} %{buildroot}%{_bindir}/%{name}-bin
-echo "-b %{_bindir}/skype-bin" >
%{buildroot}%{_sysconfdir}/prelink.conf.d/%{name}-%{_arch}.conf
-sed -i -e 's/Exec=env PULSE_LATENCY_MSEC=60 skype %U/Exec=env PULSE_LATENCY_MSEC=30
skype-bin %U/g' %{name}.desktop
-
-%else
-
install -p -D -m 655 %{name} %{buildroot}%{_bindir}/%{name}
echo "-b %{_bindir}/skype" >
%{buildroot}%{_sysconfdir}/prelink.conf.d/%{name}-%{_arch}.conf
-%endif
-
install -p -D -m 644 %{name}.conf
%{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}.conf
for size in 16 24 32 48 64 96 128 256; do
@@ -95,9 +81,6 @@
# Always replace the prelink information, the binary gets corrupted otherwise
%config %{_sysconfdir}/prelink.conf.d/%{name}-%{_arch}.conf
%{_bindir}/%{name}
-%if 0%{?fedora} >= 20
-%{_bindir}/%{name}-bin
-%endif
%files data
%doc LICENSE README third-party_attributions.txt
@@ -108,6 +91,9 @@
%{_datadir}/%{name}
%changelog
+* Tue Aug 26 2014 Simone Caronni <negativo17(a)gmail.com> - 4.3.0.37-2
+- Latency fix no longer required.
+
* Wed Jun 18 2014 Simone Caronni <negativo17(a)gmail.com> - 4.3.0.37-1
- Update to 4.3.0.37.
--- skype-wrapper DELETED ---