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

Revision 4650, 5.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.5

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