Summary: AsciiDoc is a human readable text document format
Name: asciidoc
Version: 8.6.9
Release: 4%{?dist}
License: GPLv2
URL: http://asciidoc.org/
Group: System Environment/Development
Vendor: VMware, Inc.
Distribution: Photon
Source0: http://sourceforge.net/projects/asciidoc/files/asciidoc/%{version}/%{name}-%{version}.tar.gz
%define sha1 asciidoc=82e574dd061640561fa0560644bc74df71fb7305
BuildArch: noarch
%description
AsciiDoc is a human readable text document format that can be easily converted to other document formats.
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir}
make %{?_smp_mflags}
%install
rm -rf %{buildroot}%{_infodir}
make DESTDIR=%{buildroot} install
%check
python tests/testasciidoc.py update
python tests/testasciidoc.py run
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/*
%{_sysconfdir}/*
%{_mandir}/*
%changelog
* Wed Sep 06 2017 Anish Swaminathan <anishs@vmware.com> 8.6.9-4
- Use system sysconfdir
* Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 8.6.9-3
- Fix arch
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 8.6.9-2
- GA - Bump release of all rpms
* Fri Jun 5 2015 Touseef Liaqat <tliaqat@vmware.com> 8.6.9-1
- Initial build. First version