]> git.pld-linux.org Git - packages/perl-Chatbot-Eliza.git/commitdiff
- initial release
authorpius <pius@pld-linux.org>
Sat, 2 Oct 1999 21:49:53 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Chatbot-Eliza.spec -> 1.1

perl-Chatbot-Eliza.spec [new file with mode: 0644]

diff --git a/perl-Chatbot-Eliza.spec b/perl-Chatbot-Eliza.spec
new file mode 100644 (file)
index 0000000..57b0ed7
--- /dev/null
@@ -0,0 +1,53 @@
+%define                perl_sitelib    %(eval "`perl -V:installsitelib`"; echo $installsitelib)
+Summary:       Eliza perl module
+Summary(pl):   Modu³ perla Eliza
+Name:          perl-Chatbot-Eliza
+Version:       0.91
+Release:       3
+Copyright:     GPL
+Group:         Development/Languages/Perl
+Group(pl):     Programowanie/Jêzyki/Perl
+Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Chatbot/Chatbot-Eliza-%{version}.tar.gz
+BuildRequires: perl >= 5.005_03-10
+%requires_eq   perl
+Requires:      %{perl_sitearch}
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Chatbot-Eliza module - classic Eliza algorithm.
+
+%description -l pl
+Modu³ Chatbot-Eliza - klasyczny algorytm Eliza.
+
+%prep
+%setup -q -n Chatbot-Eliza-%{version}
+
+%build
+perl Makefile.PL
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+(
+  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Chatbot
+  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
+  mv .packlist.new .packlist
+)
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
+        README *txt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.gz deutsch* doctor* debug* simple* twobots
+
+%dir %{perl_sitelib}/Chatbot
+%{perl_sitelib}/Chatbot/Eliza.pm
+%{perl_sitearch}/auto/Chatbot
+
+%{_mandir}/man3/*
This page took 0.173852 seconds and 4 git commands to generate.