specfile fixes; URL updated; closes #1 [release 2.32.1-3mamba;Sun Nov 10 2024]
This commit is contained in:
parent
36a7e745d7
commit
a87012b42e
@ -2,34 +2,26 @@
|
|||||||
|
|
||||||
Name: libbonobo
|
Name: libbonobo
|
||||||
Version: 2.32.1
|
Version: 2.32.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
Source: https://download.gnome.org/sources/libbonobo/%{majver}/libbonobo-%{version}.tar.bz2
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/libbonobo/%{majver}/libbonobo-%{version}.tar.bz2
|
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: perl-XML-Parser
|
|
||||||
BuildRequires: gettext-devel
|
|
||||||
BuildRequires: libpopt-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: libORBit2-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libdbus-glib-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: ORBit2-devel
|
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
@ -83,9 +75,6 @@ sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/orbit-2.0/*
|
%{_libdir}/orbit-2.0/*
|
||||||
@ -116,10 +105,8 @@ sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
|||||||
%{_includedir}/bonobo-activation-2.0/*
|
%{_includedir}/bonobo-activation-2.0/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_libdir}/libbonobo-2.a
|
%{_libdir}/libbonobo-2.a
|
||||||
%{_libdir}/libbonobo-2.la
|
|
||||||
%{_libdir}/libbonobo-2.so
|
%{_libdir}/libbonobo-2.so
|
||||||
%{_libdir}/libbonobo-activation.a
|
%{_libdir}/libbonobo-activation.a
|
||||||
%{_libdir}/libbonobo-activation.la
|
|
||||||
%{_libdir}/libbonobo-activation.so
|
%{_libdir}/libbonobo-activation.so
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
@ -128,6 +115,9 @@ sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
|||||||
%{_datadir}/gtk-doc/html/bonobo-activation/
|
%{_datadir}/gtk-doc/html/bonobo-activation/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.1-3mamba
|
||||||
|
- specfile fixes; URL updated; closes #1
|
||||||
|
|
||||||
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.1-2mamba
|
* 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
|
- rebuilt with debug package, aarch64 build fix, -tools subpackage, disable gtkdoc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user