68 lines
1.5 KiB
RPMSpec
68 lines
1.5 KiB
RPMSpec
|
Name: mandoc
|
||
|
Version: 1.14.6
|
||
|
Release: 1mamba
|
||
|
Summary: A suite of tools compiling mdoc from the OpenBSD project
|
||
|
Group: Applications/Publishing
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://mdocml.bsd.lv
|
||
|
Source: https://mandoc.bsd.lv/snapshots/mandoc-%{version}.tar.gz
|
||
|
Source1: mandoc-configure.local
|
||
|
License: ISC
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
A suite of tools compiling mdoc from the OpenBSD project.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
cp %{SOURCE1} configure.local
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
|
||
|
%{_bindir}/demandoc
|
||
|
%{_bindir}/makewhatis
|
||
|
%{_bindir}/mandoc
|
||
|
%{_bindir}/mapropos
|
||
|
%{_bindir}/mman
|
||
|
%{_bindir}/msoelim
|
||
|
%{_bindir}/mwhatis
|
||
|
%{_mandir}/man1/demandoc.1*
|
||
|
%{_mandir}/man1/mandoc.1*
|
||
|
%{_mandir}/man1/mapropos.1*
|
||
|
%{_mandir}/man1/mman.1*
|
||
|
%{_mandir}/man1/msoelim.1*
|
||
|
%{_mandir}/man1/mwhatis.1*
|
||
|
%{_mandir}/man5/man.conf.5*
|
||
|
%{_mandir}/man5/mandoc.db.5*
|
||
|
%{_mandir}/man7/eqn.7*
|
||
|
%{_mandir}/man7/mandoc_char.7*
|
||
|
%{_mandir}/man7/mandoc_man.7*
|
||
|
%{_mandir}/man7/mandoc_mdoc.7*
|
||
|
%{_mandir}/man7/mandoc_roff.7*
|
||
|
%{_mandir}/man7/tbl.7*
|
||
|
%{_mandir}/man8/makewhatis.8*
|
||
|
%doc LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Tue Mar 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.6-1mamba
|
||
|
- package created using the webbuild interface
|