rpms/perl-Chatbot-Eliza/devel perl-Chatbot-Eliza.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Oct 27 22:21:33 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Chatbot-Eliza/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24961/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Chatbot-Eliza.spec 
Log Message:
auto-import perl-Chatbot-Eliza-1.04-2.fc6 on branch devel from perl-Chatbot-Eliza-1.04-2.fc6.src.rpm


--- NEW FILE perl-Chatbot-Eliza.spec ---
Name:           perl-Chatbot-Eliza
Version:        1.04
Release:        2%{?dist}
Summary:        Implementation of the Eliza algorithm
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Chatbot-Eliza/
Source0:        http://www.cpan.org/authors/id/J/JN/JNOLAN/Chatbot-Eliza-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module implements the classic Eliza algorithm. The original Eliza
program was written by Joseph Weizenbaum and described in the
Communications of the ACM in 1966. Eliza is a mock Rogerian
psychotherapist. It prompts for user input, and uses a simple
transformation algorithm to change user input into a follow-up question.
The program is designed to give the appearance of understanding.

%prep
%setup -q -n Chatbot-Eliza-%{version}

# quiet rpmlint :)
chmod -x *
chmod +x Chatbot

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc simple.cgi doctor.txt README simple twobots debug.cgi
%lang(de) %doc deutsch*
%lang(no) %doc norsk*
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Oct 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.04-2
- change summary
- tag certain files in %%doc with %%lang

* Thu Oct 26 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.04-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Chatbot-Eliza/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Oct 2006 22:20:55 -0000	1.1
+++ .cvsignore	27 Oct 2006 22:21:03 -0000	1.2
@@ -0,0 +1 @@
+Chatbot-Eliza-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Chatbot-Eliza/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Oct 2006 22:20:55 -0000	1.1
+++ sources	27 Oct 2006 22:21:03 -0000	1.2
@@ -0,0 +1 @@
+754199bbe591eaa11301aee108586fcd  Chatbot-Eliza-1.04.tar.gz




More information about the scm-commits mailing list