- 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:
parent
19260b577f
commit
0437824d39
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ 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
|
polkit-gnome-0.96.tar.bz2
|
||||||
polkit-gnome-0.97.tar.bz2
|
polkit-gnome-0.97.tar.bz2
|
||||||
|
/polkit-gnome-0.100.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.97
|
Version: 0.100
|
||||||
Release: 8%{?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
|
||||||
@ -54,7 +54,7 @@ Development documentation for polkit-gnome.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --disable-introspection
|
%configure --enable-gtk-doc --disable-introspection --with-gtk=2.0
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -63,14 +63,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
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
|
%find_lang polkit-gnome-1
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%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
|
%files -f polkit-gnome-1.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README
|
%doc COPYING AUTHORS README
|
||||||
%{_sysconfdir}/xdg/autostart/*
|
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
# %{_libdir}/girepository-1.0/*.typelib
|
# %{_libdir}/girepository-1.0/*.typelib
|
||||||
@ -98,6 +89,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-a
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user