SPECS: xulrunner.spec - rel .3; move idl files to correct location
arekm
arekm at pld-linux.org
Tue Feb 26 22:57:10 CET 2008
Author: arekm Date: Tue Feb 26 21:57:10 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel .3; move idl files to correct location
---- Files affected:
SPECS:
xulrunner.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.42 SPECS/xulrunner.spec:1.43
--- SPECS/xulrunner.spec:1.42 Fri Feb 8 15:28:54 2008
+++ SPECS/xulrunner.spec Tue Feb 26 22:57:04 2008
@@ -5,7 +5,7 @@
%bcond_without gnome # disable all GNOME components (gnomevfs, gnome, gnomeui)
#
%define _snap 20080208
-%define _rel 2
+%define _rel 3
#
Summary: XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
Summary(pl.UTF-8): XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
@@ -208,7 +208,7 @@
PKG_SKIP_STRIP=1
install -d \
- $RPM_BUILD_ROOT%{_datadir}/%{name}/components \
+ $RPM_BUILD_ROOT%{_datadir}/{idl/xulrunner,%{name}/components} \
$RPM_BUILD_ROOT{%{_bindir},%{_sbindir}} \
$RPM_BUILD_ROOT{%{_pkgconfigdir},%{_includedir}}
@@ -228,7 +228,7 @@
# header/development files
cp -rfLp dist/include $RPM_BUILD_ROOT%{_includedir}/%{name}
-cp -rfLp dist/idl $RPM_BUILD_ROOT%{_includedir}/%{name}
+cp -rfLp dist/idl/* $RPM_BUILD_ROOT%{_datadir}/idl/xulrunner
cp -rfLp dist/public/ldap{,-private} $RPM_BUILD_ROOT%{_includedir}/%{name}
install dist/bin/regxpcom $RPM_BUILD_ROOT%{_bindir}
mv $RPM_BUILD_ROOT%{_libdir}/%{name}/xpidl $RPM_BUILD_ROOT%{_bindir}/xpidl
@@ -460,6 +460,7 @@
%attr(755,root,root) %{_bindir}/xulrunner-config
%attr(755,root,root) %{_libdir}/%{name}/xulrunner-stub
%{_includedir}/%{name}
+%{_datadir}/idl/%{name}
%{_pkgconfigdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -468,6 +469,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2008-02-26 21:57:04 arekm
+- rel .3; move idl files to correct location
+
Revision 1.42 2008-02-08 14:28:54 hawk
- updated md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xulrunner.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list