source: projects/specs/trunk/p/perl-File-MMagic/perl-File-MMagic-vl.spec @ 9064

Revision 9064, 4.0 KB checked in by inagaki, 9 years ago (diff)

2014-11-06 Ryoichi INAGAKI <ryo1@…>

  • perl-File-BaseDir?: rebuilt
  • perl-File-Find-Rule[-Perl], perl-File-HomeDir?, perl-File-MMagic, perl-Spiffy: updated


Line 
1Summary:        file command like perl5 module
2Summary(ja):    file コマンド風 perl5 モジュール
3Name:           perl-File-MMagic
4Version:        1.30
5Release:        1%{_dist_release}
6License:        ASL 1.0 and BSD
7Group:          Development/Libraries
8URL:            http://search.cpan.org/~knok/File-MMagic/
9
10Source0:        http://www.perl.com/CPAN/modules/by-module/File/File-MMagic-%{version}.tar.gz
11#Patch0:         File-MMagic-1.29-msoffice.patch
12
13BuildArch:      noarch
14Buildroot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  perl(ExtUtils::MakeMaker)
16Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       iwaim
21
22%description
23This module is to guess file type from its contents like file(1)
24command.
25
26%description -l ja
27このモジュールは、file(1)コマンドに相当する機能、すなわちファイルの内
28容からその種類を推測するためのものです。
29
30%prep
31%setup -q -n File-MMagic-%{version}
32#patch0 -p2
33
34%build
35CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor"
36make
37
38%check
39make test
40
41%install
42[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
43make pure_install PERL_INSTALL_ROOT=%{buildroot}
44find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
45find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
46chmod -R u+w %{buildroot}/*
47
48%clean
49[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc COPYING README.en README.ja ChangeLog
54%{perl_vendorlib}/*
55%{_mandir}/man3/*
56
57%changelog
58* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.30-1
59- updated to 1.30
60- built with perl 5.16.3
61
62* Mon Jan 21 2013 IWAI, Masaharu <iwai@alib.jp> 1.29-1
63- new upstream release
64- add fix Microsoft Office patch (Patch0): from upstream VCS
65- add Packager: iwaim
66
67* Mon Mar 12 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.27-3
68- rebuilt with perl-5.12.3; spec revamped
69
70* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> 1.27-2vl5
71- spec in utf-8
72
73* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.27-1vl5
74- rebuilt with perl 5.10.0
75- applied new versioning policy
76
77* Wed Sep 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.27-0vl2
78- chaneged Group to Development/Libraries
79
80* Sun May 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.27-0vl1
81- new upstrean release
82- chaneged Group to Development/Languages
83
84* Mon Nov 29 2004 IWAI, Masaharu <iwai@alib.jp> 1.22-0vl2
85- rebuild on perl-5.8.6-0vl1
86- add many documents: COPYING, README.en, README.ja and ChangeLog
87- add Url tag
88- change build arch: noarch
89
90* Fri Sep 17 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.22-0vl1
91- updated to 1.22
92- Requires: perl >= 1:5.8.2
93
94* Tue May 11 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.21-1vl1
95- updated to 1.21
96- s/Copyright/License/
97- changed Group:Applications/CPAN (based on Fedora)
98
99* Wed Dec 10 2003 IWAI, Masaharu <iwai@alib.jp> 1.16-3vl2
100- build with perl-5.8.2
101- add %%{perl_sitelib}/File directory in %%files
102
103* Fri May 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
104- 1.16-3vl1:
105- synced with rawhide
106  * Tue Dec 10 2002 Chip Turner <cturner@redhat.com>
107  - update to latest version from CPAN
108 
109  * Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
110  - automated release bump and build
111 
112  * Tue Aug  6 2002 Chip Turner <cturner@localhost.localdomain>
113  - update to 1.15
114 
115  * Fri Dec 7 2001 root <root@redhat.com>
116  - Spec file was autogenerated.
117
118* Sat Jun 16 2001 <sagami@vinelinux.org>
119- 1.12-0vl3: correct Group
120
121* Sat Jun 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
122- 1.12-0vl2
123- rebuilt with perl-5.6.1
124
125* Wed Jun 13 2001 Jun Nishii <jun@vinelinux.org> 1.12-0vl1
126- ver.up
127- modify for Vine
128       
129* Fri Dec 31 1999 Ryuji Abe <raeva@t3.rim.or.jp>
130- Installed correctly directories.
131
132* Sat Dec 11 1999 Ryuji Abe <raeva@t3.rim.or.jp>
133- Rebuild for RHL-6.1.
134
135* Thu Dec 02 1999 Ryuji Abe <raeva@t3.rim.or.jp>
136- Specified Obsoletes: File-MMagic.
137
138* Wed Dec 01 1999 Ryuji Abe <raeva@t3.rim.or.jp>
139- Fixed package name (Added prefix `perl-').
140
141* Thu Sep 09 1999 Ryuji Abe <raeva@t3.rim.or.jp>
142- First build.
Note: See TracBrowser for help on using the repository browser.