]> git.pld-linux.org Git - packages/perl-Quota.git/commitdiff
- up to 1.4.8
authormigo <migo@pld-linux.org>
Sun, 29 Jun 2003 12:59:19 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- perl-5.8.0 ready

Changed files:
    perl-Quota.spec -> 1.39

perl-Quota.spec

index a241ffa4c5e4865c712d3113507c6a37c36c92fb..50593639dcf187eb99f87d182bee25ff6cd4fc15 100644 (file)
@@ -8,15 +8,15 @@
 Summary:       Quota - Perl interface to file system quotas
 Summary(pl):   Quota - perlowy interfejs do quot systemów plików
 Name:          perl-Quota
-Version:       1.4.6
+Version:       1.4.8
 Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-# Source0-md5: ae003bfc39148f15e16c4d5b5d4d2c00
+# Source0-md5: d4b4e592f900c0cdd6bb20628fe473ec
 Patch0:                %{name}-paths.patch
 BuildRequires: perl-devel >= 5.6.1
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,7 +40,8 @@ quotactl wymaga jako parametru) odpowiadaj
 %patch0 -p0
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make} OPTIMIZE="%{rpmcflags}"
 
 # test is interactive
@@ -60,11 +61,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README
-%{perl_sitearch}/Quota.pm
-%dir %{perl_sitearch}/auto/Quota
-%{perl_sitearch}/auto/Quota/autosplit.ix
-%{perl_sitearch}/auto/Quota/Quota.bs
-%attr(755,root,root) %{perl_sitearch}/auto/Quota/Quota.so
+%{perl_vendorarch}/Quota.pm
+%dir %{perl_vendorarch}/auto/Quota
+%{perl_vendorarch}/auto/Quota/autosplit.ix
+%{perl_vendorarch}/auto/Quota/Quota.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Quota/Quota.so
 %{_mandir}/man3/*
 %dir %{_examplesdir}/%{name}-%{version}
 %{_examplesdir}/%{name}-%{version}/[Rqr]*
This page took 0.153108 seconds and 4 git commands to generate.