Author: megabajt Date: Sat Oct 9 21:47:44 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.6 - added -gobject-introspection.patch
---- Files affected: packages/UPower: UPower.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: packages/UPower/UPower.spec diff -u packages/UPower/UPower.spec:1.17 packages/UPower/UPower.spec:1.18 --- packages/UPower/UPower.spec:1.17 Mon Sep 20 13:45:55 2010 +++ packages/UPower/UPower.spec Sat Oct 9 23:47:39 2010 @@ -2,12 +2,13 @@ Summary: Power management service Summary(pl.UTF-8): Usługa zarządzania energią Name: UPower -Version: 0.9.5 +Version: 0.9.6 Release: 1 License: GPL v2+ Group: Libraries Source0: http://upower.freedesktop.org/releases/upower-%{version}.tar.bz2 -# Source0-md5: 1c0e5f45345c17fc945dfb365847b587 +# Source0-md5: 9c41e4973fdd6e9b491d1b829a9a35db +Patch0: %{name}-gobject-introspection.patch URL: http://upower.freedesktop.org/ BuildRequires: autoconf >= 2.65 BuildRequires: automake >= 1:1.9 @@ -23,10 +24,10 @@ BuildRequires: libtool BuildRequires: libusb-compat-devel BuildRequires: pkgconfig -BuildRequires: polkit-devel >= 0.91 +BuildRequires: polkit-devel >= 0.97 BuildRequires: udev-glib-devel Requires: pm-utils -Requires: polkit >= 0.91 +Requires: polkit >= 0.97 Provides: DeviceKit-power Obsoletes: DeviceKit-power BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -71,6 +72,7 @@ %prep %setup -q -n upower-%{version} +%patch0 -p1 %build %{__gtkdocize} @@ -109,8 +111,6 @@ %attr(755,root,root) %{_bindir}/upower %attr(755,root,root) %{_libdir}/devkit-power-daemon %attr(755,root,root) %{_libdir}/upowerd -%attr(755,root,root) %{_libdir}/libdevkit-power-gobject.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libdevkit-power-gobject.so.1 %attr(755,root,root) %{_libdir}/libupower-glib.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libupower-glib.so.1 %{_libdir}/girepository-1.0/UPowerGlib-1.0.typelib @@ -140,18 +140,14 @@ %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libdevkit-power-gobject.so %attr(755,root,root) %{_libdir}/libupower-glib.so -%{_libdir}/libdevkit-power-gobject.la %{_libdir}/libupower-glib.la %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Device.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.QoS.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.xml %{_datadir}/gir-1.0/UPowerGlib-1.0.gir -%{_includedir}/DeviceKit-power %{_includedir}/libupower-glib -%{_pkgconfigdir}/devkit-power-gobject.pc %{_pkgconfigdir}/upower-glib.pc %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -160,6 +156,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2010/10/09 21:47:39 megabajt +- updated to 0.9.6 +- added -gobject-introspection.patch + Revision 1.17 2010/09/20 11:45:55 megabajt - updated to 0.9.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/UPower/UPower.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
