rpms/polkit/devel polkit.spec,1.7,1.8

David Zeuthen davidz at fedoraproject.org
Wed Aug 12 19:42:21 UTC 2009


Author: davidz

Update of /cvs/pkgs/rpms/polkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4609

Modified Files:
	polkit.spec 
Log Message:
* Wed Aug 12 2009 David Zeuthen <davidz at redhat.com> - 0.94-2
- Disable GObject Introspection for now as it breaks the build




Index: polkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/polkit/devel/polkit.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- polkit.spec	12 Aug 2009 19:25:45 -0000	1.7
+++ polkit.spec	12 Aug 2009 19:42:21 -0000	1.8
@@ -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 <davidz at redhat.com> - 0.94-2
+- Disable GObject Introspection for now as it breaks the build
+
 * Wed Aug 12 2009 David Zeuthen <davidz at redhat.com> - 0.94-1
 - Update to upstream release 0.94
 




More information about the fedora-extras-commits mailing list