rebuilt with debug package and aarch64 fix [release 2.6.4-4mamba;Sat Jan 23 2021]
This commit is contained in:
parent
a47888aeac
commit
198b92fba7
@ -1,7 +1,7 @@
|
|||||||
%define makver %(echo %version | cut -d. -f1-2)
|
%define makver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libglade
|
Name: libglade
|
||||||
Version: 2.6.4
|
Version: 2.6.4
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Library for Glade, a user interface builder for GTK+ and GNOME
|
Summary: Library for Glade, a user interface builder for GTK+ and GNOME
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,7 @@ Source: http://ftp.acc.umu.se/pub/GNOME/sources/libglade/%{majver}/libgla
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
@ -20,9 +20,9 @@ BuildRequires: libfreetype-devel
|
|||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libxml2-utils
|
BuildRequires: libxml2-utils
|
||||||
@ -49,8 +49,11 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
%{pkgname} API documentation.
|
%{pkgname} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=%{_sbindir}
|
%configure --libexecdir=%{_sbindir}
|
||||||
@ -68,16 +71,16 @@ Requires: gtk-doc
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libglade-2.0.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/libglade-convert
|
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
|
||||||
%dir %{_includedir}/libglade-?.?/
|
%dir %{_includedir}/libglade-?.?/
|
||||||
%{_includedir}/libglade-?.?/*
|
%{_includedir}/libglade-?.?/*
|
||||||
|
%{_bindir}/libglade-convert
|
||||||
|
%{_libdir}/libglade-2.0.a
|
||||||
|
%{_libdir}/libglade-2.0.la
|
||||||
|
%{_libdir}/libglade-2.0.so
|
||||||
%{_libdir}/pkgconfig/libglade*.pc
|
%{_libdir}/pkgconfig/libglade*.pc
|
||||||
%{_datadir}/xml/libglade/glade-?.?.dtd
|
%{_datadir}/xml/libglade/glade-?.?.dtd
|
||||||
|
|
||||||
@ -87,6 +90,9 @@ Requires: gtk-doc
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-4mamba
|
||||||
|
- rebuilt with debug package and aarch64 fix
|
||||||
|
|
||||||
* Sun Jun 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-3mamba
|
* Sun Jun 17 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.4-3mamba
|
||||||
- added buildrequirements and other specfile fixes
|
- added buildrequirements and other specfile fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user