-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")); |