SPECS: rsget.spec (NEW) - initial PLD release

pawelz pawelz at pld-linux.org
Sat Nov 29 16:40:23 CET 2008


Author: pawelz                       Date: Sat Nov 29 15:40:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/rsget.spec
diff -u /dev/null SPECS/rsget.spec:1.1
--- /dev/null	Sat Nov 29 16:40:23 2008
+++ SPECS/rsget.spec	Sat Nov 29 16:40:17 2008
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+#
+Summary:	RapidShare files downloader
+Summary(pl.UTF-8):	Pobieracz plików z RapidShare
+Name:		rsget
+Version:	20081014
+Release:	0.1
+License:	Do What The Fuck You Want To Public License
+Group:		Applications
+Source0:	http://jachacy.mm5.pl/pub/%{name}.sh
+# Source0-md5:	f783eee9d3fba101289d4213ed383217
+Source1:	http://sam.zoy.org/wtfpl/COPYING
+# Source1-md5:	65a4a3db35cb4ac63386bdc70687d1e5
+URL:		http://jachacy.jogger.pl/2008/07/03/rsget-sh-skrypt-automatyzujacy-pobieranie-z-rapidshare-com/
+Requires:	bash
+Requires:	grep
+Requires:	sed
+Requires:	wget
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rapidshare files downloader.
+
+%description -l pl.UTF-8
+Skrypt automatyzujący pobieranie plików z RapidShare.
+
+%prep
+
+%setup -q -c -T
+cp %SOURCE0 .
+cp %SOURCE1 .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install rsget.sh $RPM_BUILD_ROOT%{_bindir}/rsget
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/rsget
+%doc COPYING
+
+%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  2008/11/29 15:40:17  pawelz
+- initial PLD release
+
+$Log$
+Revision 1.1  2008/11/29 15:40:17  pawelz
+- initial PLD release
+
+
================================================================


More information about the pld-cvs-commit mailing list