# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-Unix-Syslog Version: 1.1 Release: 50.%{__distinit}%{__distvers} Summary: Perl interface to the UNIX syslog(3) calls License: Artistic-2.0 URL: https://metacpan.org/release/Unix-Syslog Source0: https://cpan.metacpan.org/modules/by-module/Unix/Unix-Syslog-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(DynaLoader) BuildRequires: perl(Exporter) BuildRequires: perl(strict) BuildRequires: perl(vars) # Test Suite # (no additional requirements) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif # Don't "provide" private Perl libs %{?perl_default_filter} %description This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away. %prep %setup -q -n Unix-Syslog-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}' make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check make test %files %license Artistic %doc README Changes %{perl_vendorarch}/Unix/ %{perl_vendorarch}/auto/Unix/ %{_mandir}/man3/Unix::Syslog.3* %changelog * Wed Jun 12 2024 Paul Howarth - 1.1-50 - Perl 5.40 rebuild * Tue Jul 11 2023 Paul Howarth - 1.1-46 - Perl 5.38 rebuild * Thu May 18 2023 Paul Howarth - 1.1-45 - Use SPDX-format license tag * Tue May 31 2022 Paul Howarth - 1.1-43 - Perl 5.36 rebuild * Fri May 21 2021 Paul Howarth - 1.1-40 - Perl 5.34 rebuild * Wed Jun 24 2020 Paul Howarth - 1.1-37 - Perl 5.32 rebuild * Thu May 30 2019 Paul Howarth - 1.1-33 - Perl 5.30 rebuild * Wed Jun 27 2018 Paul Howarth - 1.1-30 - Perl 5.28 rebuild * Fri Aug 4 2017 Paul Howarth - 1.1-28 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section - BR: perl-devel unconditionally * Sun Oct 16 2016 Paul Howarth - 1.1-24 - BR: perl-generators where available - Simplify find command using -empty and -delete * Fri Feb 26 2016 Paul Howarth - 1.1-22 - Classify buildreqs by usage - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Tue Jun 12 2012 Paul Howarth - 1.1-10 - BR: perl(Exporter) - Don't need to remove empty directories from the buildroot - Drop support for old distributions prior to FC-3: - Don't need to define %%{perl_vendorarch} - Use DESTDIR rather than PERL_INSTALL_ROOT * Fri Jul 8 2011 Paul Howarth - 1.1-8 - Rebuild for perl 5.14.1 in Rawhide - Use %%{_fixperms} macro instead of our own %%{__chmod} incantation - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Thu Jun 24 2010 Paul Howarth - 1.1-7 - Rebuild for perl 5.12.1 in Rawhide * Fri May 28 2010 Paul Howarth - 1.1-6 - Fix dist tag for RHEL-6 Beta * Fri Mar 5 2010 Paul Howarth - 1.1-5 - Dist tag for Rawhide no longer needs special-casing * Fri Oct 2 2009 Paul Howarth - 1.1-4 - Use %%{?perl_default_filter} for provides filter * Fri Mar 6 2009 Paul Howarth - 1.1-3 - Filter out unwanted provides for perl shared objects - Update to SLES-compatible dist tag macros * Thu Nov 13 2008 Paul Howarth - 1.1-2 - Tweak dist tag macros to work on current Rawhide with three-part releasenum * Mon May 19 2008 Paul Howarth - 1.1-1 - Update to 1.1 * Thu Oct 4 2007 Paul Howarth - 1.0-1 - Update to 1.0 - License changed to Artistic 2.0 * Tue Mar 20 2007 Paul Howarth - 0.100-3 - Fix dist tag for development builds and Fedora 7 onwards - Buildreq ExtUtils::MakeMaker - Fix argument order for find with -depth * Thu Aug 31 2006 Paul Howarth - 0.100-2 - Simplify distribution-detection - Simplify compiler optimization flag setting - Don't define macros for rarely-repeated text - Don't use macros in build-time command paths, hardcode them instead - Own directories properly - Use search.cpan.org URLs * Sun Jun 5 2005 Paul Howarth - 0.100-1 - Update to 0.100 - Rewrite spec file in (mainly) Fedora Extras style - Include full URL for source - Use MODULE_COMPAT dependency style and remove explicit perl dependency * Wed Feb 9 2005 Paul Howarth - 0.99-1 - Tidy up spec file - Update to 0.99 * Thu Apr 15 2004 Paul Howarth - 0.97-3 - Added explicit perl dependency to ensure that an RPM built on a system with an updated version of perl (and hence having files installed in a place that a non-updated system won't find them) will not install on the non-updated system; in such cases, just rebuild from the source RPM - Changed distribution-identifying macros for greater portability * Mon Feb 16 2004 Paul Howarth - 0.97-2 - Unified spec file for Red Hat and Fedora Core * Tue Feb 03 2004 Paul Howarth - 0.97-1.fc1 - Initial RPM build