- New upstream version

- Note: The auto-start desktop file for the authentication agent is no
  longer shipped with this package. This is now the responsibility of
  each desktop environment.
This commit is contained in:
David Zeuthen 2011-02-21 18:01:22 -05:00
parent 19260b577f
commit 0437824d39
3 changed files with 11 additions and 12 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ polkit-gnome-0.95.git20090913.tar.bz2
polkit-gnome-0.95.tar.bz2
polkit-gnome-0.96.tar.bz2
polkit-gnome-0.97.tar.bz2
/polkit-gnome-0.100.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: PolicyKit integration for the GNOME desktop
Name: polkit-gnome
Version: 0.97
Release: 8%{?dist}
Version: 0.100
Release: 1%{?dist}
License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
Group: Applications/System
@ -54,7 +54,7 @@ Development documentation for polkit-gnome.
%setup -q
%build
%configure --enable-gtk-doc --disable-introspection
%configure --enable-gtk-doc --disable-introspection --with-gtk=2.0
make
%install
@ -63,14 +63,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
desktop-file-install --delete-original \
--dir $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart \
--remove-only-show-in GNOME \
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
echo 'NotShowIn=KDE;' >>$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
%find_lang polkit-gnome-1
%post -p /sbin/ldconfig
@ -80,7 +72,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-a
%files -f polkit-gnome-1.lang
%defattr(-,root,root,-)
%doc COPYING AUTHORS README
%{_sysconfdir}/xdg/autostart/*
%{_libexecdir}/*
%{_libdir}/lib*.so.*
# %{_libdir}/girepository-1.0/*.typelib
@ -98,6 +89,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-a
%changelog
* Mon Feb 21 2011 David Zeuthen <davidz@redhat.com> - 0.100-1
- New upstream version
- Note: The auto-start desktop file for the authentication agent is no
longer shipped with this package. This is now the responsibility of
each desktop environment.
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1,2 @@
17a75ee1aafa19ae4f79052c8cde75b6 polkit-gnome-0.97.tar.bz2
0554fe631e923ed560d65b60661cbbe1 polkit-gnome-0.100.tar.bz2