automatic version update by autodist [release 3.0.0-1mamba;Sun Dec 01 2013]
This commit is contained in:
parent
8d67225276
commit
e1f6f69a29
@ -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.
|
||||
|
||||
|
70
abiword-docs.spec
Normal file
70
abiword-docs.spec
Normal file
@ -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 <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
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user