Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sip6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
sip6
Commits
326639ff
Commit
326639ff
authored
4 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import sip6-6.9.0-1.el10
parent
5d95800f
Branches
r10s
Tags
imports/r10s/sip6-6.9.0-1.el10
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.sip6.metadata
+1
-1
1 addition, 1 deletion
.sip6.metadata
SPECS/sip6.spec
+18
-9
18 additions, 9 deletions
SPECS/sip6.spec
with
19 additions
and
10 deletions
.sip6.metadata
+
1
−
1
View file @
326639ff
2e65a423037422ccfde095c257703a8ff45cc1c89bdaa294d7819bc836c87639
SOURCES/sip-6.
8.2
.tar.gz
093fd0e15d99ae2f8a83dd7f7dbaa3ff250c582a77eb8e0845cd9acadb1f0934
SOURCES/sip-6.
9.0
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/sip6.spec
+
18
−
9
View file @
326639ff
%global pypi_name sip
Name: sip6
Version: 6.
8.2
Release:
4
%{?dist}
Version: 6.
9.0
Release:
1
%{?dist}
Summary: SIP - Python/C++ Bindings Generator
%py_provides python3-sip6
License: GPL-2.0-only OR GPL-3.0-only
URL: https://www.riverbankcomputing.com/software/sip
Source0: %{pypi_source}
License: BSD-2-Clause
URL: https://github.com/Python-SIP/sip
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
# For tests
BuildRequires: gcc-c++
%global _description %{expand:
SIP is a collection of tools that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed in 1998 to create PyQt,
...
...
@@ -26,26 +30,31 @@ Python bindings for wxWidgets.}
%autosetup -n %{pypi_name}-%{version} -p 1
%generate_buildrequires
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_buildrequires
%build
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel
%install
%pyproject_install
%check
%py3_check_import sipbuild sipbuild.distinfo sipbuild.module sipbuild.tools
#{py3_test_envvars} {python3} -m unittest discover -v -s test
%files
%doc README
%license LICENSE
LICENSE-GPL2 LICENSE-GPL3
%doc README
.md
%license LICENSE
%{_bindir}/sip*
%{python3_sitelib}/sip-*
%{python3_sitelib}/sipbuild/
%changelog
* Mon Dec 09 2024 Jan Grulich <jgrulich@redhat.com> - 6.9.0-1
- 6.9.0
Resolves: RHEL-70413
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.8.2-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment