SPECS: rsget2.spec (NEW) - initial PLD release - not tested

pawelz pawelz at pld-linux.org
Sun Mar 1 23:09:09 CET 2009


Author: pawelz                       Date: Sun Mar  1 22:09:09 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release
- not tested

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

---- Diffs:

================================================================
Index: SPECS/rsget2.spec
diff -u /dev/null SPECS/rsget2.spec:1.1
--- /dev/null	Sun Mar  1 23:09:09 2009
+++ SPECS/rsget2.spec	Sun Mar  1 23:09:04 2009
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+#
+%define		snap	10061
+%include        /usr/lib/rpm/macros.perl
+Summary:	Command line downloader for RapidShare-like services
+Name:		rsget2
+Version:	0
+Release:	0.%{snap}.0.1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://svn.pld-linux.org/svn/toys/fun/rsget.pl
+# Source-md5:	-
+URL:		http://svn.pld-linux.org/svn/toys/fun/
+BuildRequires:	rpm-perlprov
+Suggests:	perl-perldoc
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Command line downloader for RapidShare-like services.
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %SOURCE0 $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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  2009/03/01 22:09:04  pawelz
+- initial PLD release
+- not tested
+
================================================================


More information about the pld-cvs-commit mailing list