|
@@ -4,7 +4,7 @@
|
|
Name: google-gadgets
|
|
Name: google-gadgets
|
|
Summary: Google Gadgets platform for Linux
|
|
Summary: Google Gadgets platform for Linux
|
|
Version: 0.11.2
|
|
Version: 0.11.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
License: ASL 2.0
|
|
License: ASL 2.0
|
|
@@ -17,11 +17,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: curl-devel libxml2-devel zlib-devel libtool-ltdl-devel
|
|
BuildRequires: curl-devel libxml2-devel zlib-devel libtool-ltdl-devel
|
|
# still needed even if we're not buliding gtkmoz element, for JavaScript
|
|
# still needed even if we're not buliding gtkmoz element, for JavaScript
|
|
-%if %{?_dist_release} == "vl5"
|
|
+#%%if %{?_dist_release} == "vl5"
|
|
-BuildRequires: xulrunner-devel-unstable
|
|
+#BuildRequires: xulrunner-devel-unstable
|
|
-%else
|
|
+#%%else
|
|
-BuildRequires: xulrunner-devel
|
|
+#BuildRequires: xulrunner-devel
|
|
-%endif
|
|
+#%%endif
|
|
BuildRequires: WebKit-gtk-devel
|
|
BuildRequires: WebKit-gtk-devel
|
|
BuildRequires: dbus-devel gstreamer-devel gstreamer-plugins-base-devel
|
|
BuildRequires: dbus-devel gstreamer-devel gstreamer-plugins-base-devel
|
|
BuildRequires: cairo-devel gtk2-devel librsvg2-devel
|
|
BuildRequires: cairo-devel gtk2-devel librsvg2-devel
|
|
@@ -93,7 +93,8 @@ done
|
|
#ln -s %{_datadir}/automake-*/mkinstalldirs libltdl/
|
|
#ln -s %{_datadir}/automake-*/mkinstalldirs libltdl/
|
|
|
|
|
|
%configure --disable-static \
|
|
%configure --disable-static \
|
|
- --with-browser-plugins-dir=%{_libdir}/mozilla/plugins
|
|
+ --with-browser-plugins-dir=%{_libdir}/mozilla/plugins \
|
|
|
|
+ --disable-gtkmoz-browser-element --disable-smjs-script-runtime
|
|
|
|
|
|
# Rpath fix by Mamoru Tasaka
|
|
# Rpath fix by Mamoru Tasaka
|
|
# we don't want to obliterate all RPATHs, since it is used during build
|
|
# we don't want to obliterate all RPATHs, since it is used during build
|
|
@@ -170,7 +171,7 @@ update-desktop-database &> /dev/null || :
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README
|
|
%doc AUTHORS COPYING README
|
|
%{_libdir}/google-gadgets
|
|
%{_libdir}/google-gadgets
|
|
-%exclude %{_libdir}/google-gadgets/gtkmoz-browser-child
|
|
+#%%exclude %{_libdir}/google-gadgets/gtkmoz-browser-child
|
|
%exclude %{_libdir}/google-gadgets/modules/gtk*.so
|
|
%exclude %{_libdir}/google-gadgets/modules/gtk*.so
|
|
%exclude %{_libdir}/google-gadgets/modules/qt*.so
|
|
%exclude %{_libdir}/google-gadgets/modules/qt*.so
|
|
%exclude %{_libdir}/google-gadgets/include
|
|
%exclude %{_libdir}/google-gadgets/include
|
|
@@ -185,7 +186,7 @@ update-desktop-database &> /dev/null || :
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/ggl-gtk
|
|
%{_bindir}/ggl-gtk
|
|
%{_libdir}/libggadget-gtk*.so.*
|
|
%{_libdir}/libggadget-gtk*.so.*
|
|
-%{_libdir}/google-gadgets/gtkmoz-browser-child
|
|
+#%%{_libdir}/google-gadgets/gtkmoz-browser-child
|
|
%{_libdir}/google-gadgets/modules/gtk*.so
|
|
%{_libdir}/google-gadgets/modules/gtk*.so
|
|
%{_datadir}/applications/*gtk.desktop
|
|
%{_datadir}/applications/*gtk.desktop
|
|
%{_datadir}/applications/*designer.desktop
|
|
%{_datadir}/applications/*designer.desktop
|
|
@@ -206,6 +207,10 @@ update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Aug 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.11.2-2
|
|
|
|
+- not work with xulrunner 2.0, remove from BR.
|
|
|
|
+- add --disable-gtkmoz-browser-element , --disable-smjs-script-runtime
|
|
|
|
+
|
|
* Thu Sep 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.11.2-1
|
|
* Thu Sep 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.11.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- built with rpm-4.8.1 for pkg-config
|
|
- built with rpm-4.8.1 for pkg-config
|