From 07cbb18fc625691cbf5037836e270ffe54774ae1 Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 21 2020 15:01:32 +0000 Subject: dir name fixed --- diff --git a/SPEC/packit-hello-world.spec b/SPEC/packit-hello-world.spec deleted file mode 100644 index a1ead0a..0000000 --- a/SPEC/packit-hello-world.spec +++ /dev/null @@ -1,33 +0,0 @@ -Name: hello -Version: 0.1.0 -Release: 1%{?dist} -Summary: Nice and a polite tool to make your day -License: MIT -URL: https://github.com/packit-service/hello-world -Source0: hello-%{version}.tar.gz -BuildArch: noarch -BuildRequires: python3-devel - -%description -%{summary} - - -%prep -%autosetup -n %{name}-%{version} - -%build -%py3_build - -%install -%py3_install - -%files -%license LICENSE -%{_bindir}/hello -%{python3_sitelib}/* -%doc README.md - -%changelog -* Thu May 02 2019 Tomas Tomecek - 0.1.0-1 -- initial upstream release: 0.1.0 - diff --git a/SPECS/packit-hello-world.spec b/SPECS/packit-hello-world.spec new file mode 100644 index 0000000..a1ead0a --- /dev/null +++ b/SPECS/packit-hello-world.spec @@ -0,0 +1,33 @@ +Name: hello +Version: 0.1.0 +Release: 1%{?dist} +Summary: Nice and a polite tool to make your day +License: MIT +URL: https://github.com/packit-service/hello-world +Source0: hello-%{version}.tar.gz +BuildArch: noarch +BuildRequires: python3-devel + +%description +%{summary} + + +%prep +%autosetup -n %{name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files +%license LICENSE +%{_bindir}/hello +%{python3_sitelib}/* +%doc README.md + +%changelog +* Thu May 02 2019 Tomas Tomecek - 0.1.0-1 +- initial upstream release: 0.1.0 +