Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564510
en ru br
ALT Linux repos
S:0.4.4.0-alt1

Group :: Networking/WWW
RPM: fpaste

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fpaste
Version: 0.4.3.0
Release: alt1
Summary: A simple tool for pasting info onto the Fedora community paste server
License: GPL-3.0+
Group: Networking/WWW
URL: https://pagure.io/fpaste

Source0: https://pagure.io/fpaste/archive/%{version}/fpaste-%{version}.tar.gz

BuildArch:  noarch

BuildRequires: rpm-build-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 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
%setup

%install
mkdir -p %buildroot%_bindir
make install BINDIR=%buildroot%_bindir MANDIR=%buildroot%_mandir

%files
%doc README.rst TODO
%_bindir/%name
%_man1dir/%name.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin