ace4550
%define bigversion 3.0
ace4550
%define docsversion 3.0.1
9d8130a
4a03381
Name: abiword
f0e2a4d
Version: 3.0.5
57149a8
Release: 9%{?dist}
4a03381
Epoch: 1
ace4550
Summary: Word processing program
457c6b5
License: GPL-2.0-or-later
04fe124
URL: http://www.abisource.com/
04fe124
9d8130a
Source0: http://abisource.com/downloads/abiword/%{version}/source/abiword-%{version}.tar.gz
ace4550
Source1: http://abisource.com/downloads/abiword/%{version}/source/abiword-docs-%{docsversion}.tar.gz
4a03381
Source11: abiword.mime
e927801
Source12: abiword.keys
e927801
Source13: abiword.xml
41749cb
57149a8
ExcludeArch:    %{ix86}
57149a8
04fe124
Patch0: abiword-2.6.0-windowshelppaths.patch
04fe124
Patch1: abiword-2.8.3-desktop.patch
04fe124
Patch2: abiword-2.6.0-boolean.patch
f154758
Patch3: abiword-3.0.0-librevenge.patch
ace4550
Patch4: abiword-3.0.2-explicit-python.patch
6b1444b
Patch5: abiword-3.0.4-pygobject.patch
04fe124
04fe124
BuildRequires: aiksaurus-devel
04fe124
BuildRequires: aiksaurus-gtk-devel
04fe124
BuildRequires: asio-devel
f6c4fa0
# Needed while explicit-python.patch touches gi-overrides/Makefile.am
f6c4fa0
BuildRequires: automake
04fe124
BuildRequires: bison
04fe124
BuildRequires: boost-devel
04fe124
BuildRequires: bzip2-devel
04fe124
BuildRequires: cairo-devel
04fe124
BuildRequires: dbus-glib-devel
04fe124
BuildRequires: desktop-file-utils
04fe124
BuildRequires: enchant-devel
04fe124
BuildRequires: flex
04fe124
BuildRequires: fribidi-devel
2faf172
BuildRequires: gcc-c++
6d6db2d
BuildRequires: gobject-introspection-devel
2b401d0
BuildRequires: goffice-devel
04fe124
BuildRequires: gtk3-devel
ace4550
# Probably because it's gtk2 based
6b1444b
#BuildRequires: gtkmathview-devel
1d009a9
BuildRequires: libgcrypt-devel
04fe124
BuildRequires: libgsf-devel
04fe124
BuildRequires: libpng-devel
c241d3f
BuildRequires: librevenge-devel
04fe124
BuildRequires: librsvg2-devel
04fe124
BuildRequires: libsoup-devel
04fe124
BuildRequires: libwmf-devel
04fe124
BuildRequires: libwpd-devel
04fe124
BuildRequires: libwpg-devel
04fe124
BuildRequires: libxslt-devel
04fe124
BuildRequires: link-grammar-devel
04fe124
BuildRequires: loudmouth-devel
04fe124
BuildRequires: ots-devel
6b1444b
BuildRequires: pkgconf-pkg-config
1482cf1
BuildRequires: pkgconfig(libwps-0.4)
04fe124
BuildRequires: poppler-devel
04fe124
BuildRequires: popt-devel
6b1444b
BuildRequires: python3-gobject
6b1444b
BuildRequires: python3-devel
6b1444b
BuildRequires: python3-setuptools
04fe124
BuildRequires: readline-devel
04fe124
BuildRequires: t1lib-devel
04fe124
BuildRequires: telepathy-glib-devel
04fe124
BuildRequires: wv-devel
04fe124
BuildRequires: zlib-devel
447b7a3
BuildRequires: make
04fe124
c704fb5
Requires: libabiword = %{epoch}:%{version}-%{release}
41749cb
Requires: python3-gobject-base
a61c94b
a61c94b
%description
a61c94b
AbiWord is a cross-platform Open Source word processor. It is full-featured,
a61c94b
while still remaining lean.
a61c94b
04fe124
a61c94b
%package -n libabiword
a61c94b
Summary: Library for developing applications based on AbiWord's core
4a03381
dc0cbd1
%description -n libabiword
a61c94b
Library for developing applications based on AbiWord's core.
4a03381
04fe124
a61c94b
%package -n libabiword-devel
a61c94b
Summary: Files for developing with libabiword
4393742
Requires: libabiword = %{epoch}:%{version}-%{release}
4a03381
a61c94b
%description -n libabiword-devel
a61c94b
Includes and definitions for developing with libabiword.
9d8130a
6d6db2d
6b1444b
%package -n python3-abiword
6b1444b
%{?python_provide:%python_provide python3-abiword}
6d6db2d
Summary: Python bindings for developing with libabiword
6d6db2d
Requires: libabiword = %{epoch}:%{version}-%{release}
6d6db2d
6b1444b
%description -n python3-abiword
6d6db2d
Python bindings for developing with libabiword
6d6db2d
6d6db2d
4a03381
%prep
9d8130a
# setup abiword
8d0823f
%setup -q -a 1
89cda70
89cda70
# patch abiword
73b1a7b
%patch1 -p1 -b .desktop
9d8130a
%patch2 -p1 -b .boolean
f154758
%patch3 -p0 -b .librevenge
ace4550
%patch4 -p1 -b .explicit_python
6b1444b
%patch5 -p1 -b .pygo
9d8130a
9d8130a
# setup abiword documentation
ace4550
pushd abiword-docs-%{docsversion}
9d8130a
%patch0 -p1 -b .windowshelppaths
ace4550
# some of the help dirs have bad perms (#109261)
ace4550
find . -type d -exec chmod -c o+rx {} \;
ace4550
popd
9d8130a
4a03381
%build
f6c4fa0
# Needed while explicit-python.patch touches gi-overrides/Makefile.am
f6c4fa0
aclocal
f6c4fa0
automake
4d3e793
0d468c8
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS -DASIO_ENABLE_BOOST"
2cdf9b2
%configure \
2cdf9b2
  --enable-plugins --enable-clipart --enable-templates --enable-introspection \
2cdf9b2
  --with-gir-dir=%{_datadir}/gir-1.0 --with-typelib-dir=%{_libdir}/girepository-1.0
6b1444b
%{make_build} V=1
9d8130a
9d8130a
# build the documentation
ace4550
pushd abiword-docs-%{docsversion}
89cda70
ABI_DOC_PROG=$(pwd)/../%{name}-%{version}/src/abiword ./make-html.sh
ace4550
popd
4a03381
4a03381
%install
2cdf9b2
%{make_install} overridesdir=%{python3_sitelib}/gi/overrides
9d8130a
9d8130a
# install the documentation
ace4550
pushd abiword-docs-%{docsversion}
ace4550
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{bigversion}/AbiWord/help
ace4550
cp -rp help/* $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{bigversion}/AbiWord/help/
ace4550
popd
4a03381
04fe124
install -p -m 0644 -D %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.mime
04fe124
install -p -m 0644 -D %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mime-info/abiword.keys
04fe124
install -p -m 0644 -D %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/mime/packages/abiword.xml
4a03381
04fe124
# Remove libtool archives and static libs
f154758
find %{buildroot} -name '*.la' -delete
f154758
find %{buildroot} -name '*.a' -delete
4a03381
36022de
%ldconfig_scriptlets -n libabiword
e2668f6
4a03381
%files
4a03381
%{_bindir}/abiword
Richard Hughes 9c79c12
%{_datadir}/appdata/*.appdata.xml
883c14b
%{_datadir}/applications/*.desktop
e927801
%{_datadir}/mime-info/abiword.mime
e927801
%{_datadir}/mime-info/abiword.keys
e927801
%{_datadir}/mime/packages/abiword.xml
f154758
%{_datadir}/icons/hicolor/*/apps/abiword.png
f154758
%{_datadir}/icons/hicolor/scalable/apps/abiword.svg
6fe85e5
# Abiword help
ace4550
%{_datadir}/%{name}-%{bigversion}/AbiWord
2cdf9b2
%{_mandir}/man1/abiword.1*
a61c94b
a61c94b
%files -n libabiword
ace4550
%license COPYING COPYRIGHT.TXT
ace4550
%{_libdir}/libabiword-%{bigversion}.so
f154758
%{_libdir}/libAiksaurusGtk3*
ace4550
%{_libdir}/%{name}-%{bigversion}
6d6db2d
%{_libdir}/girepository-1.0/Abi-3.0.typelib
ace4550
%{_datadir}/%{name}-%{bigversion}
04fe124
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
04fe124
%{_datadir}/telepathy/clients/AbiCollab.client
6fe85e5
# Abiword help - included in GUI app
ace4550
%exclude %{_datadir}/%{name}-%{bigversion}/AbiWord
a61c94b
a61c94b
%files -n libabiword-devel
ace4550
%{_includedir}/%{name}-%{bigversion}
ace4550
%{_libdir}/pkgconfig/%{name}-%{bigversion}.pc
6d6db2d
%{_datadir}/gir-1.0/Abi-3.0.gir
6d6db2d
6b1444b
%files -n python3-abiword
2cdf9b2
%pycached %{python3_sitelib}/gi/overrides/Abi.py
9d8130a
4a03381
%changelog
57149a8
* Sat Nov 04 2023 Gwyn Ciesla <gwync@protonmail.com> 1:3.0.5-9
57149a8
- Drop i386 on f40+
57149a8
52591f2
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-8
52591f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
52591f2
eee51f8
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1:3.0.5-7
eee51f8
- Rebuilt for Python 3.12
eee51f8
457c6b5
* Wed Mar 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:3.0.5-6
457c6b5
- migrated to SPDX license
457c6b5
1686779
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-5
1686779
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
1686779
aaec86d
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-4
aaec86d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
aaec86d
2532877
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:3.0.5-3
2532877
- Rebuilt for Python 3.11
2532877
3ac733d
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-2
3ac733d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3ac733d
f0e2a4d
* Sat Oct 23 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1:3.0.5-1
f0e2a4d
- Update to 3.0.5
f0e2a4d
b32100e
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.4-11
b32100e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b32100e
9dd0156
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:3.0.4-10
9dd0156
- Rebuilt for Python 3.10
9dd0156
0ec4694
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.4-9
0ec4694
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0ec4694
5ca8529
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.4-8
5ca8529
- Second attempt - Rebuilt for
5ca8529
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5ca8529
0d468c8
* Mon Jul 27 2020 Jeff Law <law@redhat.com> - 1:3.0.4-7
0d468c8
- Force C++14 as the code is not ready for C++17
0d468c8
a5d5f75
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.4-6
a5d5f75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a5d5f75
38cd4bc
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:3.0.4-5
38cd4bc
- Rebuilt for Python 3.9
38cd4bc
ace4550
* Sun Feb  2 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.4-4
ace4550
- More packaging cleanups and fixes
ace4550
41749cb
* Wed Jan 29 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.4-3
41749cb
- Packaging cleanups and fixes
41749cb
99b56fc
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.4-2
99b56fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
99b56fc
6b1444b
* Fri Nov 29 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.4-1
6b1444b
- Update to 3.0.4
6b1444b
- Move to python3 gobject introspection bindings
af40d2a
- Disable gtkmathview plugins until requires issue is fixed
6b1444b
9da8b49
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-21
9da8b49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9da8b49
d849572
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.0.2-20
d849572
- Rebuild for readline 8.0
d849572
baa0314
* Fri Feb 01 2019 Caolán McNamara <caolanm@redhat.com> - 1:3.0.2-19
baa0314
- Rebuilt for fixed libwmf soname
baa0314
3fd463e
* Fri Feb 01 2019 Björn Esser <besser82@fedoraproject.org> - 1:3.0.2-18
3fd463e
- Add patch to explicitly use python2 (#1671692)
3fd463e
24b836a
* Fri Feb 01 2019 Björn Esser <besser82@fedoraproject.org> - 1:3.0.2-17
24b836a
- Rebuilt for libwmf soname bump
24b836a
eac3def
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-16
eac3def
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
eac3def
d87466d
* Tue Jul 17 2018 Miro Hrončok <mhroncok@redhat.com> - 1:3.0.2-15
d87466d
- Update Python macros to new packaging standards
d87466d
  (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package)
d87466d
cb7c84a
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-14
cb7c84a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
cb7c84a
643886b
* Wed Feb 28 2018 Caolán McNamara <caolanm@redhat.com> - 1:3.0.2-13
643886b
- rebuild for fribidi
643886b
09ac068
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:3.0.2-12
09ac068
- Update Python 2 dependency declarations to new packaging standards
09ac068
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
09ac068
b2119bb
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-11
b2119bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b2119bb
c4cf962
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.0.2-10
c4cf962
- Remove obsolete scriptlets
c4cf962
af79af3
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:3.0.2-9
af79af3
- Python 2 binary package renamed to python2-abiword
af79af3
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
af79af3
04a3df8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-8
04a3df8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
04a3df8
5d90ad5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-7
5d90ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5d90ad5
6eba5d5
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.2-6
6eba5d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
6eba5d5
0d7cffe
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-5
0d7cffe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0d7cffe
Igor Gnatenko 1e57ee2
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:3.0.2-4
Igor Gnatenko 1e57ee2
- Rebuild for readline 7.x
Igor Gnatenko 1e57ee2
6a88dfb
* Wed Dec  7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.2-3
6a88dfb
- Fix the black drawing regression with Gtk3.22
6a88dfb
e2668f6
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.2-2
e2668f6
- Run ldconfig for libabiword
e2668f6
6f53798
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.2-1
6f53798
- Update to 3.0.2 stable
6f53798
35523bd
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.1-12
35523bd
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
35523bd
4d3e793
* Sun Apr 10 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.1-11
4d3e793
- fix parallel build (thanks yselkowi) rhbz 1214395
4d3e793
c0d6dff
* Sun Apr 10 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.1-10
c0d6dff
- Add patches to fix building with newer gnutls and gcc6
c0d6dff
- Add patch to fix Wordperfect support
c0d6dff
41617ae
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.1-9
41617ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
41617ae
280bf81
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.1-8
280bf81
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
280bf81
1c31eab
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1:3.0.1-7
1c31eab
- rebuild for Boost 1.58
1c31eab
4ca470e
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.1-6
4ca470e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4ca470e
96ed9e8
* Sat Jun 06 2015 David Tardon <dtardon@redhat.com> - 1:3.0.1-5
96ed9e8
- really enable WordPerfect import
96ed9e8
- enable MS Works import
96ed9e8
849cb14
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.0.1-4
849cb14
- Rebuilt for GCC 5 C++11 ABI change
849cb14
Richard Hughes 9c79c12
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1:3.0.1-3
Richard Hughes 9c79c12
- Add an AppData file for the software center
Richard Hughes 9c79c12
Petr Machata 2eb4cbf
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1:3.0.1-2
Petr Machata 2eb4cbf
- Rebuild for boost 1.57.0
Petr Machata 2eb4cbf
f154758
* Wed Dec 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.1-1
f154758
- Update to 3.0.1 stable
f154758
6559a1e
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.0-14
6559a1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6559a1e
f7b8712
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.0.0-13
f7b8712
- Rebuilt for gobject-introspection 1.41.4
f7b8712
Rex Dieter ba7be8d
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1:3.0.0-12
Rex Dieter ba7be8d
- update scriptlets (mimeinfo mostly)
Rex Dieter ba7be8d
5dfd4cb
* Mon Jun 30 2014 Jon Ciesla <limburgher@gmail.com> - 1:3.0.0-11
bafae00
- Corrected and second patches from Linas Vepstas.
5dfd4cb
c241d3f
* Tue Jun 24 2014 Jon Ciesla <limburgher@gmail.com> - 1:3.0.0-10
cf47a09
- Rebuild for new link-grammar, with patch for API change.
c241d3f
- Add librevenge BuildRequires, modified patch for current librevenge header placement.
c241d3f
df1d006
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.0-9
df1d006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
df1d006
b80ffb4
* Tue May 27 2014 David Tardon <dtardon@redhat.com> - 1:3.0.0-8
b80ffb4
- switch to librevenge-based import libs
b80ffb4
Petr Machata af7619d
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1:3.0.0-7
Petr Machata af7619d
- Rebuild for boost 1.55.0
Petr Machata af7619d
241638a
* Tue Apr 22 2014 Tomáš Mráz <tmraz@redhat.com> - 1:3.0.0-6
241638a
- Rebuild for new libgcrypt
241638a
cf8678f
* Sat Feb 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-5
cf8678f
- Add patch to fix redraw issues of ruler
cf8678f
491567a
* Mon Nov  4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-4
491567a
- Add patch to fix libabiword_init annotation
491567a
cf7e1f3
* Fri Oct 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-3
cf7e1f3
- Update icon cache on install/update/erase
cf7e1f3
2b401d0
* Wed Oct 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-2
6d6db2d
- Enable gobject-introspection and python bindings
6d6db2d
6d6db2d
* Mon Oct 14 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-1
04fe124
- Update to 3.0.0 stable