packages: wgetpaste/wgetpaste.spec - add example wgetpaste.conf
glen
glen at pld-linux.org
Sun Aug 22 13:52:48 CEST 2010
Author: glen Date: Sun Aug 22 11:52:48 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- add example wgetpaste.conf
---- Files affected:
packages/wgetpaste:
wgetpaste.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/wgetpaste/wgetpaste.spec
diff -u packages/wgetpaste/wgetpaste.spec:1.1 packages/wgetpaste/wgetpaste.spec:1.2
--- packages/wgetpaste/wgetpaste.spec:1.1 Sun Aug 22 13:48:49 2010
+++ packages/wgetpaste/wgetpaste.spec Sun Aug 22 13:52:42 2010
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO
+# - package zsh completion: _wgetpaste
Summary: Paste to Paste sites from terminal
Name: wgetpaste
Version: 2.18
@@ -6,6 +8,8 @@
License: GPL v2+
Source0: http://wgetpaste.zlin.dk/%{name}-%{version}.tar.bz2
# Source0-md5: 0085d679445af9e6f695d036abee106d
+Source1: http://wgetpaste.zlin.dk/%{name}.example
+# Source1-md5: 77392c788659cc648a59df2d239ebe19
Group: Applications/Networking
URL: http://wgetpaste.zlin.dk/
BuildRequires: sed >= 4.0
@@ -23,6 +27,7 @@
%prep
%setup -q
%{__sed} -i -e '1s,^#!.*bash,#!/bin/bash,' %{name}
+cp -a %{SOURCE1} .
%install
rm -rf $RPM_BUILD_ROOT
@@ -33,6 +38,7 @@
%files
%defattr(644,root,root,755)
+%doc wgetpaste.example
%attr(755,root,root) %{_bindir}/wgetpaste
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -41,6 +47,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2010/08/22 11:52:42 glen
+- add example wgetpaste.conf
+
Revision 1.1 2010/08/22 11:48:49 glen
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wgetpaste/wgetpaste.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list