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

Revision 9105, 4.8 KB checked in by inagaki, 9 years ago (diff)

2014-11-20 Ryoichi INAGAKI <ryo1@…>

  • PyOpenGL, polkit-qt: updated
  • lxrandr, polkit-gnome, polkit-kde: changed Group


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