mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
56 lines
1.0 KiB
RPMSpec
56 lines
1.0 KiB
RPMSpec
%global common_description %{expand:
|
|
An advanced rpm-ostree compose system}
|
|
|
|
Name: melody
|
|
Summary: An advanced rpm-ostree compose system
|
|
Version: 1
|
|
Release: 8%{?dist}
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
URL: https://github.com/tau-OS/melody
|
|
Source0: https://github.com/tau-OS/melody/archive/refs/heads/main.zip
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
Requires: python3-dnf
|
|
Requires: python3-melody = %{version}-%{release}
|
|
|
|
%description %{common_description}
|
|
|
|
|
|
%package -n python3-melody
|
|
Summary: %{summary}
|
|
%description -n python3-melody %{common_description}
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n melody-main
|
|
|
|
%generate_buildrequires
|
|
%pyproject_buildrequires -r
|
|
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
%pyproject_save_files melody
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/melody
|
|
|
|
|
|
%files -n python3-melody -f %{pyproject_files}
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
%dir %{python3_sitelib}/melody
|