Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new package to SPECS-EXTENDED : rubygem-sys-filesystem #10888

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Signatures": {
"rubygem-sys-filesystem-1.4.3.gem": "390919de89822ad6d3ba3daf694d720be9d83ed95cdf7adf54d4573c98b17421"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
%global gem_name sys-filesystem

Name: rubygem-%{gem_name}
Version: 1.4.3
Release: 6%{?dist}
Summary: Interface for gathering filesystem information

License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://rubygems.org/gems/sys-filesystem
Source: https://rubygems.org/downloads/%{gem_name}-%{version}.gem#/%{name}-%{version}.gem

BuildRequires: rubygems-devel

BuildArch: noarch

%description
%{summary}.

%package doc
Summary: Documentation for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch

%description doc
%{summary}.

%prep
%autosetup -n %{name}-%{version}

%build
gem build ../%{name}-%{version}.gemspec
%gem_install

%install
mkdir -p %{buildroot}%{gem_dir}
cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/

rm -vr %{buildroot}%{gem_instdir}/{certs,spec}
rm -v %{buildroot}%{gem_cache}

%files
%license %{gem_instdir}/LICENSE
%dir %{gem_instdir}

%{gem_libdir}
%{gem_spec}

%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/{{README,CHANGES,MANIFEST}.md,examples}
%{gem_instdir}/{Gemfile,Rakefile,%{gem_name}.gemspec}

%changelog
* Wed Oct 30 2024 Jyoti Kanase <[email protected]> - 1.4.3-6
- Initial Azure Linux import from Fedora 41.
- License verified

* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 1.4.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.4.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Mar 03 2023 Igor Raits <[email protected]> - 1.4.3-2
- fixup! Initial import

* Fri Mar 03 2023 Igor Raits <[email protected]> - 1.4.3-1
- Initial import
12 changes: 11 additions & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,7 @@
}
}
},
{
y
"component": {
"type": "other",
"other": {
Expand Down Expand Up @@ -26959,6 +26959,16 @@
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "rubygem-sys-filesystem",
"version": "1.4.3",
"downloadUrl": " https://rubygems.org/downloads/sys-filesystem-1.4.3.gem"
}
}
},
{
"component": {
"type": "other",
Expand Down