From 5d838e4195c6e443e04f270a98608b764f0588be Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 12 Aug 2009 19:42:21 +0000 Subject: [PATCH] - Disable GObject Introspection for now as it breaks the build --- polkit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/polkit.spec b/polkit.spec index 1b07327..34d95e7 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ Summary: PolicyKit Authorization Framework Name: polkit Version: 0.94 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -47,7 +47,7 @@ Development documentation for PolicyKit. %setup -q %build -%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 +%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 --disable-introspection make %install @@ -85,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pkaction %{_bindir}/pkcheck %{_libexecdir}/polkit-1/polkitd -%{_libdir}/girepository-1.0/*.typelib +#%{_libdir}/girepository-1.0/*.typelib # see upstream docs for why these permissions are necessary %attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/ @@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -%{_datadir}/gir-1.0/*.gir +#%{_datadir}/gir-1.0/*.gir %{_includedir}/* %{_bindir}/pk-example-frobnicate %{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/* %changelog +* Wed Aug 12 2009 David Zeuthen - 0.94-2 +- Disable GObject Introspection for now as it breaks the build + * Wed Aug 12 2009 David Zeuthen - 0.94-1 - Update to upstream release 0.94