diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-26 06:52:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-26 06:52:32 +0000 |
commit | 6bc416a38a3358cfccb69c0ea536661f271f5552 (patch) | |
tree | 05b727a307f8663c8800a95c11aa570635127d0e | |
parent | 2970380848b9580cfbf3de6cba83ed5a715cc8fc (diff) |
automatic import of euler_test
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | euler_test.spec | 35 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 37 insertions, 0 deletions
@@ -0,0 +1 @@ +/fpaste-0.3.9.2.tar.gz diff --git a/euler_test.spec b/euler_test.spec new file mode 100644 index 0000000..7781ffb --- /dev/null +++ b/euler_test.spec @@ -0,0 +1,35 @@ +Name: euler_test +Version: 0.3.9.2 +Release: 3 +Summary: A simple tool for pasting info onto sticky notes instances +BuildArch: noarch +License: GPLv3+ +URL: https://pagure.io/fpaste +Source0: https://pagure.io/releases/fpaste/fpaste-0.3.9.2.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 +reason they may be unable to paste something into the pastebin + +%prep +%autosetup + +%build +#nothing required + +./make.sh + +%install +mkdir -p %{buildroot}%{_bindir} +make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} + + +%files +%{_bindir}/%{name} +%doc README.rst TODO +%{_mandir}/man1/%{name}.1.gz +%license COPYING @@ -0,0 +1 @@ +8831263c02c9323bb0aaa105026e5a6e fpaste-0.3.9.2.tar.gz |