diff --git a/.cvsignore b/.cvsignore index 89cc14d..5bf6c0a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ polkit-0.93.tar.gz polkit-0.94.tar.gz polkit-0.95.git20090913.tar.gz polkit-0.95.tar.gz +polkit-0.96.tar.gz diff --git a/polkit.spec b/polkit.spec index f5bb3e5..8b98008 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ Summary: PolicyKit Authorization Framework Name: polkit -Version: 0.95 -Release: 2%{?dist} +Version: 0.96 +Release: 1%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -65,7 +65,7 @@ Roles and default policy for desktop usage. %setup -q %build -%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 --enable-introspection --enable-examples +%configure --enable-gtk-doc --disable-static --libexecdir=%{_libexecdir}/polkit-1 --disable-introspection --enable-examples make %install @@ -156,7 +156,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(4755,root,root) %{_bindir}/pkexec @@ -174,7 +174,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 @@ -184,6 +184,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/* %changelog +* Fri Jan 15 2010 David Zeuthen - 0.96-1 +- Update to 0.96 +- Disable introspection support for the time being + * Fri Nov 13 2009 David Zeuthen - 0.95-2 - Rebuild diff --git a/sources b/sources index baa3b57..a8354b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10971f5d334550025897b02d779fddd1 polkit-0.95.tar.gz +e0a06da501b04ed3bab986a9df5b5aa2 polkit-0.96.tar.gz