Re: [Setup-tool-hackers] Patch to ximian setup tools spec file



Thus spake Chema Celorio:
> Chema Celorio wrote:
> > 
> > Nils Barth wrote:
> > >
> > > Thus spake Tambet Ingo:
> > > > On 12 May 2001 00:48:12 -0500, Chema Celorio wrote:
> > > > > Fixed in cvs.
> > >
> > > really? it doesn't seem to be -- see attached patch to fix ChangeLog
> > > and the file list.
> > 
> > I thohught i commited it. Are you using anon-cvs ? cause there is a
> > 24 hr. delay in the anon-cvs.
> 
> Wait, I didn't comited it before. COmited it now.

Alright -- however, rpm -tb still complains, b/c the line:

%{_prefix}/share/hcm/default/*.xml

in the file-list fails (glob fails), and thus RPM doesn't actually
build a binary.
This should be commented out, as per attached patch.

-- 
cheers,
  -nils
Public key: http://www.nbarth.net/~nbarth/pub-key.txt
http://www.sneakemail.com/   ** Free disposable email addresses!
Index: ximian-setup-tools/ximian-setup-tools.spec.in
===================================================================
RCS file: /cvs/gnome/ximian-setup-tools/ximian-setup-tools.spec.in,v
retrieving revision 1.6
diff -u -r1.6 ximian-setup-tools.spec.in
--- ximian-setup-tools/ximian-setup-tools.spec.in	2001/05/14 16:41:00	1.6
+++ ximian-setup-tools/ximian-setup-tools.spec.in	2001/05/14 18:46:59
@@ -55,7 +55,7 @@
 %{_prefix}/share/%{name}/interfaces/*.glade
 %{_prefix}/share/%{name}/scripts/*
 %{_prefix}/share/%{name}/pixmaps/*.png
-%{_prefix}/share/hcm/default/*.xml
+#%{_prefix}/share/hcm/default/*.xml
 %{_prefix}/share/hcm/glade/*.glade
 #%{_prefix}/share/control-center/System/.directory
 #%{_prefix}/share/control-center/System/*.desktop

PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]