--- ORBit2.spec.orig 2005-05-28 22:23:22.000000000 -0400 +++ ORBit2.spec 2005-05-29 20:51:49.000000000 -0400 @@ -14,8 +14,11 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pkgconfig >= 0.14 BuildRequires: gtk-doc >= 1.1 +BuildRequires: autoconf +BuildRequires: automake17 >= 1.7.9 Patch0: ORBit2-2.12.1-reduce-size-of-io-thread-stack.patch +Patch1: ORBit2-2.12.1-selinux_restore.patch %description ORBit is a high-performance CORBA (Common Object Request Broker @@ -52,8 +55,12 @@ %setup -q %patch0 -p1 -b .reduce-size-of-io-thread-stack +%patch1 -p1 -b .selinux_restore %build +autoconf +automake-1.7 +autoheader %configure --enable-gtk-doc make