From d3f9cb80d7227eca4c9302d0e02ae7744bdb02fd Mon Sep 17 00:00:00 2001 From: rhlabs Date: Thu, 4 Jun 1998 20:55:18 +0000 Subject: [PATCH] For now just remove the gnomesupport stuff libgtop builds after its installed and before we make the package These files are really supposed to be created by gnome-libs Dr Mike --- libgtop.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libgtop.spec b/libgtop.spec index e3ec3abf..ad9bc4c1 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -53,6 +53,16 @@ rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} install +# +# msf - remove these as they are really supposed to come from gnome-libs +# +rm -f $RPM_BUILD_ROOT/%{prefix}/lib/libgnomesupport.a +rm -f $RPM_BUILD_ROOT/%{prefix}/lib/libgnomesupport.la +rm -f $RPM_BUILD_ROOT/%{prefix}/lib/libgnomesupport.so.0 +rm -f $RPM_BUILD_ROOT/%{prefix}/lib/libgnomesupport.so.0.0.0 + +rm -fr $RPM_BUILD_ROOT/%{prefix}/include/libgtop + %clean #rm -rf $RPM_BUILD_ROOT @@ -66,7 +76,6 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install %doc ANNOUNCE AUTHORS ChangeLog NEWS README README.LATEST copyright.txt doc %{prefix}/bin/* %{prefix}/lib/lib*.so.* -%{prefix}/lib/libgtop/* %{prefix}/lib/libgtopConf.sh %{prefix}/lib/*a %{prefix}/include/*