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
|
||||
Version: 2.32.1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Bonobo is a component and compound document system for GNOME
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org
|
||||
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/libbonobo/%{majver}/libbonobo-%{version}.tar.bz2
|
||||
URL: https://www.gnome.org
|
||||
Source: https://download.gnome.org/sources/libbonobo/%{majver}/libbonobo-%{version}.tar.bz2
|
||||
License: GPL
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libpopt-devel
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libORBit2-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: ORBit2-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl-XML-Parser
|
||||
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/orbit-2.0/*
|
||||
@ -116,10 +105,8 @@ sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
||||
%{_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
|
||||
@ -128,6 +115,9 @@ sed -i "s#-DG_DISABLE_DEPRECATED##" activation-server/Makefile.in
|
||||
%{_datadir}/gtk-doc/html/bonobo-activation/
|
||||
|
||||
%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
|
||||
- rebuilt with debug package, aarch64 build fix, -tools subpackage, disable gtkdoc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user