78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
Name: unrtf
|
|
Version: 0.21.10
|
|
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 <aleph0@openmamba.org>
|
|
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
|
|
* Sun Nov 25 2018 Automatic Build System <autodist@mambasoft.it> 0.21.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 01 2015 Automatic Build System <autodist@mambasoft.it> 0.21.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 01 2015 Automatic Build System <autodist@mambasoft.it> 0.21.8-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Dec 17 2014 Automatic Build System <autodist@mambasoft.it> 0.21.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 09 2013 Automatic Build System <autodist@mambasoft.it> 0.21.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 22 2013 Automatic Build System <autodist@mambasoft.it> 0.21.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 0.21.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 0.21.2-1mamba
|
|
- update to 0.21.2
|
|
|
|
* Sat Jan 23 2010 Automatic Build System <autodist@mambasoft.it> 0.21.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Feb 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Jan 08 2008 Aleph0 <aleph0@openmamba.org> 0.20.5-1mamba
|
|
- update to 0.20.5
|
|
|
|
* Tue Dec 27 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.19.7-1qilnx
|
|
- package created by autospec
|