update to 3.0.4 [release 3.0.4-1mamba;Sun Dec 01 2019]
This commit is contained in:
parent
2138ee0734
commit
6718124e97
23
abiword.spec
23
abiword.spec
@ -1,7 +1,8 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
%define docsversion 3.0.1
|
||||
|
||||
Name: abiword
|
||||
Version: 3.0.2
|
||||
Version: 3.0.4
|
||||
Release: 1mamba
|
||||
Summary: A free word processing program
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -10,7 +11,7 @@ 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
|
||||
Source1: http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-docs-%{version}.tar.gz
|
||||
Source1: http://www.abisource.com/downloads/abiword/%{docsversion}/source/%{name}-docs-%{docsversion}.tar.gz
|
||||
#Source2: http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-extras-%{version}.tar.gz
|
||||
#Source3: http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-plugins-%{version}.tar.gz
|
||||
Source4: abiword.mime
|
||||
@ -37,7 +38,7 @@ BuildRequires: libcairo-devel
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libcroco-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdb51-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libenchant-devel
|
||||
@ -78,7 +79,7 @@ BuildRequires: libsasl-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtidy-devel
|
||||
BuildRequires: libtidy-html5-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwmf-devel
|
||||
BuildRequires: libwv-devel
|
||||
@ -168,16 +169,18 @@ autoreconf --force --install
|
||||
#% configure --with-abiword=..
|
||||
#%make ABIWORD=`pwd`/../src/wp/main/unix/abiword
|
||||
|
||||
#cd abiword-docs-%{version}
|
||||
#% configure --with-abiword=..
|
||||
#% make ABIWORD=`pwd`/../src/wp/main/unix/abiword
|
||||
cd abiword-docs-%{docsversion}
|
||||
%configure
|
||||
#--with-abiword=..
|
||||
%make
|
||||
#ABIWORD=`pwd`/../src/wp/main/unix/abiword
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
#% makeinstall -C abiword-plugins-%{version}
|
||||
#% makeinstall -C abiword-extras-%{version}
|
||||
#% makeinstall -C abiword-docs-%{version}
|
||||
%makeinstall -C abiword-docs-%{docsversion}
|
||||
|
||||
# install the mime files
|
||||
install -D -m644 %{S:4} \
|
||||
@ -195,6 +198,7 @@ install -D -m644 %{S:4} \
|
||||
%dir %{_datadir}/abiword-%{majversion}
|
||||
%{_datadir}/abiword-%{majversion}/*
|
||||
%{_datadir}/applications/abiword.desktop
|
||||
%{_datadir}/appdata/abiword.appdata.xml
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
|
||||
%{_datadir}/telepathy/clients/AbiCollab.client
|
||||
%{_datadir}/icons/*
|
||||
@ -219,6 +223,9 @@ install -D -m644 %{S:4} \
|
||||
%{_libdir}/pkgconfig/abiword-%{majversion}.pc
|
||||
|
||||
%changelog
|
||||
* Sun Dec 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-1mamba
|
||||
- update to 3.0.4
|
||||
|
||||
* Mon Oct 24 2016 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user