packages: teamviewer/teamviewer.spec (NEW) - initial
glen
glen at pld-linux.org
Fri Jul 9 12:05:55 CEST 2010
Author: glen Date: Fri Jul 9 10:05:55 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/teamviewer:
teamviewer.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/teamviewer/teamviewer.spec
diff -u /dev/null packages/teamviewer/teamviewer.spec:1.1
--- /dev/null Fri Jul 9 12:05:55 2010
+++ packages/teamviewer/teamviewer.spec Fri Jul 9 12:05:47 2010
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+# TODO
+# - use system wine
+Summary: TeamViewer Remote Control Application
+Name: teamviewer
+Version: 5.0
+Release: 0.2
+License: Proprietary; includes substantial Free Software components, notably the Wine Project.
+Group: Applications/Networking
+Source0: http://www.teamviewer.com/download/%{name}_linux.tar.gz
+# NoSource0-md5: 2ff6ec6410f61b8f5d96d2057d00f886
+NoSource: 0
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _appdir %{_libdir}/%{name}
+
+# generate no Provides from private modules
+%define _noautoprovfiles %{_libdir}/%{name}/.wine
+
+# objects already stripped
+%define no_install_post_strip 1
+%define _enable_debug_packages 0
+
+%description
+TeamViewer is a remote control application free for private use. To
+buy a license for commercial use, visit the webpage.
+
+%prep
+%setup -q -n %{name}5
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}}
+cp -a .wine teamviewer $RPM_BUILD_ROOT%{_appdir}
+ln -s %{_appdir}/teamviewer $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc license_teamviewer_en.txt copyrights_en.txt license_foss.txt
+%doc %lang(de) copyrights_de.txt linux_faq_de.txt
+%attr(755,root,root) %{_bindir}/teamviewer
+%dir %{_appdir}
+%attr(755,root,root) %{_appdir}/teamviewer
+%{_appdir}/.wine
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/07/09 10:05:47 glen
+- initial
================================================================
More information about the pld-cvs-commit
mailing list