package created by autospec [release 0.6-1mamba;Sat Jan 08 2011]
This commit is contained in:
parent
d82371258f
commit
674c163dae
@ -1,2 +1,4 @@
|
||||
# roffit
|
||||
|
||||
roffit is a tool that converts input nroff man pages to output HTML pages.
|
||||
|
||||
|
40
roffit.spec
Normal file
40
roffit.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user