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

Revision 4812, 4.1 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

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