2 Commits

Author SHA1 Message Date
6ce6290c11 * Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.30-2.sme
- fix build requirements
2024-03-24 18:31:03 -04:00
0b403ed781 * Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 1.30-1
- Specfile autogenerated by cpanspec 1.78.
2024-03-24 17:32:16 -04:00
5 changed files with 15 additions and 10 deletions

2
.gitattributes vendored
View File

@@ -1 +1 @@
*. filter=lfs diff=lfs merge=lfs -text
*.tar.gz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

View File

@@ -1,6 +1,4 @@
# Makefile for source rpm: daemontools
# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $
NAME := daemontools
NAME := perl-File-MMagic
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common

View File

@@ -1,9 +1,9 @@
# perl-File-MMagic
3rd Party (Maintained by Koozali) git repo for perl-File-MMagic smeserver
SMEServer Koozali local git repo for perl-File-MMagic smeserver
## Documentation
<br />https://metacpan.org/pod/File::MMagic
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />
checktype_filename(), checktype_filehandle() and checktype_contents returns string contains file type with MIME mediatype format.

View File

@@ -1,6 +1,6 @@
Name: perl-File-MMagic
Version: 1.30
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Guess file type
License: CHECK(Distributable)
Group: Development/Libraries
@@ -9,6 +9,10 @@ Source0: http://www.cpan.org/authors/id/K/KN/KNOK/File-MMagic-%{version}.
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(Test::Harness) perl(ExtUtils::Command)
BuildRequires: perl(Test)
#BuildRequires: perl(inc::Module::Install)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -45,5 +49,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.30-2.sme
- fix build requirements
* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 1.30-1
- Specfile autogenerated by cpanspec 1.78.