roffit/roffit.spec

45 lines
1.3 KiB
RPMSpec

Name: roffit
Version: 0.7.20151203git
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: https://github.com/bagder/roffit.git/master/roffit-%{version}.tar.bz2
#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
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.20151203git-1mamba
- update to 0.7.20151203git
* Sat Jan 08 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
- package created by autospec