- Disable GObject Introspection for now as it breaks the build

This commit is contained in:
David Zeuthen 2009-08-12 19:42:21 +00:00
parent 4271c04e9b
commit 5d838e4195
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: PolicyKit Authorization Framework Summary: PolicyKit Authorization Framework
Name: polkit Name: polkit
Version: 0.94 Version: 0.94
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/PolicyKit URL: http://www.freedesktop.org/wiki/Software/PolicyKit
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@ -47,7 +47,7 @@ Development documentation for PolicyKit.
%setup -q %setup -q
%build %build
%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 %configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 --disable-introspection
make make
%install %install
@ -85,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/pkaction %{_bindir}/pkaction
%{_bindir}/pkcheck %{_bindir}/pkcheck
%{_libexecdir}/polkit-1/polkitd %{_libexecdir}/polkit-1/polkitd
%{_libdir}/girepository-1.0/*.typelib #%{_libdir}/girepository-1.0/*.typelib
# see upstream docs for why these permissions are necessary # see upstream docs for why these permissions are necessary
%attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/ %attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/
@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir #%{_datadir}/gir-1.0/*.gir
%{_includedir}/* %{_includedir}/*
%{_bindir}/pk-example-frobnicate %{_bindir}/pk-example-frobnicate
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy %{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-2
- Disable GObject Introspection for now as it breaks the build
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1 * Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
- Update to upstream release 0.94 - Update to upstream release 0.94