SPECS: mozilla-xulrunner.spec - pl, some cleanups
qboosh
qboosh at pld-linux.org
Sat Mar 4 17:20:06 CET 2006
Author: qboosh Date: Sat Mar 4 16:20:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, some cleanups
---- Files affected:
SPECS:
mozilla-xulrunner.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/mozilla-xulrunner.spec
diff -u SPECS/mozilla-xulrunner.spec:1.5 SPECS/mozilla-xulrunner.spec:1.6
--- SPECS/mozilla-xulrunner.spec:1.5 Thu Mar 2 09:53:07 2006
+++ SPECS/mozilla-xulrunner.spec Sat Mar 4 17:20:00 2006
@@ -4,11 +4,12 @@
# - handle locales differently (runtime, since it's possible to do)
# - see ftp://ftp.debian.org/debian/pool/main/m/mozilla-xulrunner/*diff*
# for hints how to make locales and other stuff like extensions working
+#
# Conditional build:
%bcond_with tests # enable tests (whatever they check)
#
-Summary: Mozilla Firefox web browser
-Summary(pl): Mozilla Firefox - przeglądarka WWW
+Summary: Mozilla runtime package to bootstrap XUL+XPCOM applications
+Summary(pl): Pakiet uruchomieniowy Mozilli dla aplikacji XUL+XPCOM
Name: mozilla-xulrunner
Version: 1.8.0.1
Release: 1
@@ -39,9 +40,6 @@
Requires: %{name}-lang-resources = %{version}
Requires: nspr >= 1:4.6.1
Requires: nss >= 3.10.2
-Requires(post,postun): /sbin/ldconfig
-# for /etc/ld.so.conf.d
-Requires: glibc >= 6:2.3.5-7.6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _xulrunnerdir %{_libdir}/%{name}
@@ -57,8 +55,17 @@
which allows the embedding of Mozilla technologies in other projects
and products.
+%description -l pl
+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 devel
Summary: Headers for developing programs that will use Mozilla XULRunner
+Summary(pl): Pliki nagłówkowe do tworzenia programów używających Mozilla XULRunnera
Group: X11/Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: nspr-devel >= 1:4.6.1
@@ -66,6 +73,9 @@
%description devel
Mozilla XULRunner development package.
+%description devel -l pl
+Pakiet programistyczny Mozilla XULRunnera.
+
%prep
%setup -q -n mozilla
#%patch0 -p1
@@ -177,9 +187,6 @@
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-#grep locale $RPM_BUILD_ROOT%{_xulrunnerdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_xulrunnerdir}/chrome/%{name}-en-US-installed-chrome.txt
-#grep -v locale $RPM_BUILD_ROOT%{_xulrunnerdir}/chrome/installed-chrome.txt > $RPM_BUILD_ROOT%{_xulrunnerdir}/chrome/%{name}-misc-installed-chrome.txt
-
rm -rf US classic comm embed-sample en-{US,mac,unix,win} modern pipnss pippki
rm -f en-win.jar en-mac.jar embed-sample.jar modern.jar
@@ -217,8 +224,6 @@
cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/xulrunner-chrome+xpcom-generate
#!/bin/sh
umask 022
-#There is no such files (*-installed-chrome.txt). IMO obsolete.
-#cat %{_xulrunnerdir}/chrome/*-installed-chrome.txt > %{_xulrunnerdir}/chrome/installed-chrome.txt
rm -f %{_xulrunnerdir}/chrome/{chrome.rdf,overlayinfo/*/*/*.rdf}
rm -f %{_xulrunnerdir}/components/{compreg,xpti}.dat
MOZILLA_FIVE_HOME=%{_xulrunnerdir}
@@ -241,11 +246,9 @@
rm -rf $RPM_BUILD_ROOT
%post
-/sbin/ldconfig
%{_sbindir}/xulrunner-chrome+xpcom-generate
%postun
-/sbin/ldconfig
if [ "$1" != "0" ]; then
%{_sbindir}/xulrunner-chrome+xpcom-generate
fi
@@ -311,6 +314,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/03/04 16:20:00 qboosh
+- pl, some cleanups
+
Revision 1.5 2006/03/02 08:53:07 zboczuch
- en typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mozilla-xulrunner.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list