bump(nightly): mpv yt-dlp

This commit is contained in:
Raboneko
2024-04-02 01:11:28 +00:00
parent c84e57dc75
commit 2a20771945
2 changed files with 13 additions and 10 deletions
+12 -9
View File
@@ -1,15 +1,16 @@
# Created by pyp2rpm-3.3.10
%global pypi_name umstellar
%global pypi_version 0.0.3
%global pypi_version 0.2.0
Name: python-%{pypi_name}
Version: 0.0.3
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}
Version: %{pypi_version}
Release: 1%{?dist}
Summary: Ultramarine Quickstart Tool
License: None
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}
License: GPL-3.0
URL: https://github.com/Ultramarine-Linux/stellar
Source0: %{url}/archive/v%{version}.tar.gz
BuildArch: noarch
@@ -30,8 +31,7 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
Requires: python3dist(requests)
Requires: python3dist(setuptools)
Requires: python3dist(setuptools) = 67.7.2
Requires: python3dist(pygobject)
Requires: anaconda-core
%description -n python3-%{pypi_name}
@@ -54,10 +54,13 @@ install -D -m 644 example.ks %{buildroot}%{_datadir}/anaconda/post-scripts/stell
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/umstellar
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info
%{_datadir}/anaconda/post-scripts/stellar.ks
%changelog
* Mon Apr 1 2024 Lleyton Gray <lleyton@fyralabs.com> - 0.2.0-1
- Bump version with various fixes
* Fri Nov 10 2023 Cappy Ishihara <cappy@cappuchino.xyz> - 0.0.1-1
- Initial package.
- Initial package.
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("Ultramarine-Linux/stellar"));
rpm.version("pypi_version", gh("Ultramarine-Linux/stellar"));