SPECS: rsget.pl.spec (NEW) - spec for rsget.pl

sparky sparky at pld-linux.org
Fri Apr 17 20:12:48 CEST 2009


Author: sparky                       Date: Fri Apr 17 18:12:48 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- spec for rsget.pl

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

---- Diffs:

================================================================
Index: SPECS/rsget.pl.spec
diff -u /dev/null SPECS/rsget.pl.spec:1.1
--- /dev/null	Fri Apr 17 20:12:48 2009
+++ SPECS/rsget.pl.spec	Fri Apr 17 20:12:43 2009
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+#
+%include        /usr/lib/rpm/macros.perl
+Summary:	Command line downloader for RapidShare-like services
+Name:		rsget.pl
+Version:	10331
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://svn.pld-linux.org/svn/toys/fun/%{name}
+# Source0-md5:	24e5779fa20aaf163704a69df9a56dcc
+URL:		http://svn.pld-linux.org/cgi-bin/viewsvn/toys/fun/rsget.pl?view=log
+BuildRequires:	rpm-perlprov
+Suggests:	gocr
+Suggests:	netpbm-progs
+Suggests:	ocrad
+Suggests:	perl(GD)
+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/04/17 18:12:43  sparky
+- spec for rsget.pl
+
================================================================


More information about the pld-cvs-commit mailing list