Move typelib file to main package; it should go along with the .so;

i.e. gnome-shell shouldn't require upower-devel.
This commit is contained in:
Colin Walters 2011-02-23 14:45:35 -05:00 committed by Richard Hughes
parent cbeed052cf
commit 0853244d11

View File

@ -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 <walters@verbum.org> - 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 <rhughes@redhat.com> - 0.9.9-1
- New upstream release.