rebuilt against libicu 64.2 [release 2.0.16-2mamba;Sat Oct 26 2019]
This commit is contained in:
parent
5c891b11f9
commit
7dacc6961e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libgtkspell
|
Name: libgtkspell
|
||||||
Version: 2.0.16
|
Version: 2.0.16
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets
|
Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets
|
||||||
Group: Graphical Desktop/Libraries/GNOME
|
Group: Graphical Desktop/Libraries/GNOME
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,21 +11,34 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://gtkspell.sourceforge.net/
|
URL: http://gtkspell.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/gtkspell/%{version}/gtkspell-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/gtkspell/%{version}/gtkspell-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: aspell-devel
|
|
||||||
BuildRequires: docbook-xsl
|
|
||||||
BuildRequires: gtk-doc
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libenchant-devel
|
BuildRequires: libenchant1-devel
|
||||||
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgraphite2-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libmount-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsepol-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: aspell-devel
|
||||||
|
BuildRequires: docbook-xsl
|
||||||
|
BuildRequires: gtk-doc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,7 +61,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q -n gtkspell-%{version}
|
%setup -q -n gtkspell-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-gtk-doc
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -63,7 +78,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%files -f gtkspell.lang
|
%files -f gtkspell.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/%{name}.so.*
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -73,8 +88,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/gtkspell-%{majversion}.pc
|
%{_libdir}/pkgconfig/gtkspell-%{majversion}.pc
|
||||||
%{_datadir}/gtk-doc/html/gtkspell/*
|
%{_datadir}/gtk-doc/html/gtkspell/*
|
||||||
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.16-2mamba
|
||||||
|
- rebuilt against libicu 64.2
|
||||||
|
|
||||||
* Mon Jan 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.16-1mamba
|
* Mon Jan 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.16-1mamba
|
||||||
- update to 2.0.16
|
- update to 2.0.16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user