- Update to upstream release 0.94
This commit is contained in:
parent
8dcaf687c5
commit
7861c17dfb
@ -1,2 +1,3 @@
|
|||||||
polkit-gnome-0.92.tar.bz2
|
polkit-gnome-0.92.tar.bz2
|
||||||
polkit-gnome-0.93.tar.bz2
|
polkit-gnome-0.93.tar.bz2
|
||||||
|
polkit-gnome-0.94.tar.bz2
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
Summary: PolicyKit integration for the GNOME desktop
|
Summary: PolicyKit integration for the GNOME desktop
|
||||||
Name: polkit-gnome
|
Name: polkit-gnome
|
||||||
Version: 0.93
|
Version: 0.94
|
||||||
Release: 3%{?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
|
||||||
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
|
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: polkit-devel >= 0.93
|
BuildRequires: polkit-devel >= 0.94
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
@ -16,17 +16,40 @@ BuildRequires: intltool
|
|||||||
polkit-gnome provides an authentication agent for PolicyKit
|
polkit-gnome provides an authentication agent for PolicyKit
|
||||||
that matches the look and feel of the GNOME desktop.
|
that matches the look and feel of the GNOME desktop.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for polkit-gnome
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %name = %{version}-%{release}
|
||||||
|
Requires: %name-docs = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
Requires: polkit-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for polkit-gnome.
|
||||||
|
|
||||||
|
%package docs
|
||||||
|
Summary: Development documentation for polkit-gnome
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %name-devel = %{version}-%{release}
|
||||||
|
Requires: gtk-doc
|
||||||
|
|
||||||
|
%description docs
|
||||||
|
Development documentation for polkit-gnome.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --enable-gtk-doc
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
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 \
|
desktop-file-install --delete-original \
|
||||||
--dir $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart \
|
--dir $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
|
||||||
@ -41,8 +64,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING AUTHORS README
|
%doc COPYING AUTHORS README
|
||||||
%{_sysconfdir}/xdg/autostart/*
|
%{_sysconfdir}/xdg/autostart/*
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_includedir}/*
|
||||||
|
|
||||||
|
%files docs
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
|
||||||
|
- Update to upstream release 0.94
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user