diff --git a/upower.spec b/upower.spec index 42336a3..ed4b191 100644 --- a/upower.spec +++ b/upower.spec @@ -1,7 +1,7 @@ Summary: Power Management Service Name: upower Version: 0.9.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://hal.freedesktop.org/releases/ @@ -76,6 +76,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %config %{_sysconfdir}/UPower/UPower.conf %{_bindir}/* %{_libexecdir}/* +%{_libdir}/girepository-1.0/*.typelib %{_mandir}/man1/* %{_mandir}/man7/* %{_mandir}/man8/* @@ -90,13 +91,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/gtk-doc/html/UPower/* %{_libdir}/libupower-glib.so %{_libdir}/pkgconfig/*.pc -%{_libdir}/girepository-1.0/*.typelib %{_datadir}/gir-1.0/*.gir %dir %{_includedir}/libupower-glib %{_includedir}/libupower-glib/up-*.h %{_includedir}/libupower-glib/upower.h %changelog +* Tue Mar 23 2011 Colin Walters - 0.9.9-2 +- Move typelib file to main package; it should go along with the .so; + i.e. gnome-shell shouldn't require upower-devel. + * Mon Mar 21 2011 Richard Hughes - 0.9.9-1 - New upstream release.