]> git.pld-linux.org Git - packages/rsget.git/commitdiff
- initial PLD release
authorpawelz <pawelz@pld-linux.org>
Sat, 29 Nov 2008 15:40:17 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsget.spec -> 1.1

rsget.spec [new file with mode: 0644]

diff --git a/rsget.spec b/rsget.spec
new file mode 100644 (file)
index 0000000..df0f403
--- /dev/null
@@ -0,0 +1,44 @@
+#
+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
This page took 0.091026 seconds and 4 git commands to generate.