Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mingw-filesystem
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
mingw-filesystem
Commits
093b2a1b
Commit
093b2a1b
authored
11 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import mingw-filesystem-148-3.el9
parent
45960d00
No related branches found
Branches containing commit
Tags
imports/c8/xdp-tools-1.2.6-1.el8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.mingw-filesystem.checksum
+1
-1
1 addition, 1 deletion
.mingw-filesystem.checksum
SOURCES/mingw.prov
+10
-0
10 additions, 0 deletions
SOURCES/mingw.prov
SPECS/mingw-filesystem.spec
+19
-2
19 additions, 2 deletions
SPECS/mingw-filesystem.spec
with
30 additions
and
3 deletions
.mingw-filesystem.checksum
+
1
−
1
View file @
093b2a1b
9
bf67ce682fd7a58c5fca07eb3b21ed83838262608578f8b6500e56756c40783
9
d3af89b1cb012cc1e74fac910ab61033917a652144f68917d6c6c86965d9258
This diff is collapsed.
Click to expand it.
SOURCES/mingw.prov
+
10
−
0
View file @
093b2a1b
...
...
@@ -21,4 +21,14 @@ for f in $dlls; do
done
done
pcs
=
$(
echo
$filelist
|
tr
'[:blank:]'
'\n'
|
grep
'\.pc$'
)
for
f
in
$pcs
;
do
basename
=
`
basename
$f
.pc |
tr
'[:upper:]'
'[:lower:]'
`
for
target
in
$targets
;
do
host_triplet
=
`
rpm
--eval
"%{
${
target
}
_target}"
`
[[
$f
=
~ .
*
$host_triplet
.
*
]]
&&
echo
"
${
target
}
-pkgconfig(
$basename
)"
done
done
exit
0
This diff is collapsed.
Click to expand it.
SPECS/mingw-filesystem.spec
+
19
−
2
View file @
093b2a1b
...
...
@@ -9,8 +9,8 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: mingw-filesystem
Version: 14
7
Release:
1
%{?dist}
Version: 14
8
Release:
3
%{?dist}
Summary: MinGW cross compiler base filesystem and environment
License: GPL-2.0-or-later
...
...
@@ -68,6 +68,8 @@ This environment is maintained by the Fedora MinGW SIG at:
%package base
Summary: Generic files which are needed for {mingw32,mingw64,ucrt64}-filesystem
# We need this for cmake macros
Requires: cmake-rpm-macros
Requires: redhat-rpm-config
# Obsolete the packages from the test repo
Obsoletes: cross-filesystem < 67-2
...
...
@@ -376,6 +378,21 @@ echo ".so man1/pkgconf.1" > %{buildroot}%{_mandir}/man1/x86_64-w64-mingw32ucrt-p
%dir %{_prefix}/lib/debug/%{_prefix}/x86_64-w64-mingw32ucrt
%changelog
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 148-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 148-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 13 2023 Orion Poplawski <orion@nwra.com> - 148-1
- Add pkgconfig provides
* Mon Sep 11 2023 Neal Gompa <ngompa@fedoraproject.org> - 147-3
- Add dependency on cmake-rpm-macros
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 147-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Apr 07 2023 Sandro Mani <manisandro@gmail.com> - 147-1
- Set mingw_env before in run_mingw_make
...
...
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