SPECS: xulrunner.spec - partial merge with mozilla-xulrunner.spec

qboosh qboosh at pld-linux.org
Sun Jun 4 12:48:54 CEST 2006


Author: qboosh                       Date: Sun Jun  4 10:48:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- partial merge with mozilla-xulrunner.spec

---- Files affected:
SPECS:
   xulrunner.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.5 SPECS/xulrunner.spec:1.6
--- SPECS/xulrunner.spec:1.5	Sat Jun  3 17:34:12 2006
+++ SPECS/xulrunner.spec	Sun Jun  4 12:48:49 2006
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
-Summary:	XULRunner - Mozilla Runtime Environment
-Summary(pl):	XULRunner - Środowisko Uruchomieniowe Mozilli
+Summary:	XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
+Summary(pl):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
 Version:	1.8.0.1
 Release:	0.1
-License:	Mozilla Public License
-Group:		X11/Development/Libraries
+License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
+Group:		X11/Applications
 Source0:	http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/%{version}/source/%{name}-%{version}-source.tar.bz2
 # Source0-md5:	d60ccb6cc28afa7d880c8602a2c88450
 Patch0:		%{name}-nss.patch
@@ -14,13 +14,17 @@
 BuildRequires:	/bin/csh
 BuildRequires:	/bin/ex
 BuildRequires:	automake
+BuildRequires:	cairo-devel >= 1.0.0
 BuildRequires:	freetype-devel >= 1:2.1.8
+BuildRequires:	gtk+2-devel >= 1:2.0.0
+BuildRequires:	libIDL-devel >= 0.8.0
 BuildRequires:	libjpeg-devel >= 6b
-BuildRequires:	libpng-devel >= 1.2.0
+BuildRequires:	libpng-devel >= 1.2.7
 BuildRequires:	libstdc++-devel
 BuildRequires:	nspr-devel >= 1:4.6.1
 BuildRequires:	nss-devel >= 3.10.2
-BuildRequires:	perl-modules >= 5.6.0
+BuildRequires:	pango-devel >= 1:1.6.0
+BuildRequires:	perl-modules >= 1:5.6.0
 BuildRequires:	pkgconfig
 BuildRequires:	sed >= 4.0
 BuildRequires:	tar >= 1:1.15.1
@@ -30,7 +34,7 @@
 BuildRequires:	xorg-lib-libXp-devel
 BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	zip >= 2.1
-BuildRequires:	zlib-devel >= 1.0.0
+BuildRequires:	zlib-devel >= 1.2.3
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 %{?with_svg:Requires:	cairo >= 1.0.0}
 Requires:	nspr >= 1:4.6.1
@@ -45,29 +49,35 @@
 %define		_noautoreqdep	libgtkembedmoz.so libldap50.so libmozjs.so libprldap50.so libssldap50.so libxpcom.so
 
 %description
-XULRunner is a runtime environment that can be used to bootstrap
-multiple XUL+XPCOM applications that are as rich as Firefox and
-Thunderbird.
+XULRunner is a Mozilla runtime package that can be used to bootstrap
+XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It
+will provide mechanisms for installing, upgrading, and uninstalling
+these applications. XULRunner will also provide libxul, a solution
+which allows the embedding of Mozilla technologies in other projects
+and products.
 
 %description -l pl
-XULRunner to środowisko uruchomieniowe, które może być używane do
-uruchamiania wielu aplikacji XUL+XPCOM równie zaawansowanych jak
-Firefox czy Thunderbird.
+XULRunner to pakiet uruchomieniowy Mozilli, którego można użyć do
+uruchamiania aplikacji XUL+XPCOM, nawet takich jak Firefox czy
+Thunderbird. Udostępni mechanizmy do instalowania, uaktualniania i
+odinstalowywania tych aplikacji. XULRunner będzie także dostarczał
+libxul - rozwiązanie umożliwiające osadzanie technologii Mozilli w
+innych projektach i produktach.
 
 %package libs
 Summary:	XULRunner shared libraries
-Summary(pl):	Biblioteki współdzielone XULRunner
-Group:		Libraries
+Summary(pl):	Biblioteki współdzielone XULRunnera
+Group:		X11/Libraries
 
 %description libs
 XULRunner shared libraries.
 
 %description libs -l pl
-Biblioteki współdzielone XULRunner.
+Biblioteki współdzielone XULRunnera.
 
 %package devel
 Summary:	Headers for developing programs that will use XULRunner
-Summary(pl):	XULRunner - pliki nagłówkowe i biblioteki
+Summary(pl):	Pliki nagłówkowe do tworzenia programów używających XULRunnera
 Group:		X11/Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	nspr-devel >= 1:4.6.1
@@ -79,7 +89,7 @@
 XULRunner development package.
 
 %description devel -l pl
-Biblioteki i pliki nagłówkowe XULRunner.
+Pakiet programistyczny XULRunnera.
 
 %prep
 %setup -q -c -T
@@ -156,7 +166,7 @@
 ln -sf ../../../share/%{name}/myspell $RPM_BUILD_ROOT%{_xulrunnerdir}/components/myspell
 
 cp -frL dist/bin/chrome/*	$RPM_BUILD_ROOT%{_datadir}/%{name}/chrome
-cp -frL dist/bin/components/{[^m],m[^y]}*	$RPM_BUILD_ROOT%{_xulrunnerdir}/components
+cp -frL dist/bin/components/{[!m],m[!y]}*	$RPM_BUILD_ROOT%{_xulrunnerdir}/components
 cp -frL dist/bin/components/myspell/*	$RPM_BUILD_ROOT%{_datadir}/%{name}/myspell
 cp -frL dist/bin/defaults/*	$RPM_BUILD_ROOT%{_datadir}/%{name}/defaults
 cp -frL dist/bin/res/*		$RPM_BUILD_ROOT%{_datadir}/%{name}/res
@@ -211,7 +221,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-umask 022
 %{_sbindir}/%{name}-chrome+xpcom-generate
 
 %postun
@@ -427,6 +436,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/06/04 10:48:49  qboosh
+- partial merge with mozilla-xulrunner.spec
+
 Revision 1.5  2006/06/03 15:34:12  qboosh
 - dropped ldconfig (no libs in system dirs)
 - removed libxpcom.so from base (already in -libs)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xulrunner.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list