CBL-Mariner/SPECS/rubygem-tzinfo-data/rubygem-tzinfo-data.spec

45 строки
1.3 KiB
Plaintext

%global debug_package %{nil}
%global gem_name tzinfo-data
Summary: Timezone Data for TZInfo
Name: rubygem-%{gem_name}
Version: 1.2023.3
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: Development/Languages
URL: https://tzinfo.github.io/
Source0: https://github.com/tzinfo/tzinfo-data/archive/refs/tags/v%{version}.tar.gz#/%{gem_name}-%{version}.tar.gz
BuildRequires: ruby
Requires: rubygem-tzinfo
Provides: rubygem(%{gem_name}) = %{version}-%{release}
%description
a fast strptime/strftime engine which uses VM.
%prep
%setup -q -n %{gem_name}-%{version}
%build
gem build %{gem_name}
%install
gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-%{version}.gem
%files
%defattr(-,root,root,-)
%license %{gemdir}/gems/%{gem_name}-%{version}/LICENSE
%{gemdir}
%changelog
* Thu Nov 02 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.2023.3-1
- Auto-upgrade to 1.2023.3 - Azure Linux 3.0 - package upgrades
* Wed Jun 22 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 1.2022.1-1
- Update to v1.2022.1.
- Build from .tar.gz source.
* Mon Jan 04 2021 Henry Li <lihl@microsoft.com> - 1.2019.3-1
- License verified
- Original version for CBL-Mariner