SPECS: limewire.spec (NEW) - new

glen glen at pld-linux.org
Sun Jul 10 20:07:09 CEST 2005


Author: glen                         Date: Sun Jul 10 18:07:09 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   limewire.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/limewire.spec
diff -u /dev/null SPECS/limewire.spec:1.1
--- /dev/null	Sun Jul 10 20:07:09 2005
+++ SPECS/limewire.spec	Sun Jul 10 20:07:04 2005
@@ -0,0 +1,83 @@
+# $Revision$, $Date$
+Summary:	The Fastest P2P File Sharing Program on the Planet
+Name:		limewire
+Version:	4.8.1
+Release:	0.2
+Epoch:		0
+License:	GPL v2
+Group:		Applications/Networking
+# Source0Download: http://www.limewire.com/LimeWireSoftLinux
+Source0:	LimeWireLinux.rpm
+# Source0-md5:	49726ec8dd3744977ed68477332f765d
+URL:		http://www.limewire.com/
+Requires:	bash
+Requires:	jre
+#BuildArch:	noarch
+# Two .so files in package
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_libdir %{_prefix}/lib/LimeWire
+
+%description
+LimeWire is faster than Ever
+- Guaranteed clean install with no bundled software
+- Firewall-to-firewall transfers
+- Cleaner, updated interface with new icons
+- Proxy support
+
+%prep
+%setup -q -c -T
+rpm2cpio %{SOURCE0} | cpio -id
+
+rm -f usr/lib/LimeWire/COPYING # GPL v2
+rm -f usr/lib/LimeWire/Limewire.{mandrake,desktop}
+rm -f usr/lib/menu/LimeWire
+mv usr/lib/LimeWire/{SOURCE,README.txt} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}
+cp -a usr/* $RPM_BUILD_ROOT%{_prefix}
+
+# our improved script
+cat <<EOF > $RPM_BUILD_ROOT%{_bindir}/limewire
+#!/bin/sh
+cd %{_libdir}
+exec bash runLime.sh
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc SOURCE README.txt
+%attr(755,root,root) %{_bindir}/limewire
+%dir %{_libdir}
+%attr(755,root,root) %{_libdir}/libIdleTime.so
+%attr(755,root,root) %{_libdir}/libtray.so
+%{_libdir}/root/
+%{_libdir}/*.jar
+%{_libdir}/*.png
+%{_libdir}/*.gif
+%{_libdir}/data.ser
+%{_libdir}/update.ver
+%{_libdir}/MessagesBundle.properties
+%{_libdir}/hashes
+%{_libdir}/runLime.sh
+%{_libdir}/xml.war
+
+%{_datadir}/applications/LimeWire.desktop
+%{_datadir}/icons/hicolor/*/apps/limewire.png
+%{_datadir}/pixmaps/limewire.png
+
+%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  2005/07/10 18:07:04  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list