]> git.pld-linux.org Git - packages/perl-Chatbot-Eliza.git/blobdiff - perl-Chatbot-Eliza.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/perl-Chatbot-Eliza.git] / perl-Chatbot-Eliza.spec
index b688bc7d9ac9a4a2a27202d3abc09f90aa2aca43..3d15a616df7451f39177134e2659343296249507 100644 (file)
@@ -4,13 +4,14 @@
 Summary:       Eliza perl module
 Summary(pl):   Modu³ perla Eliza
 Name:          perl-Chatbot-Eliza
-Version:       0.97
-Release:       5
+Version:       1.04
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.6
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 754199bbe591eaa11301aee108586fcd
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: perl-devel >= 5.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,7 +25,8 @@ Modu
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
 %install
@@ -38,6 +40,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README *txt twobots
-%dir %{perl_sitelib}/Chatbot
-%{perl_sitelib}/Chatbot/Eliza.pm
+%dir %{perl_vendorlib}/Chatbot
+%{perl_vendorlib}/Chatbot/Eliza.pm
 %{_mandir}/man3/*
This page took 0.044348 seconds and 4 git commands to generate.