Name: perl-Data-Censor Version: 0.04 Release: 2%{?dist} Summary: Censor sensitive stuff in a data structure License: Artistic-2.0 URL: https://metacpan.org/dist/Data-Censor Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/Data-Censor-%{version}.tar.gz BuildArch: noarch # build requirements BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # runtime requirements BuildRequires: perl(Carp) BuildRequires: perl(Clone) BuildRequires: perl(Ref::Util) BuildRequires: perl(strict) BuildRequires: perl(warnings) # test requirements BuildRequires: perl(Test::More) %description This module provides methods to censor sensitive stuff in a data structure. These can be configured to omit sensitive values before logging. %prep %setup -q -n Data-Censor-%{version} %build /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check RELEASE_TESTING= %{make_build} test %files %doc Changes README %{perl_vendorlib}/Data* %{_mandir}/man3/Data* %changelog * Fri Sep 26 2025 Emmanuel Seyman - 0.04-2 - Take into account review feedback (#2397174) * Sun Sep 21 2025 Emmanuel Seyman - 0.04-1 - Initial specfile, based on the one autogenerated by cpanspec 1.78.