From 8d4a5b5bc0f1496d947d266bb08dc57bac8d0385 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Jun 02 2020 20:26:56 +0000 Subject: Adding the spec file This is only used for infra repos Signed-off-by: Mohan Boddu --- diff --git a/fedora-minimal-compose.spec b/fedora-minimal-compose.spec new file mode 100644 index 0000000..29c12ac --- /dev/null +++ b/fedora-minimal-compose.spec @@ -0,0 +1,40 @@ +Name: fmc +Version: 0.0.0 +Release: 1%{?dist} +Summary: Fedora Minimal COmpose + +License: GPLv2+ +URL: https://pagure.io/%{name} +Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 + +BuildArch: noarch + +BuildRequires: python3-setuptools + +BuildRequires: python3-devel + +Requires: koji +Requires: python3-fedora-messaging +Requires: python3-ogr +Requires: fedora-messaging +Requires: python3-odcs-client + +%description +Fedoma minimal compose + +%prep +%autosetup -n %{name} + +%build + +%install +mkdir -p %{buildroot}%{_bindir}/ +install -m 755 fedora-minimal-compose.py %{buildroot}%{_bindir}/ + +%files +%{_bindir}/* + +%changelog +* Tue Jun 02 2020 Mohan Boddu - 0.0.0-1 +- First Build +