packages: plowshare/plowshare.spec (NEW) - initial, nfy

lisu lisu at pld-linux.org
Mon Jun 27 10:58:02 CEST 2011


Author: lisu                         Date: Mon Jun 27 08:58:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial, nfy

---- Files affected:
packages/plowshare:
   plowshare.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/plowshare/plowshare.spec
diff -u /dev/null packages/plowshare/plowshare.spec:1.1
--- /dev/null	Mon Jun 27 10:58:02 2011
+++ packages/plowshare/plowshare.spec	Mon Jun 27 10:57:57 2011
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+#
+# TODO: make shell scripts executable
+#
+%define		svn	r1542
+Summary:	Command line (CLI) designed for popular file-sharing websites
+Name:		plowshare
+Version:	%{svn}
+Release:	0.1
+License:	GPL v3+
+Group:		Applications
+Source0:	http://plowshare.googlecode.com/files/%{name}-SVN-%{version}-snapshot.tar.gz
+# Source0-md5:	0216a9addc638e8acc9df601daaa4f57
+URL:		http://code.google.com/p/plowshare/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+plowshare is a command line (CLI) application designed for popular
+file-sharing websites (aka Hosters). With plowshare, you will be able
+to download or upload files and manage remote folders and link
+deletion.
+
+%prep
+%setup -q -n %{name}-SVN-%{version}-snapshot
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	PREFIX=%{_prefix} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/plowdel
+%attr(755,root,root) %{_bindir}/plowdown
+%attr(755,root,root) %{_bindir}/plowlist
+%attr(755,root,root) %{_bindir}/plowup
+%{_datadir}/%{name}
+%{_mandir}/man1/plow*.1*
+
+%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  2011/06/27 08:57:57  lisu
+- initial, nfy
+
================================================================


More information about the pld-cvs-commit mailing list