Blame dummy-test-package-crested.spec

f20f51d
# Our dummy-test-packages are named after canary varieties, meet Gloster, Rubino and Crested
f20f51d
# Source: https://www.omlet.co.uk/guide/finches_and_canaries/canary/canary_varieties
f20f51d
Name:           dummy-test-package-crested
f20f51d
f20f51d
Version:        0
f20f51d
Release:        1%{?dist}
f20f51d
Summary:        Dummy Test Package called Crested
f20f51d
License:        CC0
f20f51d
URL:            http://fedoraproject.org/wiki/DummyTestPackages
f20f51d
f20f51d
# The tarball contains a file with an uuid to test later and a LICENSE
f20f51d
Source0:        %{name}-%{version}.tar.gz
f20f51d
f20f51d
BuildArch:      noarch
f20f51d
f20f51d
%description
f20f51d
This is a dummy test package for the purposes of testing if the Fedora CI
f20f51d
pipeline is working. There is nothing useful here.
f20f51d
f20f51d
%prep
f20f51d
%autosetup
f20f51d
f20f51d
%build
f20f51d
# nothing to do
f20f51d
f20f51d
%install
f20f51d
mkdir -p %{buildroot}%{_datadir}
f20f51d
cp -p uuid %{buildroot}%{_datadir}/%{name}
f20f51d
f20f51d
%files
f20f51d
%license LICENSE
f20f51d
%{_datadir}/%{name}
f20f51d
f20f51d
%changelog
f20f51d
* Thu Dec 19 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 0-1
f20f51d
- Initial packaging work