From b4c56163413959ae9ad2227c6b26edb740e99202 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 28 Oct 2023 08:49:07 +0000 Subject: automatic import of euler_test --- .gitignore | 1 + euler_test.spec | 34 ++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 36 insertions(+) create mode 100644 euler_test.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..4c87087 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/euler_test-0.3.9.2.tar.gz diff --git a/euler_test.spec b/euler_test.spec new file mode 100644 index 0000000..739e5cb --- /dev/null +++ b/euler_test.spec @@ -0,0 +1,34 @@ +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://github.com/runshine/euler_test/raw/main/euler_test-0.3.9.2.tar.gz +%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 diff --git a/sources b/sources new file mode 100644 index 0000000..c5d5303 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +b5650e78ead0669b3fd0e326b853625e euler_test-0.3.9.2.tar.gz -- cgit v1.2.3