Group: Development/Languages/Tcl
Source: %{name}%{version}.tar.gz
Source1: expect-rpmlintrc
+Source1001: expect.manifest
%description
Expect is a tool primarily for automating interactive applications,
%prep
%setup -q -n %name%version
+cp %{SOURCE1001} .
%build
autoreconf
rm $RPM_BUILD_ROOT%_mandir/*/*passwd*
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%_prefix/bin/*
%_libdir/tcl/*
%doc %_mandir/man1/*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%_includedir/*
%doc %_mandir/man3/*