|
@@ -4,14 +4,19 @@
|
|
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: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
License: ASL 2.0
|
|
License: ASL 2.0
|
|
URL: http://code.google.com/p/google-gadgets-for-linux/
|
|
URL: http://code.google.com/p/google-gadgets-for-linux/
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: inagaki,yasumichi
|
|
|
|
+
|
|
Source0: http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-%{version}.tar.bz2
|
|
Source0: http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-%{version}.tar.bz2
|
|
#Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
|
|
#Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
|
|
|
|
+Patch0: NM-0.9.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -79,6 +84,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-for-linux-%{version}
|
|
%setup -q -n %{name}-for-linux-%{version}
|
|
|
|
+%patch0 -p1
|
|
# Permission fixes
|
|
# Permission fixes
|
|
chmod -x ggadget/qt/utilities.h
|
|
chmod -x ggadget/qt/utilities.h
|
|
# Fix invalid desktop file MIME type
|
|
# Fix invalid desktop file MIME type
|
|
@@ -207,6 +213,10 @@ update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 27 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.11.2-3
|
|
|
|
+- add patch for building with NetworkManager-0.9.0
|
|
|
|
+- add Vendor, Distribution and Packager tag
|
|
|
|
+
|
|
* Thu Aug 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.11.2-2
|
|
* Thu Aug 18 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.11.2-2
|
|
- not work with xulrunner 2.0, remove from BR.
|
|
- not work with xulrunner 2.0, remove from BR.
|
|
- add --disable-gtkmoz-browser-element , --disable-smjs-script-runtime
|
|
- add --disable-gtkmoz-browser-element , --disable-smjs-script-runtime
|