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
Attachment:
signature.asc
Description: This is a digitally signed message part
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list