|
@@ -1,12 +1,12 @@
|
|
Summary: Power Management Service
|
|
Summary: Power Management Service
|
|
Summary(ja): 電源管理サービス
|
|
Summary(ja): 電源管理サービス
|
|
Name: upower
|
|
Name: upower
|
|
-Version: 0.9.2
|
|
+Version: 0.9.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-URL: http://hal.freedesktop.org/releases/
|
|
+URL: http://upower.freedesktop.org/
|
|
-Source0: http://hal.freedesktop.org/releases/upower-%{version}.tar.bz2
|
|
+Source0: http://upower.freedesktop.org/releases/upower-%{version}.tar.bz2
|
|
|
|
|
|
## Patch for vine
|
|
## Patch for vine
|
|
## add compile rule of typelib
|
|
## add compile rule of typelib
|
|
@@ -35,6 +35,11 @@ Requires: gobject-introspection
|
|
Obsoletes: DeviceKit-power < 1:0.9.0-2
|
|
Obsoletes: DeviceKit-power < 1:0.9.0-2
|
|
Provides: DeviceKit-power
|
|
Provides: DeviceKit-power
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke, Takemikaduchi
|
|
|
|
+
|
|
|
|
+
|
|
%description
|
|
%description
|
|
UPower (formerly DeviceKit-power) provides a daemon, API and command
|
|
UPower (formerly DeviceKit-power) provides a daemon, API and command
|
|
line tools for managing power devices attached to the system.
|
|
line tools for managing power devices attached to the system.
|
|
@@ -64,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
-%find_lang UPower
|
|
+%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -73,12 +78,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
-%files -f UPower.lang
|
|
+%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc NEWS COPYING AUTHORS HACKING README
|
|
%doc NEWS COPYING AUTHORS HACKING README
|
|
%{_libdir}/libdevkit-power-gobject*.so.*
|
|
%{_libdir}/libdevkit-power-gobject*.so.*
|
|
%{_libdir}/libupower-glib.so.*
|
|
%{_libdir}/libupower-glib.so.*
|
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
|
|
|
+%{_sysconfdir}/UPower/UPower.conf
|
|
/lib/udev/rules.d/*.rules
|
|
/lib/udev/rules.d/*.rules
|
|
%dir %{_localstatedir}/lib/upower
|
|
%dir %{_localstatedir}/lib/upower
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
@@ -106,11 +112,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/libupower-glib/upower.h
|
|
%{_includedir}/libupower-glib/upower.h
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- update URL:
|
|
|
|
+
|
|
* Sat Apr 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.2-1
|
|
* Sat Apr 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.2-1
|
|
- Initial build for Vine Linux
|
|
- Initial build for Vine Linux
|
|
- add BuildRequires: gtk-doc
|
|
- add BuildRequires: gtk-doc
|
|
|
|
|
|
-
|
|
|
|
* Wed Mar 17 2010 Richard Hughes <rhughes@redhat.com> - 0.9.1-4
|
|
* Wed Mar 17 2010 Richard Hughes <rhughes@redhat.com> - 0.9.1-4
|
|
- It seems people don't like pain.
|
|
- It seems people don't like pain.
|
|
|
|
|