Created
August 20, 2010 17:32
-
-
Save dmacvicar/540776 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: google-talkplugin | |
Version: 1.4.1.0 | |
Release: 0 | |
Summary: Google Talk Plugin | |
Group: Productivity/Networking/Web/Browsers | |
License: Proprietary | |
%ifarch x86_64 | |
Source0: google-talkplugin_current_amd64.deb | |
%define archsuffix 64 | |
%else | |
Source0: google-talkplugin_current_i386.deb | |
%endif | |
BuildRequires: tar gzip binutils | |
Recommends: libnotify | |
ExclusiveArch: %%ix86 x86_64 | |
%description | |
The Google Talk Plugin is a browser plugin that enables you to use Google voice | |
and video chat to chat face to face with family and friends. | |
Authors | |
======= | |
Voice and Video Chat Linux Team <[email protected]> | |
%prep | |
#%setup | |
%build | |
ar x %{SOURCE0} | |
tar zxpvf data.tar.gz | |
%install | |
cp -R opt %{buildroot}/ | |
rm -rf %{buildroot}/opt/google/talkplugin/cron | |
%{__mkdir_p} %{buildroot}%{_libdir}/browser-plugins | |
%{__ln_s} ../../../opt/google/talkplugin/libnpgtpo3dautoplugin.so %{buildroot}%{_libdir}/browser-plugins/libnpgtpo3dautoplugin.so | |
%{__ln_s} ../../../opt/google/talkplugin/libnpgoogletalk%{archsuffix}.so %{buildroot}%{_libdir}/browser-plugins/libnpgoogletalk%{archsuffix}.so | |
%files | |
%defattr(-,root,root) | |
/opt/google/talkplugin/GoogleTalkPlugin | |
/opt/google/talkplugin/lib/libCg.so | |
/opt/google/talkplugin/lib/libCgGL.so | |
/opt/google/talkplugin/libnpgoogletalk%{archsuffix}.so | |
/opt/google/talkplugin/libnpgtpo3dautoplugin.so | |
%{_libdir}/browser-plugins/libnpgoogletalk%{archsuffix}.so | |
%{_libdir}/browser-plugins/libnpgtpo3dautoplugin.so | |
%changelog | |
* Fri Aug 20 2010 - Duncan Mac-Vicar P. | |
- Initial package based on debian release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment