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

Revision 1976, 4.9 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

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