Browse Source

2015-05-21 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* Skype: updated Requires
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9570 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 8 years ago
parent
commit
2487daafcd

+ 8 - 5
nonfree/self-build-Skype/Skype-vl.spec

@@ -7,7 +7,7 @@ Summary:	Skype Internet Telephony
 Summary(ja): 	Skype インターネット・テレフォニー
 Name:		Skype
 Version:	4.3.0.37
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	http://download.skype.com/linux/skype-%{version}.tar.bz2
 Source1:	vine-skype.desktop
 
@@ -63,21 +63,21 @@ Skype インターネット・テレフォニー
 
 %post
 if [ -x %{_bindir}/update-desktop-database ] ; then
-%{_bindir}/update-desktop-database %{_datadir}/applications
+    %{_bindir}/update-desktop-database %{_datadir}/applications
 fi
 # recreate icon cache
 touch --no-create %{_datadir}/icons/hicolor || :
 [ -x %{_bindir}/gtk-update-icon-cache ] && \
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %postun
 if [ -x %{_bindir}/update-desktop-database ] ; then
-%{_bindir}/update-desktop-database %{_datadir}/applications
+    %{_bindir}/update-desktop-database %{_datadir}/applications
 fi
 # recreate icon cache
 touch --no-create %{_datadir}/icons/hicolor || :
 [ -x %{_bindir}/gtk-update-icon-cache ] && \
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -92,6 +92,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/skype
 
 %changelog
+* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.3.0.37-2
+- added Requires: pulseaudio-core-libs <BTS:Vine Linux:2928>
+
 * Mon Oct 27 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 4.3.0.37-1
 - update to 4.3.0.37
 

+ 10 - 3
nonfree/self-build-Skype/self-build-Skype-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname Skype
 %define name	self-build-%{pkgname}
 %define ver	4.3.0.37
-%define rel	1
+%define rel	2
 
 %define sourceurl0	http://download.skype.com/linux/skype-%{version}.tar.bz2
 
@@ -17,7 +17,8 @@ License:      	non-free
 Group:		Restricted Software
 
 ##!! Requires(posttrans) not yet implemented. So we use (post) instead.
-Requires(post):		self-build-setup >= 0.9.9
+Requires(post):	self-build-setup >= 0.9.9
+Requires(post): desktop-file-utils
 
 # Requirements for Skype dynamic
 %ifarch x86_64
@@ -58,6 +59,8 @@ Requires(post): compat32-libxcb
 Requires(post): compat32-mesa-libGL
 Requires(post): compat32-mesa-libGLU
 Requires(post): compat32-openssl
+Requires(post): compat32-pulseaudio-core-libs
+Requires(post): compat32-openssl
 Requires(post): compat32-qt4
 Requires(post): qt4, openssl
 %else
@@ -98,6 +101,7 @@ Requires(post): libxcb
 Requires(post): mesa-libGL
 Requires(post): mesa-libGLU
 Requires(post): openssl
+Requires(post): pulseaudio-core-libs
 Requires(post): qt4
 %endif
 
@@ -105,7 +109,7 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}-root
 
 Distribution: Vine Linux
 Vendor:       Project Vine
-Packager:     iwaim, daisuke
+Packager:     iwaim, daisuke, inagaki
 
 %description
 Skype Internet Telephony
@@ -172,6 +176,9 @@ Skype インターネット・テレフォニー
 %{_datadir}/%{name}
 
 %changelog
+* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.3.0.37-2
+- added Requires: pulseaudio-core-libs <BTS:Vine Linux:2928>
+
 * Mon Oct 27 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 4.3.0.37-1
 - update to 4.3.0.37