]> git.pld-linux.org Git - packages/perl-XML-Mini.git/commitdiff
- ported to Ra
authorankry <ankry@pld-linux.org>
Sat, 5 Apr 2003 21:55:43 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %doc

Changed files:
    perl-XML-Mini.spec -> 1.3.2.1

perl-XML-Mini.spec

index 44ae51c99a5df12a2ea28fcd1272cd73443dc65e..bd1838a57aae14a08aaeadc30fc8a70a058c65f8 100644 (file)
@@ -14,7 +14,7 @@ License:      GPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl-devel >= 5.6
-BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpm-perlprov >= 4.0.2-104
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,8 +32,7 @@ element
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
+%{__perl} Makefile.PL
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -49,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_vendorlib}/%{pdir}/*.pm
-%{perl_vendorlib}/%{pdir}/%{pnam}
+%doc Changes 
+%{perl_sitelib}/%{pdir}/*.pm
+%{perl_sitelib}/%{pdir}/%{pnam}
 %{_mandir}/man3/*
This page took 1.049399 seconds and 4 git commands to generate.