File sddm-sugar-candy-nwg.spec of Package sddm-sugar-candy-nwg
%define debug_package %{nil}
# Metadata from PKGBUILD
Name: sddm-sugar-candy-nwg
Version: 0.1.0
Release: 1%{?dist}
Summary: sddm theme of nwg-shell
License: MIT
URL: https://nwg-piotr.github.io/nwg-shell-wallpapers/
Source0: v%{version}.tar.gz
BuildArch: noarch
Requires: sddm
%description
The sddm theme of nwg-shell
# Prep section
%prep
%setup -q -n %{name}-%{version}
# Build section (equivalent to PKGBUILD's build() function)
%build
# Install section (equivalent to PKGBUILD's package() function)
%install
install -d %{buildroot}%{_datadir}/sddm/themes/sugar-candy-nwg
cp -rf . %{buildroot}%{_datadir}/sddm/themes/sugar-candy-nwg
%files
%doc README.md
%dir %{_datadir}/sddm/themes
%dir %{_datadir}/sddm
%dir %{_datadir}/sddm/themes/sugar-candy-nwg
%{_datadir}/sddm/themes/sugar-candy-nwg/*
%{_datadir}/sddm/themes/sugar-candy-nwg/.gitignore
%changelog