0.103
This commit is contained in:
parent
122facd9ae
commit
3f38fb1b87
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ polkit-gnome-0.96.tar.bz2
|
|||||||
polkit-gnome-0.97.tar.bz2
|
polkit-gnome-0.97.tar.bz2
|
||||||
/polkit-gnome-0.100.tar.bz2
|
/polkit-gnome-0.100.tar.bz2
|
||||||
/polkit-gnome-0.101.tar.bz2
|
/polkit-gnome-0.101.tar.bz2
|
||||||
|
/polkit-gnome-0.102.tar.xz
|
||||||
|
/polkit-gnome-0.103.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: PolicyKit integration for the GNOME desktop
|
Summary: PolicyKit integration for the GNOME desktop
|
||||||
Name: polkit-gnome
|
Name: polkit-gnome
|
||||||
Version: 0.101
|
Version: 0.103
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
|
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: glib2-devel >= 2.25.11
|
BuildRequires: glib2-devel >= 2.25.11
|
||||||
BuildRequires: polkit-devel >= 0.97-1
|
BuildRequires: polkit-devel >= 0.97-1
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -19,6 +19,10 @@ Obsoletes: PolicyKit-gnome <= 0.10
|
|||||||
Provides: PolicyKit-gnome = 0.11
|
Provides: PolicyKit-gnome = 0.11
|
||||||
Obsoletes: PolicyKit-gnome-libs <= 0.10
|
Obsoletes: PolicyKit-gnome-libs <= 0.10
|
||||||
Provides: PolicyKit-gnome-libs = 0.11
|
Provides: PolicyKit-gnome-libs = 0.11
|
||||||
|
Obsoletes: polkit-gnome-devel <= 0.102-1
|
||||||
|
Provides: polkit-gnome-devel = 0.102-2
|
||||||
|
Obsoletes: polkit-gnome-docs <= 0.102-1
|
||||||
|
Provides: polkit-gnome-docs = 0.102-2
|
||||||
|
|
||||||
Provides: PolicyKit-authentication-agent
|
Provides: PolicyKit-authentication-agent
|
||||||
|
|
||||||
@ -28,33 +32,11 @@ Requires: polkit >= 0.97
|
|||||||
polkit-gnome provides an authentication agent for PolicyKit
|
polkit-gnome provides an authentication agent for PolicyKit
|
||||||
that matches the look and feel of the GNOME desktop.
|
that matches the look and feel of the GNOME desktop.
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for polkit-gnome
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %name = %{version}-%{release}
|
|
||||||
Requires: %name-docs = %{version}-%{release}
|
|
||||||
Requires: polkit-devel
|
|
||||||
Obsoletes: PolicyKit-gnome-devel <= 0.10
|
|
||||||
Provides: PolicyKit-gnome-devel = 0.11
|
|
||||||
Obsoletes: PolicyKit-gnome-demo <= 0.10
|
|
||||||
Provides: PolicyKit-gnome-demo = 0.11
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Development files for polkit-gnome.
|
|
||||||
|
|
||||||
%package docs
|
|
||||||
Summary: Development documentation for polkit-gnome
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %name-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description docs
|
|
||||||
Development documentation for polkit-gnome.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --disable-introspection --with-gtk=2.0
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -70,25 +52,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f polkit-gnome-1.lang
|
%files -f polkit-gnome-1.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING AUTHORS README
|
%doc COPYING AUTHORS README
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
%{_libdir}/lib*.so.*
|
|
||||||
# %{_libdir}/girepository-1.0/*.typelib
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib*.so
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
|
||||||
%{_includedir}/*
|
|
||||||
# %{_datadir}/gir-1.0/*.gir
|
|
||||||
|
|
||||||
%files docs
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/gtk-doc
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 0.103-1
|
||||||
|
- Update to 0.103
|
||||||
|
- Build against gtk3
|
||||||
|
- Drop no-longer-needed subpackages
|
||||||
|
|
||||||
|
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 0.102-1
|
||||||
|
- Update to 0.102
|
||||||
|
|
||||||
* Thu Mar 03 2011 David Zeuthen <davidz@redhat.com> - 0.101-1
|
* Thu Mar 03 2011 David Zeuthen <davidz@redhat.com> - 0.101-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user