2024-01-05 20:08:11 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
|
|
|
|
Name: abiword-docs
|
2024-01-05 20:08:11 +01:00
|
|
|
Version: 3.0.2
|
2024-01-05 20:08:11 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Documentation for abiword, a free word processing program
|
|
|
|
Group: Documentation
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.abisource.com/
|
|
|
|
Source0: http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
AbiWord is a free word processing program similar to Microsoft Word.
|
|
|
|
It is suitable for typing papers, letters, reports, memos, and so forth.
|
|
|
|
|
|
|
|
This package contains the documentation for this software.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 20:08:11 +01:00
|
|
|
%setup -q -n abiword-docs-3.0.1
|
2024-01-05 20:08:11 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/abiword-%{majver}/help
|
|
|
|
%{_datadir}/abiword-%{majver}/help/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:08:11 +01:00
|
|
|
* Sat Jan 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- update to 3.0.2
|
|
|
|
|
2024-01-05 20:08:11 +01:00
|
|
|
* Sat Jan 17 2015 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:08:11 +01:00
|
|
|
* Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Automatic Build System <autodist@mambasoft.it> 2.8.6-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Mon Jun 14 2010 Automatic Build System <autodist@mambasoft.it> 2.8.6-1mamba
|
|
|
|
- automatic update to 2.8.6 by autodist
|
|
|
|
|
|
|
|
* Mon May 31 2010 Automatic Build System <autodist@mambasoft.it> 2.8.5-1mamba
|
|
|
|
- automatic update to 2.8.5 by autodist
|
|
|
|
|
|
|
|
* Thu Apr 15 2010 Automatic Build System <autodist@mambasoft.it> 2.8.4-1mamba
|
|
|
|
- automatic update to 2.8.4 by autodist
|
|
|
|
|
|
|
|
* Sat Apr 03 2010 Automatic Build System <autodist@mambasoft.it> 2.8.3-1mamba
|
|
|
|
- automatic update to 2.8.3 by autodist
|
|
|
|
|
|
|
|
* Mon Feb 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.2-1mamba
|
|
|
|
- update to 2.8.2
|
|
|
|
|
|
|
|
* Mon Nov 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1mamba
|
|
|
|
- docs package split from abiword
|