packages: pastebin-cl/pastebin-cl.spec (NEW) - initial

arekm arekm at pld-linux.org
Sun Oct 9 11:20:47 CEST 2011


Author: arekm                        Date: Sun Oct  9 09:20:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/pastebin-cl/pastebin-cl.spec
diff -u /dev/null packages/pastebin-cl/pastebin-cl.spec:1.1
--- /dev/null	Sun Oct  9 11:20:47 2011
+++ packages/pastebin-cl/pastebin-cl.spec	Sun Oct  9 11:20:42 2011
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	Command line pastebin
+Summary(pl.UTF-8):	Klient pastebin działający z linii poleceń
+Name:		pastebin-cl
+Version:	0.6
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	https://github.com/tupton/pastebin-cl/zipball/0.6#/%{name}-%{version}.zip
+# Source0-md5:	9f638e89a6b1a8e66395615a11234c03
+URL:		https://github.com/tupton/pastebin-cl
+Requires:	python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A utility to paste to pastebin from the command line.
+
+%description -l pl
+Narzędzie do wklejania do pastebin z linii poleceń.
+
+%prep
+%setup -q -n tupton-%{name}-dedeadf
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install pastebin.py $RPM_BUILD_ROOT%{_bindir}/pastebin
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pastebin
+
+%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/10/09 09:20:42  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list