Author: glen                         Date: Mon Jan 29 17:11:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/pastebinit.spec
diff -u /dev/null SPECS/pastebinit.spec:1.1
--- /dev/null   Mon Jan 29 18:11:52 2007
+++ SPECS/pastebinit.spec       Mon Jan 29 18:11:47 2007
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:       Command line pastebin
+Name:          pastebinit
+Version:       0.6
+Release:       0.1
+License:       GPL v2+
+Group:         Applications
+Source0:       
http://www.stgraber.org/download/projects/pastebin/%{name}-%{version}.py
+# Source0-md5: 9e8702cd1beac3218c357c0ea08f6ab3
+URL:           http://www.stgraber.org/?cat=5
+Requires:      python-modules
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pastebinit is a really small piece of Python that acts as a Pastebin
+client, you simply tell it a file or to read from the stdin and it
+will paste the information on a Pastebin.
+
+%prep
+%setup -qcT
+cp -a %{SOURCE0} %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pastebinit
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/29 17:11:47  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to