| 1 | Summary: PolicyKit integration for the GNOME desktop |
|---|
| 2 | Summary(ja): PolicyKit の GNOME デスクトップ統合 |
|---|
| 3 | Name: polkit-gnome |
|---|
| 4 | Version: 0.105 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: LGPLv2+ |
|---|
| 7 | URL: http://www.freedesktop.org/wiki/Software/PolicyKit |
|---|
| 8 | Group: Applications/System |
|---|
| 9 | Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 12 | BuildRequires: gtk3-devel |
|---|
| 13 | BuildRequires: polkit-devel >= 0.102 |
|---|
| 14 | BuildRequires: desktop-file-utils |
|---|
| 15 | BuildRequires: intltool |
|---|
| 16 | BuildRequires: dbus-glib-devel |
|---|
| 17 | |
|---|
| 18 | #Obsoletes: PolicyKit-gnome <= 0.10 |
|---|
| 19 | #Provides: PolicyKit-gnome = 0.11 |
|---|
| 20 | #Obsoletes: PolicyKit-gnome-libs <= 0.10 |
|---|
| 21 | #Provides: PolicyKit-gnome-libs = 0.11 |
|---|
| 22 | |
|---|
| 23 | Provides: PolicyKit-authentication-agent |
|---|
| 24 | |
|---|
| 25 | Requires: polkit |
|---|
| 26 | |
|---|
| 27 | Vendor: Project Vine |
|---|
| 28 | Distribution: Vine Linux |
|---|
| 29 | |
|---|
| 30 | Obsoletes: %{name}-devel < 0.103 |
|---|
| 31 | Obsoletes: %{name}-docs < 0.103 |
|---|
| 32 | |
|---|
| 33 | %description |
|---|
| 34 | polkit-gnome provides an authentication agent for PolicyKit |
|---|
| 35 | that matches the look and feel of the GNOME desktop. |
|---|
| 36 | |
|---|
| 37 | %prep |
|---|
| 38 | %setup -q |
|---|
| 39 | |
|---|
| 40 | %build |
|---|
| 41 | %configure \ |
|---|
| 42 | --enable-gtk-doc |
|---|
| 43 | make |
|---|
| 44 | |
|---|
| 45 | %install |
|---|
| 46 | rm -rf $RPM_BUILD_ROOT |
|---|
| 47 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 48 | |
|---|
| 49 | %find_lang polkit-gnome-1 |
|---|
| 50 | |
|---|
| 51 | %clean |
|---|
| 52 | rm -rf $RPM_BUILD_ROOT |
|---|
| 53 | |
|---|
| 54 | %files -f polkit-gnome-1.lang |
|---|
| 55 | %defattr(-,root,root,-) |
|---|
| 56 | %doc COPYING AUTHORS README |
|---|
| 57 | %{_libexecdir}/* |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | %changelog |
|---|
| 61 | * Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.105-1 |
|---|
| 62 | - new upstream release |
|---|
| 63 | |
|---|
| 64 | * Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.104-1 |
|---|
| 65 | - new upstream release |
|---|
| 66 | |
|---|
| 67 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.103-1 |
|---|
| 68 | - new upstream release |
|---|
| 69 | - remove %{name}-devel and %{name}-docs sub package |
|---|
| 70 | |
|---|
| 71 | * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.102-1 |
|---|
| 72 | - new upstream release |
|---|
| 73 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 74 | |
|---|
| 75 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.101-1 |
|---|
| 76 | - new upstream release |
|---|
| 77 | |
|---|
| 78 | * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99-1 |
|---|
| 79 | - new upstream release |
|---|
| 80 | - remove BuildRequires: gir-repository-devel |
|---|
| 81 | |
|---|
| 82 | * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 0.96-2 |
|---|
| 83 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 84 | |
|---|
| 85 | * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.96-1 |
|---|
| 86 | - update to 0.96 |
|---|
| 87 | |
|---|
| 88 | * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.95-0.1.git20090913.6 |
|---|
| 89 | - initial build for Vine Linux |
|---|
| 90 | |
|---|
| 91 | * Wed Oct 7 2009 Matthias Clasen <mclasen@redhat.com> - 0.95.0.git20090913.6 |
|---|
| 92 | - Prevent the statusicon from eating whitespace |
|---|
| 93 | |
|---|
| 94 | * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.5 |
|---|
| 95 | - add Provides: PolicyKit-authentication-agent to satify what PolicyKit-gnome |
|---|
| 96 | also provided |
|---|
| 97 | |
|---|
| 98 | * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.4 |
|---|
| 99 | - Refine how Obsolete: is used and also add Provides: (thanks Jesse |
|---|
| 100 | Keating and nim-nim) |
|---|
| 101 | |
|---|
| 102 | * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.3 |
|---|
| 103 | - Obsolete old PolicyKit-gnome packages |
|---|
| 104 | |
|---|
| 105 | * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.2 |
|---|
| 106 | - Update BR |
|---|
| 107 | |
|---|
| 108 | * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.1 |
|---|
| 109 | - Update BR |
|---|
| 110 | |
|---|
| 111 | * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913 |
|---|
| 112 | - Update to git snapshot |
|---|
| 113 | - Turn on GObject introspection |
|---|
| 114 | |
|---|
| 115 | * Wed Sep 2 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-4 |
|---|
| 116 | - Just remove the OnlyShowIn, it turns out everybody wants this |
|---|
| 117 | |
|---|
| 118 | * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-3 |
|---|
| 119 | - Require a new enough polkit (#517479) |
|---|
| 120 | |
|---|
| 121 | * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-2 |
|---|
| 122 | - Show in KDE, too (#519674) |
|---|
| 123 | |
|---|
| 124 | * Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1 |
|---|
| 125 | - Update to upstream release 0.94 |
|---|
| 126 | |
|---|
| 127 | * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3 |
|---|
| 128 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 129 | |
|---|
| 130 | * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-2 |
|---|
| 131 | - Rebuild |
|---|
| 132 | |
|---|
| 133 | * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1 |
|---|
| 134 | - Update to 0.93 |
|---|
| 135 | |
|---|
| 136 | * Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 0.9.2-3 |
|---|
| 137 | - Fix BuildRequires |
|---|
| 138 | |
|---|
| 139 | * Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-2 |
|---|
| 140 | - Change license to LGPLv2+ |
|---|
| 141 | - Remove Requires: gnome-session |
|---|
| 142 | |
|---|
| 143 | * Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1 |
|---|
| 144 | - Update to 0.92 release |
|---|
| 145 | |
|---|
| 146 | * Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527 |
|---|
| 147 | - Update to 0.92 snapshot |
|---|
| 148 | |
|---|
| 149 | * Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1 |
|---|
| 150 | - Initial spec file. |
|---|