Compare commits
2 Commits
1_30-1
...
1_30-2_el8
Author | SHA1 | Date | |
---|---|---|---|
6ce6290c11 | |||
0b403ed781 |
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1 @@
|
|||||||
*. filter=lfs diff=lfs merge=lfs -text
|
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Binary file not shown.
4
Makefile
4
Makefile
@@ -1,6 +1,4 @@
|
|||||||
# Makefile for source rpm: daemontools
|
NAME := perl-File-MMagic
|
||||||
# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $
|
|
||||||
NAME := daemontools
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
|
10
README.md
10
README.md
@@ -1,9 +1,9 @@
|
|||||||
# perl-File-MMagic
|
# 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
|
## Description
|
||||||
|
checktype_filename(), checktype_filehandle() and checktype_contents returns string contains file type with MIME mediatype format.
|
||||||
<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 />
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Name: perl-File-MMagic
|
Name: perl-File-MMagic
|
||||||
Version: 1.30
|
Version: 1.30
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Guess file type
|
Summary: Guess file type
|
||||||
License: CHECK(Distributable)
|
License: CHECK(Distributable)
|
||||||
Group: Development/Libraries
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
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))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,5 +49,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 1.30-1
|
||||||
- Specfile autogenerated by cpanspec 1.78.
|
- Specfile autogenerated by cpanspec 1.78.
|
||||||
|
Reference in New Issue
Block a user