automatic version update by autodist [release 0.21.5-1mamba;Fri Aug 09 2013]
This commit is contained in:
parent
346d4946b6
commit
1574276351
@ -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.
|
||||
|
||||
|
65
unrtf.spec
Normal file
65
unrtf.spec
Normal file
@ -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 <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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user