packages: google-chromium/google-chromium.spec (NEW) - initial release, NFY

cactus cactus at pld-linux.org
Wed Jun 10 23:56:46 CEST 2009


Author: cactus                       Date: Wed Jun 10 21:56:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial release, NFY

---- Files affected:
packages/google-chromium:
   google-chromium.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/google-chromium/google-chromium.spec
diff -u /dev/null packages/google-chromium/google-chromium.spec:1.1
--- /dev/null	Wed Jun 10 23:56:46 2009
+++ packages/google-chromium/google-chromium.spec	Wed Jun 10 23:56:41 2009
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+#
+# NOTE:
+# Debug build - bp: ~1,8 GB bc: ~4,1 GB
+# to update sources just run in : gclient update --force 
+#
+# TODO:
+# - use shared libs to build
+# - does not build on x86_64 ??
+#
+
+%define		rev	r17844
+
+Summary:	Google browser
+Summary(pl.UTF-8):	przegladarka Google
+Name:		google-chromium
+Version:	3.0.184.0
+Release:	0.%{rev}.1
+License:	Distributable
+Group:		X11/Applications/Networking
+Source0:	chromium-%{rev}.tar.lzma
+# Source0-md5:	cab9ef0453e67daf1df3aabea571267d
+#Source1:	%{name}.desktop
+URL:		http://chromium.org/
+BuildRequires:	GConf2-devel
+BuildRequires:	gperf
+BuildRequires:	rpm >= 4.4.9-56
+BuildRequires:	rpmbuild(macros) >= 1.356
+Requires:	browser-plugins >= 2.0
+Requires:	freetype >= 2
+Provides:	wwwbrowser
+ExclusiveArch:	%{ix86} ppc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Google Chromium.
+
+%description -l pl.UTF-8
+Google Chromium.
+
+%prep
+%setup -q -T -b 0 -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_sysconfdir}}
+
+
+#sh install.sh \
+#	DESTDIR=$RPM_BUILD_ROOT \
+#	--prefix=%{_prefix} \
+#	--exec_prefix=%{_libdir}/%{name}/bin \
+
+# install in kde etc.
+#install %{SOURCE0} $RPM_BUILD_ROOT%{_desktopdir}
+
+#install etc/* $RPM_BUILD_ROOT%{_sysconfdir}
+#install usr/share/pixmaps/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%attr(755,root,root) %{_bindir}/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/06/10 21:56:41  cactus
+- initial release, NFY
+
================================================================


More information about the pld-cvs-commit mailing list