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 <msf@redhat.com>
This commit is contained in:
11
libgtop.spec
11
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/*
|
||||
|
||||
Reference in New Issue
Block a user