Browse Source

perl-File-MMagic 1.29-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7376 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
e953469c3b
1 changed files with 10 additions and 2 deletions
  1. 10 2
      p/perl-File-MMagic/perl-File-MMagic-vl.spec

+ 10 - 2
p/perl-File-MMagic/perl-File-MMagic-vl.spec

@@ -1,12 +1,13 @@
 Summary:        file command like perl5 module
 Summary(ja):    file コマンド風 perl5 モジュール
 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/
 License:        ASL 1.0 and BSD
 Group:          Development/Libraries
 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
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -14,6 +15,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
+Packager:       iwaim
 
 %description
 This module is to guess file type from its contents like file(1)
@@ -25,6 +27,7 @@ command.
 
 %prep
 %setup -q -n File-MMagic-%{version} 
+%patch0 -p2
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor"
@@ -50,6 +53,11 @@ chmod -R u+w %{buildroot}/*
 %{_mandir}/man3/*
 
 %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
 - rebuilt with perl-5.12.3; spec revamped