rpms/xulrunner/devel xulrunner.spec,1.12,1.13

Martin Sourada martin.sourada at seznam.cz
Fri Sep 7 22:07:24 UTC 2007


On Thu, 2007-09-06 at 06:07 +0200, Christopher Aillon wrote:
> Author: caillon
> 
> Update of /cvs/extras/rpms/xulrunner/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12949
> 
> Modified Files:
> 	xulrunner.spec 
> Log Message:
> fix file not found error
> 
> 
> 
> Index: xulrunner.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
> retrieving revision 1.12
> retrieving revision 1.13
> diff -u -r1.12 -r1.13
> --- xulrunner.spec	5 Sep 2007 19:55:01 -0000	1.12
> +++ xulrunner.spec	6 Sep 2007 04:07:04 -0000	1.13
> @@ -225,7 +225,7 @@
>  
>  # set up our default preferences
>  %{__cat} %{SOURCE12} | %{__sed} -e 's,RPM_VERREL,%{version}-%{release},g' > rh-default-prefs
> -%{__cp} rh-default-prefs $RPM_BUILD_ROOT/${MOZ_APP_DIR}/defaults/pref/all-redhat.js
> +%{__install} -p -D -m 644 rh-default-prefs $RPM_BUILD_ROOT/${MOZ_APP_DIR}/defaults/pref/all-redhat.js
>  %{__rm} rh-default-prefs
>  
>  # set up our default bookmarks
> 

Hi,

I am trying to build a xulrunner from your spec in order to test it with
my packages that can make use of it, but it seems that there is
completely missing make install in the %%install section. Is that by
oversight, or do you intend to do the install by hand in the spec file
(or some fedora-specific script)?

Thanks,
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20070908/a9fc48d9/attachment.sig>


More information about the fedora-devel-list mailing list