source: projects/specs/trunk/p/polkit-gnome/polkit-gnome-vl.spec @ 6894

Revision 6894, 4.6 KB checked in by Takemikaduchi, 12 years ago (diff)

at-spi2-core, at-spi2-atk: create compat32 package
blueman: change BuildRequires?: polkit-devel
polkit-gnome: add Obsoletes and Provides: PolicyKit?-gnome
pulseaudio: new upstream release

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