Skip to content

Commit

Permalink
fix: update umstellar spec for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Apr 1, 2024
1 parent 49bf01e commit 36b62fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions anda/tools/umstellar/umstellar.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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.2.0
Version: %{pypi_version}
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}
Release: 1%?dist
Release: 1%{?dist}
Summary: Ultramarine Quickstart Tool

License: None
URL: https://github.com/Ultramarine-Linux/stellar
Source0: %{url}/archive/v%{version}.tar.gz
Source0: %{pypi_name}-%{pypi_version}.tar.gz
BuildArch: noarch

BuildRequires: python3-devel
Expand All @@ -30,8 +30,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}

Expand All @@ -54,10 +53,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 <[email protected]> - 0.2.0-1
- Bump version with various fixes

* Fri Nov 10 2023 Cappy Ishihara <[email protected]> - 0.0.1-1
- Initial package.
- Initial package.
2 changes: 1 addition & 1 deletion anda/tools/umstellar/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rpm.version(gh("Ultramarine-Linux/stellar"));
rpm.version("pypi_version", gh("Ultramarine-Linux/stellar"));

0 comments on commit 36b62fd

Please sign in to comment.