|
@@ -1,12 +1,13 @@
|
|
Summary: file command like perl5 module
|
|
Summary: file command like perl5 module
|
|
Summary(ja): file コマンド風 perl5 モジュール
|
|
Summary(ja): file コマンド風 perl5 モジュール
|
|
Name: perl-File-MMagic
|
|
Name: perl-File-MMagic
|
|
-Version: 1.27
|
|
|
|
-Release: 3%{_dist_release}
|
|
|
|
|
|
+Version: 1.29
|
|
|
|
+Release: 1%{_dist_release}
|
|
Url: http://search.cpan.org/~knok/File-MMagic/
|
|
Url: http://search.cpan.org/~knok/File-MMagic/
|
|
License: ASL 1.0 and BSD
|
|
License: ASL 1.0 and BSD
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source: http://www.perl.com/CPAN/modules/by-module/File/File-MMagic-%{version}.tar.gz
|
|
Source: http://www.perl.com/CPAN/modules/by-module/File/File-MMagic-%{version}.tar.gz
|
|
|
|
+Patch0: File-MMagic-1.29-msoffice.patch
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
@@ -14,6 +15,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
|
|
%description
|
|
%description
|
|
This module is to guess file type from its contents like file(1)
|
|
This module is to guess file type from its contents like file(1)
|
|
@@ -25,6 +27,7 @@ command.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n File-MMagic-%{version}
|
|
%setup -q -n File-MMagic-%{version}
|
|
|
|
+%patch0 -p2
|
|
|
|
|
|
%build
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor"
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor"
|
|
@@ -50,6 +53,11 @@ chmod -R u+w %{buildroot}/*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jan 21 2013 IWAI, Masaharu <iwai@alib.jp> 1.29-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add fix Microsoft Office patch (Patch0): from upstream VCS
|
|
|
|
+- add Packager: iwaim
|
|
|
|
+
|
|
* Mon Mar 12 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.27-3
|
|
* Mon Mar 12 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.27-3
|
|
- rebuilt with perl-5.12.3; spec revamped
|
|
- rebuilt with perl-5.12.3; spec revamped
|
|
|
|
|