Accepting request 67541 from Base:System

Accepted submit request 67541 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=17
This commit is contained in:
Marcus Rückert 2011-04-15 18:29:55 +00:00 committed by Git OBS Bridge
commit 02050bb5ee
6 changed files with 41 additions and 8 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">hal.freedesktop.org</param>
<param name="path">/releases/polkit-0.101.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:polkit-0.101.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">927f65760e4fce23d7cdeae90245c22986eb0a39335a344915302158f73f9f1b</param>
</service>
<service name="recompress">
<param name="file">*.tar.gz</param>
<param name="compression">bz2</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f
size 856689

3
polkit-0.101.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7e1b4b4c6a67f286ee4afdc28bda3d72a4e49f8f3d7a0e501433d696e3454f
size 856689

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4bc9860be4a14d3698cc96ffd00692a753e3e411d42fcdef4cc2b3f17c27369
size 794236

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 6 15:40:51 UTC 2011 - fcrozat@novell.com
- Remove PolkitAgent-1.0.typelib from main package, it is in
library package.
-------------------------------------------------------------------
Wed Mar 9 13:54:11 UTC 2011 - coolo@novell.com
- update to 0.101:
* tons of bug fixes, see NEWS
-------------------------------------------------------------------
Wed Nov 10 15:04:36 UTC 2010 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package polkit (Version 0.99)
# spec file for package polkit
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
Name: polkit
Summary: PolicyKit Authorization Framework
Version: 0.99
Version: 0.101
Release: 2
License: LGPLv2+
Url: http://www.freedesktop.org/wiki/Software/PolicyKit
@ -27,8 +27,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: glib2-devel >= 2.25.12
BuildRequires: gobject-introspection-devel >= 0.6.2
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: libexpat-devel
@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Polkit-1.0.typelib
%{_libdir}/girepository-1.0/PolkitAgent-1.0.typelib
%files -f polkit-1.lang
%defattr(-,root,root,-)
@ -164,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT
%files doc
%defattr(-,root,root,-)
%doc NEWS
%{_datadir}/gtk-doc/html/*
%changelog