Author: salimma
Update of /cvs/pkgs/rpms/google-gadgets/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5106/F-9
Modified Files: .cvsignore google-gadgets.spec sources Log Message: * Tue Dec 30 2008 Michel Salim salimma@fedoraproject.org - 0.10.4-2 - BR: Network-Manager-devel, startup-notification-devel - Pass the browser plugin directory to ./configure - Move designer desktop entry to -gtk subpackage
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/google-gadgets/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 23 Nov 2008 21:29:03 -0000 1.3 +++ .cvsignore 31 Dec 2008 08:43:57 -0000 1.4 @@ -1 +1 @@ -google-gadgets-for-linux-0.10.3.tar.bz2 +google-gadgets-for-linux-0.10.4.tar.bz2
Index: google-gadgets.spec =================================================================== RCS file: /cvs/pkgs/rpms/google-gadgets/F-9/google-gadgets.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- google-gadgets.spec 17 Dec 2008 20:26:03 -0000 1.8 +++ google-gadgets.spec 31 Dec 2008 08:43:57 -0000 1.9 @@ -1,5 +1,5 @@ Name: google-gadgets -Version: 0.10.3 +Version: 0.10.4 Release: 2%{?dist} Summary: Google Gadgets for Linux
@@ -15,8 +15,11 @@ BuildRequires: dbus-devel gstreamer-devel gstreamer-plugins-base-devel BuildRequires: cairo-devel gtk2-devel librsvg2-devel BuildRequires: qt4-devel WebKit-qt-devel zip +# Desktop integration +BuildRequires: NetworkManager-devel startup-notification-devel # libxml2-devel needed for desktop file generation BuildRequires: libxml2-devel desktop-file-utils +BuildRequires: pkgconfig Requires: %{name}-frontend = %{version}-%{release} Requires: hicolor-icon-theme
@@ -54,6 +57,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig dbus-devel gtk2-devel qt4-devel +Requires: %{name}-gtk +Requires: %{name}-qt
%description devel @@ -69,7 +74,8 @@
%build -%configure --disable-static +%configure --disable-static \ + --with-browser-plugins-dir=%{_libdir}/mozilla/plugins
# Rpath fix by Mamoru Tasaka # we don't want to obliterate all RPATHs, since it is used during build @@ -165,6 +171,7 @@ %{_libdir}/google-gadgets/gtkmoz-browser-child %{_libdir}/google-gadgets/modules/gtk*.so %{_datadir}/applications/*gtk.desktop +%{_datadir}/applications/*designer.desktop
%files qt %defattr(-,root,root,-) @@ -182,8 +189,15 @@
%changelog -* Wed Dec 17 2008 Christopher Aillon caillon@redhat.com - 0.10.3-2 -- Rebuild against newer gecko +* Tue Dec 30 2008 Michel Salim salimma@fedoraproject.org - 0.10.4-2 +- BR: Network-Manager-devel, startup-notification-devel +- Pass the browser plugin directory to ./configure +- Move designer desktop entry to -gtk subpackage + +* Sat Dec 20 2008 Rex Dieter rdieter@fedoraproject.org - 0.10.4-1 +- Update to 0.10.4 (#477251) +- -devel: Requires: %%name-gtk %%name-qt (devel symlinks) +- BR: pkgconfig (automatic pkgconfig deps)
* Sun Nov 23 2008 Michel Salim salimma@fedoraproject.org - 0.10.3-1 - Update to 0.10.3
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/google-gadgets/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Nov 2008 21:29:03 -0000 1.3 +++ sources 31 Dec 2008 08:43:57 -0000 1.4 @@ -1 +1 @@ -16d2cc4fe05e4416d3b720090237520b google-gadgets-for-linux-0.10.3.tar.bz2 +0ef0a62e0a575388084a77759b646718 google-gadgets-for-linux-0.10.4.tar.bz2
scm-commits@lists.fedoraproject.org