rebuilt with debug package, aarch64 build fix, -tools subpackage, disable gtkdoc [release 2.32.1-2mamba;Thu Dec 03 2020]
This commit is contained in:
parent
0ccf005e62
commit
36a7e745d7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libbonobo
|
Name: libbonobo
|
||||||
Version: 2.32.1
|
Version: 2.32.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Bonobo is a component and compound document system for GNOME
|
Summary: Bonobo is a component and compound document system for GNOME
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -28,6 +28,7 @@ BuildRequires: libz-devel
|
|||||||
BuildRequires: ORBit2-devel
|
BuildRequires: ORBit2-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,8 +43,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents.
|
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents.
|
||||||
The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.
|
The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%package tools
|
||||||
|
Summary: Tools provided with libbonobo
|
||||||
|
Group: System/Tools
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents.
|
||||||
|
The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.
|
||||||
|
This package contains the tools provided with libbonobo.
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Summary: %{pkgname} API documentation
|
Summary: %{pkgname} API documentation
|
||||||
@ -53,11 +63,15 @@ 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
|
||||||
|
sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=%{_sbindir} --enable-gtk-doc
|
%configure --libexecdir=%{_sbindir}
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -72,7 +86,17 @@ Requires: gtk-doc
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f libbonobo-2.0.lang
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/orbit-2.0/*
|
||||||
|
%{_libdir}/libbonobo-2.so.*
|
||||||
|
%{_libdir}/libbonobo-activation.so.*
|
||||||
|
%dir %{_libdir}/bonobo
|
||||||
|
%{_libdir}/bonobo/*
|
||||||
|
%dir %{_libdir}/bonobo-2.0
|
||||||
|
%{_libdir}/bonobo-2.0/*
|
||||||
|
|
||||||
|
%files tools -f libbonobo-2.0.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
@ -83,24 +107,20 @@ Requires: gtk-doc
|
|||||||
%dir %{_datadir}/idl/bonobo-2.0
|
%dir %{_datadir}/idl/bonobo-2.0
|
||||||
%{_datadir}/idl/bonobo-2.0/*
|
%{_datadir}/idl/bonobo-2.0/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_libdir}/orbit-2.0/*
|
|
||||||
%{_libdir}/libbonobo-2.so.*
|
|
||||||
%{_libdir}/libbonobo-activation.so.*
|
|
||||||
%dir %{_libdir}/bonobo
|
|
||||||
%{_libdir}/bonobo/*
|
|
||||||
%dir %{_libdir}/bonobo-2.0
|
|
||||||
%{_libdir}/bonobo-2.0/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/*
|
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
|
||||||
%dir %{_includedir}/libbonobo-2.0
|
%dir %{_includedir}/libbonobo-2.0
|
||||||
%{_includedir}/libbonobo-2.0/*
|
%{_includedir}/libbonobo-2.0/*
|
||||||
%dir %{_includedir}/bonobo-activation-2.0
|
%dir %{_includedir}/bonobo-activation-2.0
|
||||||
%{_includedir}/bonobo-activation-2.0/*
|
%{_includedir}/bonobo-activation-2.0/*
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
|
%{_libdir}/libbonobo-2.a
|
||||||
|
%{_libdir}/libbonobo-2.la
|
||||||
|
%{_libdir}/libbonobo-2.so
|
||||||
|
%{_libdir}/libbonobo-activation.a
|
||||||
|
%{_libdir}/libbonobo-activation.la
|
||||||
|
%{_libdir}/libbonobo-activation.so
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -108,6 +128,9 @@ Requires: gtk-doc
|
|||||||
%{_datadir}/gtk-doc/html/bonobo-activation/
|
%{_datadir}/gtk-doc/html/bonobo-activation/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.1-2mamba
|
||||||
|
- rebuilt with debug package, aarch64 build fix, -tools subpackage, disable gtkdoc
|
||||||
|
|
||||||
* Mon Apr 04 2011 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
|
* Mon Apr 04 2011 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user