diff --git a/fpaste.spec b/fpaste.spec index d1e5244..4df617a 100644 --- a/fpaste.spec +++ b/fpaste.spec @@ -1,27 +1,27 @@ -Name: fpaste -Version: 0.4.0.0 -Release: 2%{?dist} -Summary: A simple tool for pasting info onto the Fedora community paste server -BuildArch: noarch -License: GPLv3+ -URL: https://pagure.io/%{name} -Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +Name: fpaste +Version: 0.4.0.0 +Release: 2%{?dist} +Summary: A simple tool for pasting info onto the Fedora community paste server +BuildArch: noarch +License: GPLv3+ +URL: https://pagure.io/%{name} +Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Requires: python3 %description It is often useful to be able to easily paste text to the Fedora -Pastebin at http://paste.fedoraproject.org and this simple script -will do that and return the resulting URL so that people may -examine the output. This can hopefully help folks who are for -some reason stuck without X, working remotely, or any other +Pastebin at http://paste.fedoraproject.org and this simple script +will do that and return the resulting URL so that people may +examine the output. This can hopefully help folks who are for +some reason stuck without X, working remotely, or any other reason they may be unable to paste something into the pastebin. This is not a general client for paste servers. It will only ever support the paste server that the Fedora community is running. %prep -%autosetup +%autosetup %build #nothing required @@ -190,7 +190,7 @@ make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} * Thu Apr 14 2011 Ankur Sinha - 0.3.6-1 - Update to new upstream release - Pastes which exceed the server's size limit now error more gracefully -- stdin and clipboard descriptions now default to showing a small text summary of the form "beginning ... middle ... end". +- stdin and clipboard descriptions now default to showing a small text summary of the form "beginning ... middle ... end". - sysinfo improvements * Tue Feb 08 2011 Fedora Release Engineering - 0.3.5-2 @@ -214,8 +214,10 @@ make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} - Check that 'xsel' is installed for clipboard input support; silent fail on output - Use 'fpaste/x.x.x' User-agent header - bug fixes + * Fri Aug 21 2009 Ankur Sinha - 0.3.3-2 - Added xsel in requires + * Fri Aug 21 2009 Ankur Sinha - 0.3.3-1 - new package release - Proper urllib2 error handling @@ -223,14 +225,18 @@ make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} - Typos fixed, and more TODO - Added --sysinfo option to gather and pastebin basic system information - Added options to read text from (xsel) clipboard and write resultant URL to clipboard + * Thu Aug 13 2009 Ankur Sinha - 0.3.2-2 - Corrected source0 field + * Thu Aug 13 2009 Ankur Sinha - 0.3.2-1 -- New tar +- New tar - Man page included in tar + * Wed Aug 12 2009 Ankur Sinha - 0.3.1-2 - Review request begins : #516698 - Removed buildroot declaration and removal from install section in accordance with new guidelines - Aligned description properly + * Tue Aug 11 2009 Ankur Sinha - 0.3.1-1 - Initial rpm build