Skip to content

Adds perl-File-TreeCreate, needed by perl-file-find-object #12225

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

Draft
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Draft
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,6 @@
{
"Signatures": {
"perl-File-TreeCreate-0.0.1.tar.gz": "57686f10843be81affad185ae4131790ba0c4af36d2104d6fb69126528055267"
}
}

89 changes: 89 additions & 0 deletions SPECS-EXTENDED/perl-File-TreeCreate/perl-File-TreeCreate.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: perl-File-TreeCreate
Version: 0.0.1
Release: 11%{?dist}
Summary: Recursively create a directory tree
License: MIT
URL: https://metacpan.org/release/File-TreeCreate
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-TreeCreate-%{version}.tar.gz#/perl-File-TreeCreate-%{version}.tar.gz

BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Module::Build) >= 0.28
# Module Runtime
BuildRequires: perl(autodie)
BuildRequires: perl(Carp)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(blib)
BuildRequires: perl(File::Path)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) >= 0.88
# Dependencies
# (none)

%description
Recursively create a directory tree.

%prep
%setup -q -n File-TreeCreate-%{version}

%build
perl Build.PL --installdirs=vendor
./Build

%install
./Build install --destdir=%{buildroot} --create_packlist=0
%{_fixperms} -c %{buildroot}

%check
./Build test

%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/File/
%{_mandir}/man3/File::TreeCreate.3*

%changelog
* Tue Feb 04 2025 Aninda Pradhan <[email protected]> - 0.0.1-11
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License Verified

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

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.0.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.0.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Thu Apr 20 2023 Paul Howarth <[email protected]> - 0.0.1-6
- SPDX migration

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Tue May 31 2022 Jitka Plesnikova <[email protected]> - 0.0.1-3
- Perl 5.36 rebuild

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Aug 27 2021 Paul Howarth <[email protected]> - 0.0.1-1
- Initial RPM version

10 changes: 10 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17729,6 +17729,16 @@
}
},
{
"component": {
"type": "other",
"other": {
"name": "perl-File-TreeCreate",
"version": "0.0.1",
"downloadUrl": "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-TreeCreate-0.0.1.tar.gz"
}
}
},
{
"component": {
"type": "other",
"other": {
Expand Down
Loading