Name: pomatic Version: 1.0.3 Release: 1 Source: %{name}-%{version}.tar.gz Summary: pomatic Group: Applications/Text License: GPL BuildRoot: %{_tmppath}/%{name}-root Requires: talkfilters %description pomatic %prep %setup -q %build make %install rm -fr $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc talkfilters-i18n.spec.redhat %{_bindir}/* %{_mandir}/*/* %changelog * Sat Jul 12 2003 Nalin Dahyabhai - convert \N to \n when reading filter output - handle plural forms in .pot files - add a sample .spec doc file - add more scripts * Fri Aug 3 2001 Nalin Dahyabhai - fixup empty-string translation to include actual header information * Mon Apr 2 2001 Nalin Dahyabhai - initial CVS checkin