- Update to release 0.96
- Disable introspection support for the time being
This commit is contained in:
parent
d6b4f4738f
commit
d7a4ebe91d
@ -3,3 +3,4 @@ polkit-gnome-0.93.tar.bz2
|
|||||||
polkit-gnome-0.94.tar.bz2
|
polkit-gnome-0.94.tar.bz2
|
||||||
polkit-gnome-0.95.git20090913.tar.bz2
|
polkit-gnome-0.95.git20090913.tar.bz2
|
||||||
polkit-gnome-0.95.tar.bz2
|
polkit-gnome-0.95.tar.bz2
|
||||||
|
polkit-gnome-0.96.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: PolicyKit integration for the GNOME desktop
|
Summary: PolicyKit integration for the GNOME desktop
|
||||||
Name: polkit-gnome
|
Name: polkit-gnome
|
||||||
Version: 0.95
|
Version: 0.96
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -57,7 +57,7 @@ Development documentation for polkit-gnome.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%configure --enable-gtk-doc --disable-introspection
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -88,14 +88,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/xdg/autostart/*
|
%{_sysconfdir}/xdg/autostart/*
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
# %{_libdir}/girepository-1.0/*.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/gir-1.0/*.gir
|
# %{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 0.96-1
|
||||||
|
- Update to release 0.96
|
||||||
|
- Disable introspection support for the time being
|
||||||
|
|
||||||
* Tue Jan 5 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.95-2
|
* Tue Jan 5 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.95-2
|
||||||
- Don't autostart in KDE on F13+
|
- Don't autostart in KDE on F13+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user