]> git.pld-linux.org Git - packages/perl-File-MMagic.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 19:09:09 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-File-MMagic.spec -> 1.17

perl-File-MMagic.spec

index 53e2e8311fffcca321f1a05d621f34a97c57723e..f2f4587c7f2c171ba4864557f8b2867225a1d0fc 100644 (file)
@@ -21,11 +21,11 @@ Summary(sv):        En Perl-modul som gissar filtyper utg
 Summary(zh_CN):        Ò»¸ö¸ù¾ÄÚȲ²âÎļþÀàÐ͵ĠPerl Ä£¿é¡£
 Name:          perl-File-MMagic
 Version:       1.16
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl-devel >= 5.6.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -91,7 +91,8 @@ fungerar.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -106,5 +107,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.en ChangeLog
-%{perl_sitelib}/File/*
+%{perl_vendorlib}/File/*
 %{_mandir}/man3/*
This page took 0.169 seconds and 4 git commands to generate.