|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
Summary: A high-performance CORBA Object Request Broker.
|
|
|
|
|
Name: ORBit2
|
|
|
|
|
Version: 2.12.4
|
|
|
|
|
Release: 2
|
|
|
|
|
Release: 3
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=318032
|
|
|
|
|
Patch0: ORBit2-2.12.4-gmodule-no-export.patch
|
|
|
|
@ -53,7 +53,7 @@ write such programs, you'll also need to install the ORBIT package.
|
|
|
|
|
%patch0 -p1 -b .gmodule-no-export
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --enable-gtk-doc
|
|
|
|
|
%configure --enable-gtk-doc --enable-purify
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -93,6 +93,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 25 2005 Alexander Larsson <alexl@redhat.com> 2.12.4-3
|
|
|
|
|
- Build with --enable-purify to avoid valgrind warnings
|
|
|
|
|
|
|
|
|
|
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> 2.12.4-2
|
|
|
|
|
- Use gmodule-no-export in the .pc file
|
|
|
|
|
|
|
|
|
|