diff --git a/README.md b/README.md index 73ce64f..b2e0ca5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # abiword-docs +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. + diff --git a/abiword-docs.spec b/abiword-docs.spec new file mode 100644 index 0000000..30024c8 --- /dev/null +++ b/abiword-docs.spec @@ -0,0 +1,70 @@ +%define majver %(echo %version | cut -d. -f 1-2) + +Name: abiword-docs +Version: 3.0.0 +Release: 1mamba +Summary: Documentation for abiword, a free word processing program +Group: Documentation +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.abisource.com/ +Source0: http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: abiword-devel = %{version} +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 +%setup -q + +%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 +* Sun Dec 01 2013 Automatic Build System 3.0.0-1mamba +- automatic version update by autodist + +* Thu Dec 16 2010 Automatic Build System 2.8.6-2mamba +- automatic rebuild by autodist + +* Mon Jun 14 2010 Automatic Build System 2.8.6-1mamba +- automatic update to 2.8.6 by autodist + +* Mon May 31 2010 Automatic Build System 2.8.5-1mamba +- automatic update to 2.8.5 by autodist + +* Thu Apr 15 2010 Automatic Build System 2.8.4-1mamba +- automatic update to 2.8.4 by autodist + +* Sat Apr 03 2010 Automatic Build System 2.8.3-1mamba +- automatic update to 2.8.3 by autodist + +* Mon Feb 15 2010 Silvan Calarco 2.8.2-1mamba +- update to 2.8.2 + +* Mon Nov 16 2009 Silvan Calarco 2.8.1-1mamba +- docs package split from abiword