SPECS: xulrunner.spec - include pkgconfig files in devel package - release 2
hawk
hawk at pld-linux.org
Sat Jun 21 01:15:20 CEST 2008
Author: hawk Date: Fri Jun 20 23:15:20 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include pkgconfig files in devel package
- release 2
---- Files affected:
SPECS:
xulrunner.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.63 SPECS/xulrunner.spec:1.64
--- SPECS/xulrunner.spec:1.63 Fri Jun 20 23:59:57 2008
+++ SPECS/xulrunner.spec Sat Jun 21 01:15:14 2008
@@ -1,13 +1,15 @@
# $Revision$, $Date$
#
+# TODO:
+# - check & review pkgconfig files provided by xulrunner
+#
# Conditional build:
%bcond_with tests # enable tests (whatever they check)
%bcond_without gnome # disable all GNOME components (gnomevfs, gnome, gnomeui)
%bcond_without kerberos # disable krb5 support
%bcond_with mozldap # build with system mozldap
#
-
-%define rel 1.2
+%define rel 2
Summary: XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
Summary(pl.UTF-8): XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
Name: xulrunner
@@ -26,6 +28,7 @@
Patch4: %{name}-gcc3.patch
Patch5: %{name}-nss_cflags.patch
Patch6: %{name}-paths.patch
+Patch7: %{name}-pc.patch
URL: http://developer.mozilla.org/en/docs/XULRunner
%{?with_gnome:BuildRequires: GConf2-devel >= 1.2.1}
BuildRequires: automake
@@ -134,6 +137,7 @@
%endif
%patch5 -p1
%patch6 -p1
+%patch7 -p1
%build
cd mozilla
@@ -255,6 +259,7 @@
%browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/plugins
+# remove unecessary stuff
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner
%clean
@@ -457,6 +462,7 @@
%{_includedir}/%{name}
%{_datadir}/idl/%{name}
%{_libdir}/%{name}-sdk
+%{_pkgconfigdir}/*.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -464,6 +470,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2008/06/20 23:15:14 hawk
+- include pkgconfig files in devel package
+- release 2
+
Revision 1.63 2008/06/20 21:59:57 hawk
- use 'make install' to install full and complete xulrunner environment
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xulrunner.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list