package created by autospec [release 0.6-1mamba;Sat Jan 08 2011]

This commit is contained in:
Silvan Calarco 2024-01-05 17:27:36 +01:00
parent d82371258f
commit 674c163dae
2 changed files with 42 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# roffit # roffit
roffit is a tool that converts input nroff man pages to output HTML pages.

40
roffit.spec Normal file
View File

@ -0,0 +1,40 @@
Name: roffit
Version: 0.6
Release: 1mamba
Summary: A tool converts input nroff man pages to output HTML pages
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/roffit/
Source: http://downloads.sourceforge.net/project/roffit/roffit/%{version}/roffit-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
roffit is a tool that converts input nroff man pages to output HTML pages.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m0755 roffit %{buildroot}%{_bindir}/roffit
install -D -m0644 roffit.1 %{buildroot}%{_mandir}/man1/roffit.1
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/roffit
%{_mandir}/man1/roffit.1*
%doc CHANGES
%changelog
* Sat Jan 08 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
- package created by autospec