From 15742763516d218285bc2aa6802e1afe1bb423e9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:50:06 +0100 Subject: [PATCH] automatic version update by autodist [release 0.21.5-1mamba;Fri Aug 09 2013] --- README.md | 2 ++ unrtf.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 unrtf.spec diff --git a/README.md b/README.md index 11b5c94..3d2036b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # unrtf +UnRTF is a command-line program written in C which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, and other formats. + diff --git a/unrtf.spec b/unrtf.spec new file mode 100644 index 0000000..8744ca8 --- /dev/null +++ b/unrtf.spec @@ -0,0 +1,65 @@ +Name: unrtf +Version: 0.21.5 +Release: 1mamba +Summary: A tool to convert documents in Rich Text format to HTML, LaTeX, PostScript, and other formats +Group: Applications/Publishing +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.gnu.org/software/unrtf/unrtf.html +Source: http://ftp.gnu.org/gnu/unrtf/%{name}-%{version}.tar.gz +License: GPL +BuildRequires: glibc-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +UnRTF is a command-line program written in C which converts documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript, and other formats. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/unrtf +%dir %{_datadir}/unrtf +%{_datadir}/unrtf/SYMBOL.charmap +%{_datadir}/unrtf/*.conf +%{_mandir}/man1/unrtf.* +%doc AUTHORS COPYING +#NEWS README + +%changelog +* Fri Aug 09 2013 Automatic Build System 0.21.5-1mamba +- automatic version update by autodist + +* Sat Jun 22 2013 Automatic Build System 0.21.4-1mamba +- automatic version update by autodist + +* Thu Jan 31 2013 Automatic Build System 0.21.3-1mamba +- automatic version update by autodist + +* Thu Jul 21 2011 Automatic Build System 0.21.2-1mamba +- update to 0.21.2 + +* Sat Jan 23 2010 Automatic Build System 0.21.1-1mamba +- automatic update by autodist + +* Tue Feb 03 2009 Silvan Calarco 0.21.0-1mamba +- automatic update by autodist + +* Tue Jan 08 2008 Aleph0 0.20.5-1mamba +- update to 0.20.5 + +* Tue Dec 27 2005 Alessandro Ramazzina 0.19.7-1qilnx +- package created by autospec