commit upower for openSUSE:Factory
Hello community, here is the log from the commit of package upower for openSUSE:Factory checked in at Fri Mar 26 17:09:29 CET 2010. -------- New Changes file: --- /dev/null 2009-09-30 08:50:26.000000000 +0200 +++ upower/upower.changes 2010-03-23 18:12:33.000000000 +0100 @@ -0,0 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 23 18:10:42 CET 2010 - vuntz@opensuse.org + +- First package of upower, the new name of DeviceKit-power. The + packaging is loosely based on the DeviceKit-power packaging. +- Note that we provide compatibility package for DeviceKit-power + for now. + calling whatdependson for head-i586 New: ---- UPower-0.9.1.tar.bz2 upower.changes upower.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ upower.spec ++++++ # # spec file for package upower (Version 0.9.1) # # Copyright (c) 2010 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: upower %define _name UPower Version: 0.9.1 Release: 1 License: GPLv2+ BuildRequires: dbus-1-glib-devel BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: libgudev-1_0-devel BuildRequires: libusb-devel BuildRequires: polkit-devel BuildRequires: udev Requires: %{name}-lang = %{version} Url: http://upower.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Daemons Summary: Power Device Enumeration Framework Source: %{_name}-%{version}.tar.bz2 %description UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop. UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. %package -n libupower-glib1 License: GPLv2+ Summary: Power Device Enumeration Framework - Library Group: System/Daemons Recommends: %{name} %description -n libupower-glib1 UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. %package -n libupower-glib-devel License: GPLv2+ Summary: Power Device Enumeration Framework - Development Files Group: Development/Libraries/Other Requires: libupower-glib1 = %{version} Requires: glib2-devel Provides: %{name}-devel = %{version} %description -n libupower-glib-devel UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. %package -n DeviceKit-power License: GPLv2+ Summary: Power Device Enumeration Framework Group: System/Daemons # we only have symlinks in this package, so we need the real upower package Requires: %{name} = %{version} %description -n DeviceKit-power UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. This package provides a compatibily layer between upower and DeviceKit-power. %package -n libdevkit-power-gobject1 License: GPLv2+ Summary: Power Device Enumeration Framework Group: System/Daemons Recommends: DeviceKit-power %description -n libdevkit-power-gobject1 UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. This package provides a compatibily layer between upower and DeviceKit-power. %package -n libdevkit-power-gobject-devel License: GPLv2+ Summary: Power Device Enumeration Framework - Development Files Group: Development/Libraries/Other Requires: libdevkit-power-gobject1 = %{version} Requires: glib2-devel Provides: DeviceKit-power-devel = %{version} %description -n libdevkit-power-gobject-devel UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. This package provides a compatibily layer between upower and DeviceKit-power. %lang_package %prep %setup -q -n %{_name}-%{version} %build export V=1 %configure\ --disable-static \ --libexecdir=%{_libexecdir}/upower \ --enable-gtk-doc make %{?jobs:-j%jobs} %install %makeinstall rm -f %{buildroot}%{_libdir}/*.la %find_lang %{_name} %clean rm -rf %{buildroot} %post -n libupower-glib1 -p /sbin/ldconfig %postun -n libupower-glib1 -p /sbin/ldconfig %post -n libdevkit-power-gobject1 -p /sbin/ldconfig %postun -n libdevkit-power-gobject1 -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %{_bindir}/upower %dir %{_libexecdir}/upower %{_libexecdir}/upower/upowerd /lib/udev/rules.d/*.rules %config %{_sysconfdir}/dbus-1/system.d/*.conf %{_datadir}/dbus-1/system-services/*.service %{_datadir}/polkit-1/actions/org.freedesktop.upower*.policy %doc %{_mandir}/man?/*.* %dir %{_localstatedir}/lib/upower %files -n libupower-glib1 %defattr(-,root,root,-) %{_libdir}/libupower-glib.so.* %files -n libupower-glib-devel %defattr(-,root,root,-) %{_datadir}/dbus-1/interfaces/*.xml %doc %{_datadir}/gtk-doc/html/UPower/ %{_includedir}/libupower-glib/ %{_libdir}/pkgconfig/upower-glib.pc %{_libdir}/libupower-glib.so %files -n DeviceKit-power %defattr(-,root,root,-) %{_bindir}/devkit-power %{_libexecdir}/upower/devkit-power-daemon %files -n libdevkit-power-gobject1 %defattr(-,root,root,-) %{_libdir}/libdevkit-power-gobject.so.* %files -n libdevkit-power-gobject-devel %defattr(-,root,root,-) %{_includedir}/DeviceKit-power/ %{_libdir}/pkgconfig/devkit-power-gobject.pc %{_libdir}/libdevkit-power-gobject.so %files lang -f %{_name}.lang %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de